/* head_08.css */ .__PFX__-h8-wrap{ display:flex; align-items:center; justify-content:space-between; padding:12px 14px; background:var(--bg-color); border-bottom:1px solid var(--border-color); } .__PFX__-h8-logo{ font-size:18px; color:var(--primary-color); font-weight:600; text-decoration:none; } .__PFX__-h8-search input{ padding:7px 10px; width:170px; border-radius:6px; border:1px solid var(--border-color); background:var(--bg-soft-color); font-size:13px; }