
/* === JAMSAE BRAND STYLE - SHIPPING POLICY SCOPED === */
:root {
  --sp-black: #000000;
  --sp-white: #ffffff;
  --sp-font: Arial, sans-serif;
}

#jamsae-shipping-policy {
  font-family: var(--sp-font) !important;
  line-height: 1.6 !important;
  color: var(--sp-black) !important;
  max-width: 920px !important;
  margin: 0 auto !important;
  padding: 48px 24px !important;
  display: block;
}

#jamsae-shipping-policy h1 {
  font-size: 2em !important;
  font-weight: 700 !important;
  color: var(--sp-black) !important;
  margin-bottom: 20px !important;
  margin-top: 30px !important;
}

#jamsae-shipping-policy h2 {
  font-size: 1.5em !important;
  font-weight: 700 !important;
  color: var(--sp-black) !important;
  margin-top: 30px !important;
  margin-bottom: 15px !important;
}

#jamsae-shipping-policy p {
  margin-bottom: 15px !important;
}

#jamsae-shipping-policy table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 15px 0 !important;
}

#jamsae-shipping-policy th, #jamsae-shipping-policy td {
  border: 1px solid #ddd !important;
  padding: 10px !important;
  text-align: left !important;
}

#jamsae-shipping-policy th {
  background-color: #f5f5f5 !important;
}

#jamsae-shipping-policy .note {
  background-color: #fff3cd !important;
  border-left: 6px solid #ffeeba !important;
  padding: 10px !important;
  margin: 15px 0 !important;
  color: var(--sp-black) !important;
}

#jamsae-shipping-policy a {
  color: var(--sp-black) !important;
  text-decoration: underline !important;
}

/* === HEADER RECOVERY === */
header a, 
.header-container a, 
.header-navigation a, 
.nav-item a, 
.menu-item a, 
.header-right-meta a, 
.header-right-meta span, 
.shopping-bag-count, 
.main_title {
  color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* === FOOTER RECOVERY === */
#footer a, #footer dt, .ly_footer_74 a, .ly_footer_74 dt { color: #ffffff !important; }
#footer a:hover, .ly_footer_74 a:hover { color: #cccccc !important; }

.main_title { color: #ffffff !important; }

@media (max-width: 640px) {
  #jamsae-shipping-policy h1 { font-size: 1.5em !important; }
}
