/* Policy links extend the existing BluDoor site without restyling its pages. */
.bd-policy-footer {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 24px;
  max-width: 1100px;
  margin: 0 auto 24px;
  padding: 12px 0;
  border: 0;
  background: transparent;
  color: inherit;
}
.bd-policy-footer a,
.bd-policy-notice a,
.bd-checkout-review a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.bd-policy-footer a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.bd-policy-footer a:hover { color: #822e11; }
/* Bare links sit on the existing footer gradient, without a separate panel. */
.page footer .bd-policy-footer {
  color: #fffaf1;
  text-shadow: 0 1px 2px #1a2260, 0 0 1px #1a2260;
}
.page footer .bd-policy-footer a:hover { color: #fff; }
.bd-policy-footer a:focus-visible,
.bd-policy-notice a:focus-visible,
.bd-checkout-review a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
.bd-policy-compact { padding: 36px 24px; }
.bd-policy-compact .bd-policy-footer { margin-bottom: 0; }
.bd-policy-notice,
.bd-checkout-review {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.bd-policy-notice {
  color: inherit;
  padding-block: 16px;
  margin: 0;
}
.bd-checkout-review {
  padding: 20px;
  margin-block: 20px;
  border: 1px solid #b9b3b0;
  background: #f9ecd5;
  color: #1a2260;
}
.bd-checkout-review h2 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 12px;
}
.bd-checkout-review p + p { margin-top: 12px; }
#co-submit-btn:disabled { opacity: 0.65; cursor: not-allowed; }
@media (max-width: 800px) {
  #page-checkout > div { padding: 32px 20px 56px !important; }
  .bd-checkout-columns { grid-template-columns: minmax(0, 1fr) !important; gap: 28px !important; }
  .bd-checkout-columns > div { min-width: 0; }
}
@media (max-width: 600px) {
  .bd-policy-footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 12px 0;
  }
  .bd-policy-footer a { padding-block: 8px; }
}
@media print {
  .bd-policy-footer, .bd-policy-compact { display: none; }
}
