/* Light utility bar; the main navigation and language panel retain their behaviour. */
#header__top.top-bar .header__container { padding:8px 12px; min-height:52px; gap:16px; }
#header__top.top-bar .header__left ul { gap:5px; margin:0; padding:0; }
#header__top.top-bar .header__left ul li { margin:0; font-size:13px; line-height:1.4; }
#header__top.top-bar .topbar-action { display:inline-flex; align-items:center; gap:8px; min-height:34px; padding:7px 10px; border-radius:9px; color:#39718c; text-decoration:none; white-space:nowrap; transition:background .18s,color .18s; }
#header__top.top-bar .header__left ul li i { margin:0; color:#218fbc; font-size:17px; line-height:1; }
#header__top.top-bar .topbar-contact .topbar-action { font-weight:500; letter-spacing:.15px; }
#header__top.top-bar .topbar-appointment { background:#e5f2f9; color:#137daa; font-weight:500; }
#header__top.top-bar .topbar-action:hover { background:#dceef7; color:#116e98; }
#header__top.top-bar .header__right { gap:14px; }
#header__top.top-bar .header__right ul.icons { gap:6px; margin:0; padding:0; }
#header__top.top-bar .header__right ul.icons li { margin:0; }
#header__top.top-bar .header__right ul.icons a { display:grid; place-items:center; width:32px; height:32px; border:1px solid #e0e9f0; border-radius:10px; background:#fff; color:#3784a7; transition:background .18s,border-color .18s; }
#header__top.top-bar .header__right ul.icons a i { font-size:16px; }
#header__top.top-bar .header__right ul.icons a:hover { background:#e7f3fa; border-color:#bddbe9; }
#header__top.top-bar #show-sidebar { display:flex; align-items:center; gap:7px; min-height:34px; padding:6px 10px; margin:0; border:1px solid #e0e9f0; border-radius:10px; background:#ffffffa6; color:#39718c; font-size:13px; line-height:1.4; box-shadow:none; }
#header__top.top-bar #show-sidebar i { margin:0; font-size:16px; }
#header__top.top-bar #show-sidebar i:last-child { font-size:14px; }
#header__top.top-bar a:focus-visible { outline:2px solid #218fbc; outline-offset:3px; }
@media(max-width:767px) {
 #header__top.top-bar .header__container { justify-content:space-between; padding:6px 2px; min-height:46px; gap:8px; }
 #header__top.top-bar .header__left ul { gap:4px; }
 #header__top.top-bar .header__left ul li span { display:none; }
 #header__top.top-bar .header__left ul li .topbar-action { padding:8px; min-width:34px; min-height:34px; justify-content:center; }
 #header__top.top-bar .header__right { margin:0; gap:0; }
 #header__top.top-bar .header__right ul.icons { display:none; }
 #header__top.top-bar #show-sidebar { padding:6px 9px; }
}
@media(prefers-reduced-motion:reduce) { #header__top.top-bar a { transition:none; } }
#header__top.top-bar #show-sidebar:focus-visible { outline:2px solid #218fbc; outline-offset:3px; }
