/* head_06.css */ .__PFX__-h6-wrap{ background: var(--bg-color); border-bottom:1px solid var(--border-color); box-shadow:0 1px 2px var(--shadow-color); } .__PFX__-h6-topbar{ padding:4px 10px; font-size:11px; background:var(--grad-start); background:linear-gradient(90deg,var(--grad-start),var(--grad-end)); color:#fff; } .__PFX__-h6-main{ display:flex; align-items:center; justify-content:space-between; padding:10px 12px; } .__PFX__-h6-logo{ font-size:18px; font-weight:700; color:var(--primary-color); text-decoration:none; } .__PFX__-h6-search{ display:flex; align-items:center; gap:6px; } .__PFX__-h6-search input{ padding:6px 8px; font-size:13px; width:130px; border:1px solid var(--border-color); border-radius:6px; background:var(--bg-soft-color); color:var(--text-primary-color); } .__PFX__-h6-btn{ padding:6px 10px; font-size:12px; background:var(--primary-color); border:none; border-radius:6px; color:#fff; cursor:pointer; } .__PFX__-h6-nav{ display:none; } .__PFX__-h6-nav a{ font-size:13px; color:var(--text-color); text-decoration:none; } @media (min-width: 768px) { .__PFX__-h6-nav{ display:flex; gap:10px; } }