/* head_09.css */ .__PFX__-h9-wrap{ background:var(--bg-color); border-bottom:1px solid var(--border-color); } .__PFX__-h9-top{ display:flex; align-items:center; justify-content:space-between; padding:12px; } .__PFX__-h9-logo{ font-size:19px; font-weight:700; color:var(--primary-color); text-decoration:none; } .__PFX__-h9-search{ display:flex; align-items:center; gap:6px; } .__PFX__-h9-search input{ padding:6px 10px; width:150px; border:1px solid var(--border-color); border-radius:6px; background:var(--bg-soft-color); } .__PFX__-h9-btn{ padding:6px 10px; background:var(--primary-color); color:#fff; font-size:12px; border:none; border-radius:6px; } .__PFX__-h9-nav{ overflow-x:auto; } .__PFX__-h9-scroll{ display:flex; gap:12px; padding:8px 12px; scroll-snap-type:x mandatory; } .__PFX__-h9-scroll::-webkit-scrollbar{ display:none; } .__PFX__-h9-scroll a{ font-size:13px; color:var(--text-color); scroll-snap-align:start; }