.docs-post-content {
  --docs-text: #1f2937;
  --docs-heading: #0f172a;
  --docs-muted: #64748b;
  --docs-link: #0b63ce;
  --docs-link-hover: #084b9a;
  --docs-border: #dbe4ee;
  --docs-border-strong: #c7d5e4;
  --docs-surface: #f8fbff;
  --docs-surface-alt: #f1f5fb;
  --docs-code-bg: #f4f7fc;
  --docs-code-border: #d7e1ee;
  --docs-pre-bg: #0b1220;
  --docs-pre-border: #1d2a3c;
  --docs-pre-text: #dce7f6;
  --docs-quote-accent: #3b82f6;
  color: var(--docs-text);
  font-family: "Segoe UI", "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-size: clamp(0.98rem, 0.15vw + 0.95rem, 1.04rem);
  font-weight: 400;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
  -moz-osx-font-smoothing: grayscale;
}

.docs-post-content > *:last-child {
  margin-bottom: 0;
}

.docs-post-content p,
.docs-post-content ul,
.docs-post-content ol,
.docs-post-content dl,
.docs-post-content table,
.docs-post-content pre,
.docs-post-content blockquote,
.docs-post-content figure,
.docs-post-content details,
.docs-post-content .wp-block-embed,
.docs-post-content .wp-block-image,
.docs-post-content .wp-block-table {
  margin: 0 0 1.35rem;
}

.docs-post-content p:empty {
  line-height: 0;
  margin: 0;
  padding: 0;
}

.docs-post-content p > br:only-child {
  display: none;
}

.docs-post-content h5,
.docs-post-content h6, .docs-post-content h4, .docs-post-content h3, .docs-post-content h2, .docs-post-content h1 {
  color: var(--docs-heading);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.24;
  margin: 2rem 0 0.85rem;
  scroll-margin-top: 90px;
}

.docs-post-content h1 {
  font-size: clamp(1.72rem, 1.1vw + 1.38rem, 2.22rem);
  margin-top: 0;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid var(--docs-border);
}

.docs-post-content h2 {
  font-size: clamp(1.38rem, 0.9vw + 1.08rem, 1.78rem);
  margin-top: 2.2rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid var(--docs-border);
}

.docs-post-content h3 {
  font-size: clamp(1.2rem, 0.58vw + 1.01rem, 1.44rem);
  margin-top: 1.95rem;
}

.docs-post-content h4 {
  font-size: 1.08rem;
  margin-top: 1.75rem;
}

.docs-post-content h5,
.docs-post-content h6 {
  font-size: 0.96rem;
  letter-spacing: -0.01em;
  margin-top: 1.55rem;
}

.docs-post-content a {
  color: var(--docs-link);
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(11, 99, 206, 0.35);
          text-decoration-color: rgba(11, 99, 206, 0.35);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
  transition: color 0.16s ease, -webkit-text-decoration-color 0.16s ease;
  transition: color 0.16s ease, text-decoration-color 0.16s ease;
  transition: color 0.16s ease, text-decoration-color 0.16s ease, -webkit-text-decoration-color 0.16s ease;
}

.docs-post-content a:hover {
  color: var(--docs-link-hover);
  -webkit-text-decoration-color: rgba(8, 75, 154, 0.6);
          text-decoration-color: rgba(8, 75, 154, 0.6);
}

.docs-post-content a:focus {
  outline: 2px solid rgba(59, 130, 246, 0.35);
  outline-offset: 2px;
}

.docs-post-content strong {
  color: #111827;
  font-weight: 700;
}

.docs-post-content em {
  color: #334155;
}

[dir="ltr"] .docs-post-content ul,
[dir="ltr"] .docs-post-content ol {
  padding-left: 1.5em;
}

[dir="rtl"] .docs-post-content ul,
[dir="rtl"] .docs-post-content ol {
  padding-right: 1.5em;
}

.docs-post-content li + li {
  margin-top: 0.35rem;
}

.docs-post-content ul {
  list-style-type: disc;
}

.docs-post-content ul ::marker {
  color: #55789f;
}

.docs-post-content ol {
  list-style-type: decimal;
}

.docs-post-content ol ::marker {
  color: #49668a;
  font-weight: 600;
}

.docs-post-content ul ul {
  list-style-type: circle;
}

.docs-post-content ul ul ul {
  list-style-type: square;
}

.docs-post-content li > ul,
.docs-post-content li > ol {
  margin-top: 0.45rem;
  margin-bottom: 0.2rem;
}

.docs-post-content hr {
  border: 0;
  height: 1px;
  margin: 2rem 0;
  overflow: visible;
}

[dir="ltr"] .docs-post-content hr {
  background: linear-gradient(90deg, rgba(148, 163, 184, 0.1), rgba(148, 163, 184, 0.6), rgba(148, 163, 184, 0.1));
}

[dir="rtl"] .docs-post-content hr {
  background: linear-gradient(-90deg, rgba(148, 163, 184, 0.1), rgba(148, 163, 184, 0.6), rgba(148, 163, 184, 0.1));
}

.docs-post-content img {
  border: 1px solid var(--docs-border);
  border-radius: 12px;
  height: auto;
  max-width: 100%;
}

.docs-post-content figure {
  margin-left: 0;
  margin-right: 0;
}

.docs-post-content figcaption,
.docs-post-content .wp-caption-text {
  color: var(--docs-muted);
  font-size: 0.88rem;
  margin-top: 0.45rem;
  text-align: center;
}

.docs-post-content .wp-caption {
  margin: 0 0 1.35rem;
  max-width: 100%;
}

.docs-post-content blockquote {
  border: 1px solid var(--docs-border);
  color: #334155;
  margin: 1.65rem 0;
}

[dir="ltr"] .docs-post-content blockquote {
  background: linear-gradient(180deg, #f8fbff, #f3f8ff);
  border-left: 4px solid var(--docs-quote-accent);
  border-radius: 0 12px 12px 0;
  padding: 0.95rem 1.1rem 0.95rem 1rem;
}

[dir="rtl"] .docs-post-content blockquote {
  background: linear-gradient(-180deg, #f8fbff, #f3f8ff);
  border-right: 4px solid var(--docs-quote-accent);
  border-radius: 12px 0 0 12px;
  padding: 0.95rem 1rem 0.95rem 1.1rem;
}

.docs-post-content blockquote p:last-child {
  margin-bottom: 0;
}

.docs-post-content blockquote cite {
  color: var(--docs-muted);
  display: block;
  font-size: 0.86rem;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.6rem;
}

.docs-post-content code,
.docs-post-content kbd,
.docs-post-content samp {
  background: var(--docs-code-bg);
  border: 1px solid var(--docs-code-border);
  border-radius: 6px;
  color: #112237;
  font-family: "Andale Mono", AndaleMono, "Lucida Console", monospace;
  font-size: 0.84em;
  padding: 0.14em 0.38em;
}

.docs-post-content kbd {
  border-bottom-width: 2px;
  box-shadow: inset 0 -1px 0 rgba(15, 23, 42, 0.14);
  font-weight: 700;
}

.docs-post-content pre {
  background: var(--docs-pre-bg);
  border: 1px solid var(--docs-pre-border);
  border-radius: 12px;
  color: var(--docs-pre-text);
  font-family: "Andale Mono", AndaleMono, "Lucida Console", monospace;
  font-size: 0.88rem;
  line-height: 1.72;
  margin: 0 0 1.35rem;
  max-width: 100%;
  overflow: auto;
  padding: 1em 1.15em;
  white-space: pre;
}

.docs-post-content pre code {
  background: transparent;
  border: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
}

.docs-post-content table {
  border: 1px solid var(--docs-border-strong);
  border-collapse: separate;
  border-radius: 12px;
  border-spacing: 0;
  display: block;
  overflow-x: auto;
  width: 100%;
}

.docs-post-content table thead th {
  background: #f5f9ff;
  color: var(--docs-heading);
  font-weight: 700;
  letter-spacing: 0.01em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

.docs-post-content table th,
.docs-post-content table td {
  border-bottom: 1px solid var(--docs-border);
  min-width: 120px;
  padding: 0.62em 0.84em;
  vertical-align: top;
  white-space: normal;
}

[dir="ltr"] .docs-post-content table th,
[dir="ltr"] .docs-post-content table td {
  text-align: left;
}

[dir="rtl"] .docs-post-content table th,
[dir="rtl"] .docs-post-content table td {
  text-align: right;
}

.docs-post-content table tbody tr:nth-child(even) {
  background: var(--docs-surface);
}

.docs-post-content table tbody tr:hover {
  background: var(--docs-surface-alt);
}

.docs-post-content table tr:last-child td {
  border-bottom: 0;
}

.docs-post-content dl {
  border: 1px solid var(--docs-border);
  border-radius: 10px;
  overflow: hidden;
}

.docs-post-content dl dt,
.docs-post-content dl dd {
  margin: 0;
  padding: 0.68rem 0.85rem;
}

.docs-post-content dl dt {
  background: #f8fbff;
  color: var(--docs-heading);
  font-weight: 700;
}

.docs-post-content dl dd + dt {
  border-top: 1px solid var(--docs-border);
}

.docs-post-content abbr[title] {
  cursor: help;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  text-decoration-thickness: 0.08em;
}

.docs-post-content mark {
  background: #fef3c7;
  border-radius: 3px;
  color: #2f2200;
  padding: 0.05em 0.2em;
}

.docs-post-content sub,
.docs-post-content sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.docs-post-content sup {
  top: -0.45em;
}

.docs-post-content sub {
  bottom: -0.2em;
}

.docs-post-content details {
  background: #f8fbff;
  border: 1px solid var(--docs-border);
  border-radius: 10px;
  overflow: hidden;
}

.docs-post-content details summary {
  cursor: pointer;
  color: var(--docs-heading);
  font-weight: 600;
  padding: 0.72rem 0.88rem;
}

.docs-post-content details > *:not(summary) {
  margin: 0;
  padding: 0.25rem 0.88rem 0.85rem;
}

.docs-post-content embed,
.docs-post-content object,
.docs-post-content iframe,
.docs-post-content video {
  background: #000;
  border: 0;
  border-radius: 0;
  display: block;
  margin-bottom: 1.35rem;
  max-width: 100%;
  width: 100%;
}

.docs-post-content .wp-block-embed,
.docs-post-content .wp-block-embed__wrapper {
  max-width: 100%;
}

.docs-post-content iframe[src*="youtube.com"],
.docs-post-content iframe[src*="youtu.be"],
.docs-post-content iframe[src*="vimeo.com"],
.docs-post-content .wp-block-embed-youtube iframe,
.docs-post-content .wp-block-embed-vimeo iframe {
  aspect-ratio: 16/9;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.14);
  height: auto;
}

.docs-post-content table,
.docs-post-content pre,
.docs-post-content blockquote,
.docs-post-content details,
.docs-post-content img,
.docs-post-content iframe,
.docs-post-content video {
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}