/* ZBWisco Mobile Polish - mobile only */
@media (max-width: 820px) {
  html.zbw-mobile-polish-active,
  html.zbw-mobile-polish-active body {
    overflow-x: hidden;
  }

  .zbw-mobile-polish-header {
    position: relative;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    min-height: 108px;
    padding: 14px 18px !important;
    background: #fff;
    z-index: 99990;
    overflow: visible !important;
  }

  .zbw-mobile-polish-header.zbw-mobile-polish-sticky {
    position: sticky !important;
    top: 0;
    box-shadow: 0 8px 30px rgba(8, 35, 69, 0.10);
  }

  body.admin-bar .zbw-mobile-polish-header.zbw-mobile-polish-sticky {
    top: 46px;
  }

  .zbw-mobile-polish-logo {
    display: block !important;
    width: auto !important;
    max-width: 106px !important;
    height: auto !important;
    max-height: 94px !important;
    object-fit: contain !important;
    object-position: left center !important;
    margin: 0 !important;
  }

  .zbw-mobile-polish-source-nav {
    display: none !important;
  }

  .zbw-mobile-menu-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 48px;
    height: 48px;
    padding: 11px;
    border: 1px solid rgba(9, 38, 73, .2);
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    box-shadow: none;
  }

  .zbw-mobile-menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #0a2d55;
  }

  .zbw-mobile-menu-panel {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    justify-content: flex-end;
    background: rgba(3, 20, 40, .58);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease;
  }

  .zbw-mobile-menu-panel.is-open {
    opacity: 1;
    visibility: visible;
  }

  .zbw-mobile-menu-panel-inner {
    width: min(88vw, 380px);
    height: 100%;
    padding: 22px 26px 34px;
    background: #fff;
    transform: translateX(100%);
    transition: transform .22s ease;
    overflow-y: auto;
  }

  .zbw-mobile-menu-panel.is-open .zbw-mobile-menu-panel-inner {
    transform: translateX(0);
  }

  .zbw-mobile-menu-close {
    display: block;
    margin: 0 0 24px auto;
    border: 0;
    background: transparent;
    color: #0a2d55;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
  }

  .zbw-mobile-menu-clone,
  .zbw-mobile-menu-clone ul,
  .zbw-mobile-menu-clone li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .zbw-mobile-menu-clone a {
    display: block !important;
    padding: 15px 0 !important;
    border-bottom: 1px solid rgba(9, 38, 73, .12);
    color: #0a2d55 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: .08em;
    text-decoration: none !important;
    text-transform: uppercase;
  }

  html.zbw-mobile-menu-open,
  html.zbw-mobile-menu-open body {
    overflow: hidden !important;
  }

  .zbw-mobile-hero {
    min-height: auto !important;
    padding: 74px 20px 42px !important;
  }

  .zbw-mobile-hero-eyebrow {
    margin: 0 0 44px !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    letter-spacing: .24em !important;
  }

  .zbw-mobile-hero-heading {
    max-width: 100% !important;
    margin: 0 0 34px !important;
    font-size: clamp(46px, 12.5vw, 62px) !important;
    line-height: .98 !important;
    letter-spacing: -.035em !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    text-wrap: balance;
  }

  .zbw-mobile-hero-intro {
    max-width: 100% !important;
    margin: 0 0 30px !important;
    font-size: 18px !important;
    line-height: 1.55 !important;
  }

  .zbw-mobile-hero-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-height: 72px;
    margin: 0 0 16px !important;
    padding: 18px 22px !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    letter-spacing: .14em !important;
    text-align: center;
  }

  .zbw-mobile-hero-tagline {
    display: block;
    margin: 4px 0 0 !important;
    padding: 0 0 34px !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
  }
}
