/* Small refinements to the existing footer styles; colors and layout remain brand-owned. */
.home-footer-refined a,
.brand-footer-refined a { min-height: 44px; }
.home-footer-refined a:focus-visible,
.brand-footer-refined :is(a, button):focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.brand-footer-refined a { display: inline-flex; align-items: center; }
.brand-footer-refined svg { flex-shrink: 0; }
.brand-footer-refined .sm\:justify-between { flex-wrap: wrap; }
.brand-footer-refined .sm\:justify-between > div { min-width: 0; }
.brand-footer-refined.bg-cf,
.brand-footer-refined.bg-kw { color: #080b0d; }
.brand-footer-refined.bg-cf [class*="text-white/"],
.brand-footer-refined.bg-kw [class*="text-white/"] { color: rgba(8, 11, 13, .8); }
.brand-footer-refined.bg-cf a:hover,
.brand-footer-refined.bg-kw a:hover,
.brand-footer-refined.bg-sym a:hover { color: #080b0d; text-decoration: underline; text-underline-offset: 3px; }
.brand-footer-refined.bg-cf [class*="border-white/"],
.brand-footer-refined.bg-kw [class*="border-white/"] { border-color: rgba(8, 11, 13, .2); }
.brand-location-map iframe { display: block; width: 100%; border: 0; }
@media (max-width: 640px) {
  .home-footer-refined { font-size: 13px; }
  .home-footer-refined .grid a { min-height: 46px; }
  .brand-footer-refined { padding-top: 28px; padding-bottom: 24px; }
  .brand-footer-refined .sm\:justify-between { align-items: flex-start; text-align: left; }
  .brand-footer-refined .sm\:justify-between > div:last-child { flex-wrap: wrap; }
  .brand-location-map iframe { height: 220px; }
}
