/* V25.7.1 MOBILE TOP BAR RESPONSIVE CONSISTENCY */
@media (max-width:768px){
 html body .topbar{min-height:34px!important;height:auto!important;padding:0!important}
 html body .topbar>.container{width:calc(100% - 28px)!important;min-height:34px!important;height:auto!important;margin:0 auto!important;padding:5px 0!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:wrap!important;gap:4px 14px!important;box-sizing:border-box!important;text-align:center!important}
 html body .topbar a{display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important;font-size:12px!important;font-weight:650!important;line-height:1.4!important;white-space:nowrap!important;text-align:center!important}
 html body .topbar a[href^="tel:"]{color:#f5f5f5!important}
 html body .topbar a[href^="mailto:"]{color:#e8c27a!important;font-weight:700!important}
 html body .topbar a+a:before{content:'｜'!important;position:static!important;margin-right:10px!important;color:rgba(255,255,255,.42)!important;font-weight:400!important}
}
@media (max-width:430px){
 html body .topbar>.container{flex-direction:column!important;gap:3px!important;padding:6px 0!important}
 html body .topbar a+a:before{content:none!important;margin:0!important}
}
