/* One compact, identical brand row in each footer's existing brand position. */
.ta-footer-family{display:none!important}
body.ta-shell-pilot .ta-footer-inline-brands{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;flex:0 1 576px!important;width:576px!important;max-width:100%;min-width:0;gap:10px!important}
body.ta-shell-pilot .ta-footer-family[data-mounted]{box-sizing:border-box;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:18px;width:100%;padding:0;margin:0;border:0}
.ta-footer-family *{box-sizing:border-box}
body.ta-shell-pilot .ta-footer-family>a{display:block;position:relative;width:100%!important;min-width:0;max-width:none!important;height:60px!important;margin:0!important;padding:0!important;text-decoration:none!important;border:0!important;box-shadow:none!important;flex:none!important}
body.ta-shell-pilot .ta-footer-family>.ta-shell-footer-brand{overflow:hidden;background:transparent!important}
body.ta-shell-pilot .ta-footer-family>.ta-shell-footer-brand img{position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%!important;height:auto!important;max-width:none!important}
.ta-footer-family .ta-footer-family-art{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#fff!important;border-radius:5px;overflow:hidden}
.ta-footer-family .ta-footer-family-art img{display:block!important;width:100%!important;height:auto!important;max-width:100%!important;aspect-ratio:3/1;object-fit:contain;filter:none!important;opacity:1!important;mix-blend-mode:normal!important;border:0!important;border-radius:0!important;background:#fff!important}
body.ta-shell-pilot .ta-footer-family>a:focus-visible{outline:2px solid #08788a!important;outline-offset:4px;border-radius:5px}
body.ta-shell-pilot .ta-footer-inline-top{flex-wrap:wrap!important;gap:24px!important}
body.ta-shell-pilot .ta-footer-inline-top>nav,body.ta-shell-pilot .ta-footer-inline-top>.etheme-icon-list{flex:1 1 340px;min-width:0}
@media(max-width:767px){
 body.ta-shell-pilot .ta-footer-inline-brands{flex:none!important;width:100%!important}
 body.ta-shell-pilot .ta-footer-family[data-mounted]{gap:10px}
 body.ta-shell-pilot .ta-footer-family>a{height:auto!important;aspect-ratio:3/1}
 body.ta-shell-pilot .ta-footer-inline-top>nav,body.ta-shell-pilot .ta-footer-inline-top>.etheme-icon-list{flex:0 1 auto;width:100%}
}

/* The dark artwork uses a black key; screen blending reveals the actual footer underneath. */
.ta-footer-family .ta-footer-family-art img.ta-footer-logo-dark{display:none!important}
html[data-ta-theme="dark"] .ta-footer-family .ta-footer-family-link,
html[data-ta-theme="dark"] .ta-footer-family .ta-footer-family-art{background:transparent!important}
html[data-ta-theme="dark"] .ta-footer-family .ta-footer-family-art{mix-blend-mode:screen}
html[data-ta-theme="dark"] .ta-footer-family .ta-footer-family-art img.ta-footer-logo-light{display:none!important}
html[data-ta-theme="dark"] .ta-footer-family .ta-footer-family-art img.ta-footer-logo-dark{display:block!important;background:transparent!important}
