/* Shared visual for the dedicated Homepage V2 and travel eSIM home footers. */
body.huoka-home-v2-active .huoka-home-footer{
  margin:0;padding:50px 0 20px;background:linear-gradient(180deg,#102844 0%,#0b1d35 100%);
  color:#b8c5d6
}
body.huoka-home-v2-active .huoka-home-footer__container{
  width:min(1180px,calc(100% - 48px));margin-inline:auto
}
body.huoka-home-v2-active .huoka-home-footer__grid{
  display:grid;grid-template-columns:1.25fr 3fr;gap:64px
}
body.huoka-home-v2-active .huoka-home-footer__brand-link{
  display:inline-flex;align-items:center;gap:9px;color:#fff;text-decoration:none
}
body.huoka-home-v2-active .huoka-home-footer__flame{display:block;width:44px;height:38px;flex:0 0 auto}
body.huoka-home-v2-active .huoka-home-footer__flame svg,
body.huoka-home-v2-active .huoka-home-footer__flame img{display:block;width:100%;height:100%;object-fit:contain;stroke:none}
body.huoka-home-v2-active .huoka-home-footer__brand-copy{display:flex;flex-direction:column;line-height:1}
body.huoka-home-v2-active .huoka-home-footer__brand-copy strong{color:#fff;font-size:21px;font-weight:900;letter-spacing:-.05em}
body.huoka-home-v2-active .huoka-home-footer__brand-copy small{margin-top:4px;color:#fff;font-size:9px;font-weight:700}
body.huoka-home-v2-active .huoka-home-footer__brand p{margin:20px 0 0;color:#9cacc1;font-size:12px;line-height:1.9}
body.huoka-home-v2-active .huoka-home-footer__edit-links{display:flex;align-items:center;flex-wrap:wrap;gap:6px 14px}
body.huoka-home-v2-active .huoka-home-footer__menu-edit{
  display:inline-flex;margin-top:14px;color:#8fb8eb;font-size:12px;text-decoration:underline;text-underline-offset:3px
}
body.huoka-home-v2-active .huoka-home-footer__menus{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:36px
}
body.huoka-home-v2-active .huoka-home-footer__column{margin:0}
body.huoka-home-v2-active .huoka-home-footer__column summary{
  display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 0 14px;
  color:#fff;font-size:14px;font-weight:750;list-style:none;cursor:default
}
body.huoka-home-v2-active .huoka-home-footer__column summary::-webkit-details-marker{display:none}
body.huoka-home-v2-active .huoka-home-footer__column summary svg{
  display:none;width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round
}
body.huoka-home-v2-active .huoka-home-footer .footer-menu-links a{
  display:block;margin:9px 0;color:#aab8ca;font-size:12px;text-decoration:none
}
body.huoka-home-v2-active .huoka-home-footer .footer-menu-links a:hover{color:#fff}
body.huoka-home-v2-active .huoka-home-footer ul.footer-menu-links{margin:0;padding:0;list-style:none}
@media (min-width:561px){
  body.huoka-home-v2-active .huoka-home-footer__column>.footer-menu-links{display:block}
}
body.huoka-home-v2-active .huoka-home-footer__bottom{
  display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px 28px;margin-top:34px;padding-top:18px;
  border-top:1px solid rgba(255,255,255,.09);color:#71849d;font-size:11px;line-height:1.8;text-align:center
}
body.huoka-home-v2-active .huoka-home-footer__bottom>span{max-width:100%}
body.huoka-home-v2-active .huoka-home-footer__bottom a{color:inherit;text-decoration:none}
body.huoka-home-v2-active .huoka-home-footer__bottom a:hover{color:#b8c5d6;text-decoration:underline;text-underline-offset:3px}
body.huoka-home-v2-active .huoka-home-footer__bottom img{display:inline-block;width:20px;height:20px;margin:0 2px;vertical-align:middle;object-fit:contain}

@media(max-width:1100px){
  body.huoka-home-v2-active .huoka-home-footer__grid{grid-template-columns:1fr;gap:34px}
  body.huoka-home-v2-active .huoka-home-footer__menus{gap:24px}
}
@media(max-width:560px){
  body.huoka-home-v2-active .huoka-home-footer{padding:34px 0 16px}
  body.huoka-home-v2-active .huoka-home-footer__container{width:calc(100% - 28px)}
  body.huoka-home-v2-active .huoka-home-footer__grid{grid-template-columns:1fr;gap:28px}
  body.huoka-home-v2-active .huoka-home-footer__brand p{font-size:12px}
  body.huoka-home-v2-active .huoka-home-footer__menus{display:block;border-top:1px solid rgba(255,255,255,.1)}
  body.huoka-home-v2-active .huoka-home-footer__column{border-bottom:1px solid rgba(255,255,255,.1)}
  body.huoka-home-v2-active .huoka-home-footer__column summary{
    min-height:54px;margin:0;padding:0 2px;cursor:pointer;font-size:15px
  }
  body.huoka-home-v2-active .huoka-home-footer__column summary svg{display:block;transition:transform .2s ease}
  body.huoka-home-v2-active .huoka-home-footer__column[open] summary svg{transform:rotate(180deg)}
  body.huoka-home-v2-active .huoka-home-footer__column:not([open])>.footer-menu-links{display:none}
  body.huoka-home-v2-active .huoka-home-footer__column[open]>.footer-menu-links{
    display:grid;grid-template-columns:1fr 1fr;gap:0 18px;padding:0 2px 16px
  }
  body.huoka-home-v2-active .huoka-home-footer .footer-menu-links a{margin:7px 0;font-size:12px}
  body.huoka-home-v2-active .huoka-home-footer__bottom{
    align-items:center;flex-direction:column;gap:4px;margin-top:22px;padding-top:0;border-top:0;text-align:center
  }
}
