/* Holidaymaker header/account controls and shared banner extras only. */
.hhf-hm-header-account{display:flex;align-items:center;gap:14px;margin-left:auto;margin-right:18px;white-space:nowrap;font-size:inherit;color:#28483b}
.hhf-hm-header-welcome{font-weight:700;color:#28483b}
.hhf-hm-header-link{display:inline-flex;align-items:center;gap:6px;color:#28483b;text-decoration:none;font-weight:700}
.hhf-hm-header-link:hover{text-decoration:underline}
.hhf-hm-header-link svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.hhf-hm-header-separator{width:1px;height:22px;background:rgba(40,72,59,.28);display:block}
.hhf-hm-mobile-account{display:none}
.hhf-hm-account-actions{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}
.hhf-hm-account-link{font-size:.72rem;font-weight:800;letter-spacing:.02em;color:#163f55;text-decoration:none}
.hhf-hm-account-link:hover{text-decoration:underline}
@media(max-width:1100px){
  .hhf-hm-header-account{display:none}
  .hhf-hm-mobile-account{display:flex;flex-direction:column;gap:0;border-top:1px solid rgba(40,72,59,.12);border-bottom:1px solid rgba(40,72,59,.12);padding:8px 0;margin:6px 0}
  .hhf-hm-mobile-account .hhf-hm-mobile-welcome{padding:8px 12px 4px;font-weight:800;color:#28483b}
  .hhf-hm-mobile-account a{display:flex!important;align-items:center;gap:8px}
  .hhf-hm-mobile-account svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
}
@media(max-width:700px){.hhf-hm-account-actions{gap:10px}.hhf-hm-account-link{font-size:.76rem}}

/* Public footer account grouping. */
.site-footer .footer-accounts .footer-account-group{display:block;margin-top:10px;font-weight:700;color:inherit}
.site-footer .footer-accounts .footer-account-divider{display:block;width:100%;max-width:180px;height:1px;margin:10px 0 4px;background:rgba(255,255,255,.22)}
