.mb-sticky-cta,
.mb-sticky-cta *{box-sizing:border-box}
.mb-sticky-cta{
  position:fixed;
  left:50%;
  bottom:max(14px,env(safe-area-inset-bottom));
  z-index:9995;
  width:min(900px,calc(100vw - 32px));
  margin:0;
  padding:0;
  transform:translateX(-50%);
  color:var(--mbcta-dark);
  font-family:var(--mb-font-body,"Portal","Inter",Arial,sans-serif);
  filter:drop-shadow(0 18px 34px rgba(62,39,35,.18));
  transition:opacity .25s ease,transform .25s ease;
}
.mb-sticky-cta.is-dismissed{opacity:0;pointer-events:none;transform:translate(-50%,22px)}
.mb-sticky-cta__inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto 40px;
  align-items:center;
  gap:14px;
  min-width:0;
  padding:10px 10px 10px 20px;
  border:1px solid rgba(132,77,0,.20);
  border-radius:26px;
  background:rgba(255,255,255,.97);
  -webkit-backdrop-filter:blur(18px) saturate(1.12);
  backdrop-filter:blur(18px) saturate(1.12);
  box-shadow:0 14px 38px rgba(62,39,35,.12);
}
.mb-sticky-cta__copy{min-width:0;display:grid;gap:3px}
.mb-sticky-cta__eyebrow{
  font-size:10px;
  font-weight:800;
  letter-spacing:.17em;
  text-transform:uppercase;
  color:var(--mbcta-primary);
  line-height:1.2;
}
.mb-sticky-cta__support{
  display:block;
  max-width:48ch;
  color:rgba(62,39,35,.76);
  font-size:13px;
  font-weight:500;
  line-height:1.35;
}
.mb-sticky-cta__button{
  min-width:260px;
  min-height:52px;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px;
  margin:0!important;
  padding:12px 22px!important;
  border:1px solid var(--mbcta-primary)!important;
  border-radius:999px!important;
  background:var(--mbcta-primary)!important;
  color:#fff!important;
  box-shadow:none!important;
  text-decoration:none!important;
  text-align:center;
  font-size:11px!important;
  font-weight:800!important;
  line-height:1.2!important;
  letter-spacing:.095em!important;
  text-transform:uppercase!important;
  white-space:normal;
  transition:transform .25s ease,box-shadow .25s ease,filter .25s ease;
}
.mb-sticky-cta__button:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(132,77,0,.22)!important;filter:brightness(1.04)}
.mb-sticky-cta__close{
  -webkit-appearance:none!important;
  appearance:none!important;
  width:38px!important;
  min-width:38px!important;
  max-width:38px!important;
  height:38px!important;
  min-height:38px!important;
  max-height:38px!important;
  display:grid!important;
  place-items:center!important;
  margin:0!important;
  padding:0!important;
  border:1px solid rgba(62,39,35,.18)!important;
  border-radius:999px!important;
  background:#f6f3ee!important;
  color:#3e2723!important;
  box-shadow:none!important;
  line-height:0!important;
  cursor:pointer!important;
}
.mb-sticky-cta__close svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round}
.mb-sticky-cta__close:hover{background:#3e2723!important;color:#fff!important;border-color:#3e2723!important}
.mb-sticky-cta-active{padding-bottom:104px!important}

@media(max-width:720px){
  .mb-sticky-cta{
    right:0;
    bottom:0;
    left:0;
    width:100%;
    max-width:none;
    padding:10px 10px calc(10px + env(safe-area-inset-bottom));
    transform:none;
    filter:none;
    background:rgba(255,255,255,.98);
    border-top:1px solid rgba(132,77,0,.18);
    box-shadow:0 -10px 28px rgba(62,39,35,.10);
  }
  .mb-sticky-cta.is-dismissed{transform:translateY(100%)}
  .mb-sticky-cta__inner{
    grid-template-columns:minmax(0,1fr) 38px;
    gap:8px;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    -webkit-backdrop-filter:none;
    backdrop-filter:none;
  }
  .mb-sticky-cta__copy{
    grid-column:1 / -1;
    padding:0 2px 3px;
    gap:2px;
  }
  .mb-sticky-cta__eyebrow{font-size:9px}
  .mb-sticky-cta__support{font-size:11.5px;line-height:1.3;max-width:none}
  .mb-sticky-cta__button{
    min-width:0;
    width:100%;
    min-height:50px!important;
    padding:10px 13px!important;
    font-size:10.5px!important;
    letter-spacing:.075em!important;
  }
  .mb-sticky-cta__close{
    width:38px!important;
    min-width:38px!important;
    max-width:38px!important;
    height:38px!important;
    min-height:38px!important;
    max-height:38px!important;
  }
  .mb-sticky-cta-active{padding-bottom:calc(112px + env(safe-area-inset-bottom))!important}
}
