/* Shared outlined logo: exact lettering, no font-loading shifts. */
.site-logo{display:block;width:144px;height:auto;max-width:100%;flex:none}
.top-brand{flex-shrink:0;line-height:0}
.top-brand .site-logo{width:144px;height:51.2px}
.sidebar .brand{padding-inline:10px}
.sidebar .brand .site-logo{width:153px;height:54.4px}
.sidebar .brand small{margin-top:14px;line-height:1.6}
.footer-brand>a{display:inline-flex;flex:none;line-height:0}
.footer-brand .site-logo{width:153px;height:54.4px}
.brand .site-logo{direction:ltr}
@media(max-width:700px){
  .top-brand .site-logo{width:108px;height:38.4px}
  body[data-surface=marketing] .topbar{gap:10px;padding-inline:16px}
  .footer-brand .site-logo{width:144px;height:51.2px}
}
@media(max-width:370px){
  .top-brand .site-logo{width:96px;height:34.14px}
  body[data-surface=marketing] .topbar{gap:6px;padding-inline:12px}
  body[data-surface=marketing] .top-actions{gap:3px}
}
