.we-gambit-offer-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: 24px;
  width: 100%;
  margin: 22px 0;
  padding: clamp(20px, 3vw, 30px);
  overflow: hidden;
  color: #f7f9fc;
  border: 1px solid rgba(239, 55, 62, .55);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0, rgba(239, 55, 62, .24), transparent 38%),
    linear-gradient(135deg, #090c11 0%, #111823 100%);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .28);
}

.we-gambit-offer-panel::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: #ef373e;
}

.we-gambit-offer-panel.is-expired {
  border-color: rgba(149, 160, 176, .38);
  background: linear-gradient(135deg, #0c1016, #151b24);
}

.we-gambit-offer-panel.is-expired::before { background: #697586; }

.we-gambit-offer-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #ff666b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
}

.we-gambit-offer-panel h2 {
  margin: 0 0 9px;
  color: #fff;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.05;
}

.we-gambit-offer-panel p {
  max-width: 66ch;
  margin: 0;
  color: #c9d1dc;
  line-height: 1.55;
}

.we-gambit-offer-value { align-self: center; }

.we-gambit-offer-clock {
  display: grid;
  grid-template-columns: repeat(4, minmax(42px, 1fr));
  gap: 6px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 13px;
  background: rgba(0, 0, 0, .3);
  font-variant-numeric: tabular-nums;
}

.we-gambit-offer-clock span {
  color: #fff;
  font-size: clamp(24px, 4vw, 38px);
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.we-gambit-offer-clock small {
  grid-row: 2;
  color: #9eabbc;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

.we-gambit-offer-deadline {
  margin-top: 9px !important;
  color: #f0f3f7 !important;
  font-size: 13px;
  text-align: center;
}

.we-gambit-offer-savings {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 12px;
}

.we-gambit-offer-savings span {
  display: grid;
  gap: 2px;
  padding: 10px 12px;
  color: #b8c2cf;
  border-radius: 10px;
  background: rgba(255, 255, 255, .07);
  font-size: 12px;
}

.we-gambit-offer-savings strong { color: #fff; font-size: 15px; }

.we-gambit-free-ship-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin: 0 0 10px;
  padding: 6px 9px;
  color: #fff;
  border: 1px solid rgba(239, 55, 62, .5);
  border-radius: 999px;
  background: rgba(239, 55, 62, .14);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}

.we-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body[data-page='checkout'] .we-gambit-offer-panel,
.checkout-view .we-gambit-offer-panel {
  max-width: 1220px;
  margin: 18px auto 24px;
}

@media (max-width: 760px) {
  .we-gambit-offer-panel {
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 16px 0;
    padding: 19px 17px;
    border-radius: 14px;
  }

  .we-gambit-offer-savings { grid-template-columns: 1fr; }
  .we-gambit-offer-clock span { font-size: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .we-gambit-offer-panel { scroll-behavior: auto; }
}
