.docs-pricing-note {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
  padding: 14px 16px;
  border: 1px solid color-mix(in srgb, var(--docs-primary) 20%, var(--docs-border));
  border-radius: 12px;
  background: var(--docs-primary-soft);
  color: var(--docs-text-soft);
  font-size: 13px;
  line-height: 1.7;
}

.docs-pricing-note strong {
  flex: 0 0 auto;
  color: var(--docs-primary-strong);
}

.docs-pricing-status {
  margin: 24px 0 0;
  color: var(--docs-text-muted);
  font-size: 14px;
}

.docs-pricing-status.is-error {
  padding: 16px;
  border: 1px solid var(--docs-border);
  border-radius: 12px;
  background: var(--docs-surface);
  color: var(--docs-text-soft);
}

.docs-pricing-status button {
  margin-left: 10px;
  padding: 6px 10px;
  border: 1px solid var(--docs-border-strong);
  border-radius: 7px;
  background: var(--docs-surface);
  color: var(--docs-primary-strong);
  cursor: pointer;
}

.docs-pricing-table-wrap {
  margin-top: 24px;
  overflow-x: auto;
}

.docs-pricing-table {
  min-width: 700px;
  margin: 0 !important;
}

.docs-pricing-table th:nth-child(1) {
  width: 22%;
}

.doc-page main.doc-content .docs-pricing-table th:nth-child(2) {
  width: 18%;
  text-align: right;
}

.doc-page main.doc-content .docs-pricing-table th:nth-child(3) {
  width: 23%;
}

.doc-page main.doc-content .docs-pricing-table td:nth-child(2) {
  text-align: right;
}

.docs-pricing-table tbody td:first-child {
  color: var(--docs-text);
  font-weight: 680;
}

.docs-pricing-table tbody td:nth-child(3),
.docs-pricing-table tbody td:nth-child(4) {
  color: var(--docs-text-soft);
}

.docs-table-price {
  display: inline-flex;
  align-items: baseline;
  color: var(--docs-text);
  white-space: nowrap;
}

.docs-table-price > span {
  margin-right: 2px;
  color: var(--docs-text-soft);
  font-size: 13px;
}

.docs-table-price strong {
  font-size: 20px;
  letter-spacing: -0.025em;
}

.docs-table-price small {
  margin-left: 3px;
  color: var(--docs-text-muted);
  font-size: 11px;
}

@media (max-width: 640px) {
  .doc-page main.doc-content .docs-pricing-table {
    display: table;
    overflow: visible;
    white-space: normal;
  }
}
