/* ==========================================================
   Got Hot Wheels Auctions - Footer + Help Integration v73
   Scope: footer/help link integration only
   ========================================================== */

html body .ghw73-help-footer {
  width: 100% !important;
  margin: 0 !important;
  padding: 26px 0 !important;
  border-top: 1px solid rgba(255,157,0,.22) !important;
  background:
    radial-gradient(circle at 80% 0%, rgba(237,17,28,.13), transparent 26rem),
    linear-gradient(180deg, rgba(5,6,8,.96), #030405) !important;
  color: #fff !important;
}

html body .ghw73-help-footer .ghw73-wrap {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 22px !important;
}

html body .ghw73-help-footer h3 {
  margin: 0 0 14px !important;
  color: #ffd45a !important;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', Arial, sans-serif !important;
  font-size: 23px !important;
  font-style: italic !important;
  letter-spacing: .055em !important;
  text-transform: uppercase !important;
  text-shadow: 2px 2px 0 #000 !important;
}

html body .ghw73-help-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

html body .ghw73-help-grid a {
  min-height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 12px !important;
  border: 1px solid rgba(255,157,0,.32) !important;
  border-radius: 8px !important;
  background: rgba(0,0,0,.34) !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-align: center !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

html body .ghw73-help-grid a:hover {
  color: #ffd45a !important;
  border-color: rgba(255,157,0,.75) !important;
  box-shadow: 0 0 18px rgba(255,157,0,.12) !important;
}

html body .ghw73-inline-help-links {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 12px !important;
}

html body .ghw73-inline-help-links a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  padding: 0 10px !important;
  border: 1px solid rgba(255,157,0,.35) !important;
  border-radius: 7px !important;
  color: #ffd45a !important;
  background: rgba(0,0,0,.26) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

@media (max-width: 900px) {
  html body .ghw73-help-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  html body .ghw73-help-grid {
    grid-template-columns: 1fr !important;
  }
}
