.commerce-card--phase1c {
  border-top: 4px solid #2f6459;
}

.commerce-state-label {
  align-items: center;
  background: #e8f0ec;
  border-radius: 999px;
  color: #234f47;
  display: inline-flex;
  font-size: .78rem;
  font-weight: 700;
  gap: .45rem;
  letter-spacing: .04em;
  margin: .25rem 0 1rem;
  padding: .45rem .7rem;
}

.commerce-state-label::before {
  background: currentColor;
  border-radius: 50%;
  content: "";
  height: .45rem;
  width: .45rem;
}

.commerce-state-label--reverify {
  background: #f2ede3;
  color: #765f36;
}

.commerce-route-summary {
  border-block: 1px solid rgba(35, 79, 71, .16);
  display: grid;
  gap: .65rem;
  margin: 1.25rem 0;
  padding: 1rem 0;
}

.commerce-route-summary div {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
}

.commerce-route-summary span { color: #64706b; font-size: .84rem; }
.commerce-route-summary b { font-size: .92rem; }

.commerce-inactive {
  background: #f1f2ee;
  border: 1px solid #d9ddd7;
  border-radius: .7rem;
  color: #55605b;
  font-weight: 700;
  padding: .85rem 1rem;
  text-align: center;
}

.advertising-policy-hero { padding-bottom: 2.5rem; }
.policy-layout { display: grid; gap: 1.25rem; grid-template-columns: minmax(0, 1fr) 18rem; }
.policy-principles { display: grid; gap: 1rem; }
.policy-note { background: #e8f0ec; border-left: 4px solid #2f6459; border-radius: .35rem; padding: 1rem 1.15rem; }
.policy-status { position: sticky; top: 6rem; }
.policy-status dl { display: grid; gap: .8rem; margin: 1rem 0; }
.policy-status dl div { border-bottom: 1px solid #dde1dc; display: flex; justify-content: space-between; padding-bottom: .65rem; }
.policy-status dt { color: #65716c; font-size: .82rem; }
.policy-status dd { font-weight: 700; margin: 0; }
.footer-policy-link { display: block; margin-top: .65rem; }

.qa-banner { background: #5d4a22; color: white; font-weight: 800; padding: .75rem; text-align: center; }
.qa-shell { margin: 4rem auto; max-width: 45rem; padding: 0 1.25rem; width: min(45rem, calc(100% - 2.5rem)); }
.qa-commerce-card { background: #fff; border: 1px solid #dfe2dc; border-radius: 1rem; box-shadow: 0 16px 45px rgba(20,42,36,.1); padding: 2rem; }
.qa-commerce-card small { overflow-wrap: anywhere; }
.qa-cta { align-items: center; background: #244f47; border-radius: .65rem; color: #fff; display: inline-flex; font-weight: 800; justify-content: center; margin-top: 1rem; min-height: 3rem; padding: .8rem 1.2rem; text-decoration: none; }
.commerce-disclosure { background: #f5f0e5; border: 1px solid #dfd2b8; border-radius: .5rem; font-size: .86rem; margin: 0 0 1rem; padding: .75rem; }

@media (max-width: 780px) {
  .policy-layout { grid-template-columns: 1fr; }
  .policy-status { position: static; }
}
