/* ==========================================================
   Got Hot Wheels Auctions - Shipping Foundation v74
   ========================================================== */

html body.ghw74-shipping {
  overflow-x: hidden !important;
}

html body.ghw74-shipping .ghw74-page {
  min-height: 72vh !important;
  padding: 34px 0 74px !important;
  background:
    radial-gradient(circle at 84% 0%, rgba(237,17,28,.15), transparent 32rem),
    radial-gradient(circle at 14% 32%, rgba(255,157,0,.10), transparent 28rem),
    linear-gradient(180deg, #050505 0%, #07090d 56%, #050505 100%) !important;
  color: #fff !important;
}

html body.ghw74-shipping .ghw74-hero {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 24px !important;
  margin: 0 0 20px !important;
  padding: 28px !important;
  border: 1px solid rgba(255,157,0,.25) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.54)),
    radial-gradient(circle at right, rgba(237,17,28,.22), transparent 30rem),
    linear-gradient(180deg, #121821, #080b10) !important;
  box-shadow: 0 22px 54px rgba(0,0,0,.42) !important;
}

html body.ghw74-shipping .ghw74-kicker {
  display: inline-flex !important;
  padding: 7px 12px !important;
  margin-bottom: 10px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(237,17,28,.55) !important;
  background: rgba(237,17,28,.16) !important;
  color: #ffd45a !important;
  font-size: 12px !important;
  font-weight: 1000 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

html body.ghw74-shipping .ghw74-hero h1 {
  margin: 0 !important;
  color: #fff !important;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', Arial, sans-serif !important;
  font-size: clamp(42px, 5vw, 66px) !important;
  font-style: italic !important;
  line-height: .94 !important;
  letter-spacing: .045em !important;
  text-transform: uppercase !important;
  text-shadow: 4px 4px 0 #000 !important;
}

html body.ghw74-shipping .ghw74-hero p {
  max-width: 780px !important;
  margin: 10px 0 0 !important;
  color: #dce4ef !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
}

html body.ghw74-shipping .ghw74-actions,
html body.ghw74-shipping .ghw74-mini-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

html body.ghw74-shipping .ghw74-actions a,
html body.ghw74-shipping .ghw74-mini-actions a,
html body.ghw74-shipping .ghw74-list a,
html body.ghw74-shipping .ghw74-form button,
html body.ghw74-shipping .ghw74-inline-form button {
  min-height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 13px !important;
  border: 1px solid rgba(255,157,0,.55) !important;
  border-radius: 8px !important;
  background: rgba(0,0,0,.28) !important;
  color: #fff !important;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

html body.ghw74-shipping .ghw74-form button,
html body.ghw74-shipping .ghw74-inline-form button {
  border-color: rgba(255,48,52,.90) !important;
  background: linear-gradient(180deg, #ff3438, #c80712) !important;
}

html body.ghw74-shipping .ghw74-grid {
  display: grid !important;
  gap: 18px !important;
  margin-bottom: 18px !important;
}

html body.ghw74-shipping .ghw74-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

html body.ghw74-shipping .ghw74-card,
html body.ghw74-shipping .ghw74-stats article {
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 16px !important;
  background:
    radial-gradient(circle at top left, rgba(255,157,0,.08), transparent 24rem),
    linear-gradient(180deg, #121821, #080b10) !important;
  box-shadow: 0 18px 44px rgba(0,0,0,.35) !important;
}

html body.ghw74-shipping .ghw74-card {
  padding: 22px !important;
}

html body.ghw74-shipping .ghw74-card h2 {
  margin: 0 0 14px !important;
  color: #fff !important;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', Arial, sans-serif !important;
  font-size: 27px !important;
  font-style: italic !important;
  letter-spacing: .045em !important;
  text-transform: uppercase !important;
}

html body.ghw74-shipping .ghw74-alert {
  margin: 0 0 18px !important;
  padding: 15px 16px !important;
  border-radius: 12px !important;
  color: #fff !important;
}

html body.ghw74-shipping .ghw74-alert.success {
  border: 1px solid rgba(52,211,101,.55) !important;
  background: rgba(17,91,45,.72) !important;
}

html body.ghw74-shipping .ghw74-alert.error {
  border: 1px solid rgba(255,72,82,.62) !important;
  background: rgba(92,7,14,.70) !important;
}

html body.ghw74-shipping .ghw74-form,
html body.ghw74-shipping .ghw74-list {
  display: grid !important;
  gap: 12px !important;
}

html body.ghw74-shipping .ghw74-fields {
  display: grid !important;
  gap: 12px !important;
}

html body.ghw74-shipping .ghw74-fields.two {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

html body.ghw74-shipping .ghw74-fields.three {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

html body.ghw74-shipping .ghw74-form label {
  display: grid !important;
  gap: 7px !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .045em !important;
  text-transform: uppercase !important;
}

html body.ghw74-shipping .ghw74-form input,
html body.ghw74-shipping .ghw74-form select,
html body.ghw74-shipping .ghw74-form textarea,
html body.ghw74-shipping .ghw74-inline-form input,
html body.ghw74-shipping .ghw74-inline-form select {
  width: 100% !important;
  min-height: 42px !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(255,255,255,.17) !important;
  border-radius: 10px !important;
  background: #05080d !important;
  color: #fff !important;
  font-size: 14px !important;
  outline: none !important;
  box-sizing: border-box !important;
}

html body.ghw74-shipping .ghw74-form textarea {
  min-height: 96px !important;
  resize: vertical !important;
}

html body.ghw74-shipping .ghw74-list article {
  display: grid !important;
  gap: 8px !important;
  padding: 13px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 12px !important;
  background: rgba(0,0,0,.25) !important;
}

html body.ghw74-shipping .ghw74-list strong {
  color: #fff !important;
}

html body.ghw74-shipping .ghw74-list span,
html body.ghw74-shipping .ghw74-list em {
  color: #aeb8c6 !important;
  font-style: normal !important;
}

html body.ghw74-shipping .ghw74-list.compact {
  margin-top: 14px !important;
}

html body.ghw74-shipping .ghw74-shipment-head {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 12px !important;
}

html body.ghw74-shipping .ghw74-inline-form {
  display: grid !important;
  grid-template-columns: 150px minmax(0, 1fr) minmax(0, 1.2fr) minmax(0, 1.2fr) 100px !important;
  gap: 8px !important;
  align-items: center !important;
}

html body.ghw74-shipping .ghw74-events {
  display: grid !important;
  gap: 6px !important;
  margin-top: 6px !important;
}

html body.ghw74-shipping .ghw74-events p {
  margin: 0 !important;
  padding: 8px 10px !important;
  border-radius: 8px !important;
  background: rgba(255,255,255,.05) !important;
  color: #dce4ef !important;
}

html body.ghw74-shipping .ghw74-stats {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-bottom: 18px !important;
}

html body.ghw74-shipping .ghw74-stats article {
  padding: 16px !important;
}

html body.ghw74-shipping .ghw74-stats span {
  display: block !important;
  color: #9ea8b8 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

html body.ghw74-shipping .ghw74-stats strong {
  display: block !important;
  margin-top: 7px !important;
  color: #ffd45a !important;
  font-size: 30px !important;
  line-height: 1 !important;
}

@media (max-width: 1080px) {
  html body.ghw74-shipping .ghw74-grid.two,
  html body.ghw74-shipping .ghw74-stats {
    grid-template-columns: 1fr 1fr !important;
  }

  html body.ghw74-shipping .ghw74-inline-form {
    grid-template-columns: 1fr 1fr !important;
  }

  html body.ghw74-shipping .ghw74-inline-form button {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 760px) {
  html body.ghw74-shipping .ghw74-hero {
    flex-direction: column !important;
  }

  html body.ghw74-shipping .ghw74-grid.two,
  html body.ghw74-shipping .ghw74-stats,
  html body.ghw74-shipping .ghw74-fields.two,
  html body.ghw74-shipping .ghw74-fields.three,
  html body.ghw74-shipping .ghw74-inline-form {
    grid-template-columns: 1fr !important;
  }
}
