.sn-delivery-pricing {
  background: linear-gradient(145deg, rgba(3, 15, 19, 0.96), rgba(7, 31, 38, 0.94));
  border: 1px solid var(--sn-blue-soft) !important;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.24);
  margin: 34px 0 42px;
  padding: clamp(20px, 3vw, 32px);
}

.sn-delivery-pricing-heading {
  margin: 0 auto 24px;
  max-width: 860px;
  text-align: center;
}

.sn-delivery-pricing-heading .sn-eyebrow {
  color: var(--sn-blue-soft);
  margin: 0 0 7px;
}

.sn-delivery-pricing-heading h2 {
  color: var(--sn-gold-bright);
  font-size: clamp(24px, 3vw, 34px);
  margin: 0 0 10px;
}

.sn-delivery-pricing-heading p:last-child {
  color: var(--sn-muted);
  margin: 0;
}

.sn-delivery-table-scroll {
  border: 1px solid var(--sn-blue-soft) !important;
  overflow-x: auto;
  scrollbar-color: var(--sn-blue-soft) rgba(0, 0, 0, 0.3);
}

.sn-delivery-table-scroll:focus-visible {
  outline: 2px solid var(--sn-blue-soft);
  outline-offset: 3px;
}

.sn-delivery-price-table {
  background: rgba(0, 0, 0, 0.26);
  border: 1px solid var(--sn-blue-soft) !important;
  border-collapse: collapse;
  color: var(--sn-muted);
  margin: 0;
  min-width: 760px;
  width: 100%;
}

.sn-delivery-price-table caption {
  color: var(--sn-gold-bright);
  font-family: "Cinzel", Georgia, serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 13px 16px;
  text-align: left;
  text-transform: uppercase;
}

.sn-delivery-price-table th,
.sn-delivery-price-table td {
  border: 1px solid var(--sn-blue-soft) !important;
  line-height: 1.5;
  padding: 15px 16px;
  text-align: left;
  vertical-align: middle;
}

.sn-delivery-price-table thead th {
  background: rgba(8, 54, 65, 0.72);
  color: var(--sn-gold-bright);
  font-family: "Cinzel", Georgia, serif;
  font-size: 12px;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.sn-delivery-price-table tbody th {
  color: var(--sn-blue-soft);
  font-family: "Cinzel", Georgia, serif;
  font-size: 14px;
  width: 25%;
}

.sn-delivery-price-table tbody tr:hover {
  background: rgba(14, 220, 235, 0.055);
}

.sn-delivery-price-table td strong {
  color: var(--sn-gold-bright);
  font-family: "Cinzel", Georgia, serif;
  font-size: 17px;
  white-space: nowrap;
}

.sn-delivery-discount,
.sn-delivery-free {
  display: block;
}

.sn-delivery-discount {
  color: var(--sn-gold-bright);
  margin-bottom: 4px;
}

.sn-delivery-free {
  color: var(--sn-blue-soft);
  font-weight: 700;
}

.sn-delivery-pricing-note {
  border-left: 2px solid var(--sn-blue-soft);
  color: var(--sn-muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 18px 0 0;
  padding: 3px 0 3px 14px;
}

.sn-delivery-pricing-note strong {
  color: var(--sn-gold-bright);
}

@media (max-width: 720px) {
  .sn-delivery-pricing {
    margin: 26px 0 34px;
    padding: 18px 12px;
  }

  .sn-delivery-table-scroll {
    border: 0;
    overflow: visible;
  }

  .sn-delivery-price-table {
    background: transparent;
    min-width: 0;
  }

  .sn-delivery-price-table caption {
    padding: 10px 4px 14px;
  }

  .sn-delivery-price-table thead {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  .sn-delivery-price-table tbody,
  .sn-delivery-price-table tr,
  .sn-delivery-price-table th,
  .sn-delivery-price-table td {
    display: block;
    width: 100%;
  }

  .sn-delivery-price-table tr {
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid var(--sn-blue-soft) !important;
    margin-bottom: 12px;
  }

  .sn-delivery-price-table tbody th {
    background: rgba(8, 54, 65, 0.58);
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    padding: 13px 14px;
    width: 100%;
  }

  .sn-delivery-price-table td {
    align-items: flex-start;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(118px, 0.72fr) minmax(0, 1fr);
    padding: 12px 14px;
  }

  .sn-delivery-price-table tr > :last-child {
    border-bottom: 0 !important;
  }

  .sn-delivery-price-table td::before {
    color: var(--sn-gold-bright);
    content: attr(data-label);
    font-family: "Cinzel", Georgia, serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

}

@media (max-width: 430px) {
  .sn-delivery-price-table td {
    grid-template-columns: 1fr;
  }
}
