.business-checkout-panel {
  display: grid;
  gap: 18px;
  margin-top: 22px;
  padding: 22px;
  background: #f4f8f3;
  border: 1px solid #d6e2d7;
  border-radius: 18px;
}
.business-checkout-panel[hidden],
.company-address-panel[hidden] {
  display: none !important;
}
.business-checkout-heading,
.company-address-heading {
  display: grid;
  gap: 5px;
}
.business-checkout-heading strong,
.company-address-heading strong {
  color: #0b432d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
}
.business-checkout-heading p,
.company-address-heading p {
  margin: 0;
  color: #59645e;
  font-size: .9rem;
  line-height: 1.55;
}
.checkout-option-row {
  display: flex !important;
  align-items: flex-start;
  gap: 11px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #dce5dd;
  border-radius: 12px;
  color: #173e2e;
  font-weight: 700;
  cursor: pointer;
}
.checkout-option-row input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  flex: 0 0 auto;
}
.company-address-panel {
  display: grid;
  gap: 16px;
  padding: 20px;
  background: #fff;
  border: 1px solid #d8e2da;
  border-radius: 14px;
}
.single-consent {
  margin-top: 18px;
  padding: 20px 22px !important;
  background: #f6f2e9 !important;
  border: 1px solid #e6ddcc;
  border-radius: 16px;
}
.single-consent label {
  display: flex !important;
  align-items: flex-start;
  gap: 12px;
  margin: 0 !important;
  color: #26342d;
  font-size: .94rem;
  line-height: 1.6;
}
.single-consent input {
  width: 19px;
  height: 19px;
  margin: 3px 0 0;
  flex: 0 0 auto;
}
.single-consent a {
  color: #0b6a3f;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.payment-copy-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px !important;
  width: 100%;
}
.copy-value {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #17372a;
  font-weight: 750;
}
.copy-value-strong {
  font-size: 1.08rem;
  color: #0b5133;
}
.copy-button {
  display: inline-flex !important;
  min-width: 104px !important;
  min-height: 38px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  padding: 8px 14px !important;
  margin-left: 4px !important;
  color: #0d5234 !important;
  background: #fff !important;
  border: 1px solid #b9cfbf !important;
  border-radius: 999px !important;
  box-shadow: 0 5px 16px rgba(15, 79, 49, .08) !important;
  font: inherit !important;
  font-size: .82rem !important;
  font-weight: 850 !important;
  cursor: pointer !important;
  transition: transform .16s ease, border-color .16s ease, background-color .16s ease, color .16s ease !important;
}
.copy-button svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}
.copy-button:hover {
  transform: translateY(-1px);
  color: #fff !important;
  background: #0f6d43 !important;
  border-color: #0f6d43 !important;
}
.copy-button.is-copied {
  color: #fff !important;
  background: #167847 !important;
  border-color: #167847 !important;
}
.product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.legal-content > section {
  scroll-margin-top: 150px;
}
.legal-content > section + section {
  margin-top: 28px;
}
.legal-content > section > h2 {
  margin-bottom: 12px;
}
.legal-content > section > p,
.legal-content .legal-list li,
.legal-content .faq-item p {
  line-height: 1.72;
}
@media (max-width: 1020px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 820px) {
  .topbar-inner.topbar-utility {
    grid-template-columns: minmax(0, 1fr) 118px !important;
    gap: 8px !important;
  }
  .topbar-main-notice-mobile {
    font-size: clamp(.62rem, 2.45vw, .75rem) !important;
    font-weight: 800 !important;
    letter-spacing: -.018em !important;
  }
  .market-select-compact {
    width: 118px !important;
    min-width: 118px !important;
    max-width: 118px !important;
    font-size: .68rem !important;
  }
  .business-checkout-panel,
  .company-address-panel {
    padding: 17px;
  }
  .payment-copy-row {
    grid-template-columns: 1fr;
    gap: 10px !important;
  }
  .copy-button {
    width: fit-content !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 560px) {
  .product-grid {
    grid-template-columns: 1fr !important;
  }
  .single-consent {
    padding: 17px !important;
  }
  .single-consent label {
    font-size: .9rem;
  }
  .topbar-main-notice-mobile {
    font-size: .61rem !important;
  }
}
