.iqa-static-post {
  --iqa-border: #dbe3ea;
  --iqa-surface: #ffffff;
  --iqa-surface-soft: #f8fbfd;
  --iqa-heading: #182033;
  --iqa-text: #4b5565;
  --iqa-muted: #6b7280;
  --iqa-accent: #2e8b8b;
  --iqa-accent-soft: rgba(46, 139, 139, 0.1);
  --iqa-blue-soft: #eef6ff;
  --iqa-blue-border: rgba(55, 147, 246, 0.24);
  --iqa-blue-text: #1b5fa7;
  --iqa-warm-soft: #fff6df;
  --iqa-warm-border: rgba(232, 168, 56, 0.34);
  --iqa-warm-text: #7a4a00;
  --iqa-shadow: 0 8px 22px rgba(18, 22, 38, 0.06);
  --iqa-shadow-soft: 0 2px 10px rgba(18, 22, 38, 0.05);
}

.iqa-static-post__header {
  margin-bottom: 28px;
}

.iqa-static-post__header p {
  font-size: 1.05rem;
}

.iqa-static-post .iqa-question {
  margin-bottom: 22px;
  border: 1px solid var(--iqa-border);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #fcfdff);
  box-shadow: var(--iqa-shadow);
  overflow: hidden;
}

.iqa-static-post .iqa-question__title {
  margin: 0;
  padding: 18px 22px;
  background: linear-gradient(180deg, #f7fafc, #f1f5f9);
  border-bottom: 1px solid var(--iqa-border);
  color: var(--iqa-heading);
  font-family: var(--font-sans, "Inter", "Segoe UI", Arial, sans-serif);
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.45;
}

.iqa-static-post .iqa-answer {
  padding: 20px 22px 24px;
  background: linear-gradient(180deg, #ffffff, #fbfefe);
}

.iqa-static-post .iqa-answer > *:last-child {
  margin-bottom: 0;
}

.iqa-static-post .iqa-answer__label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(46, 139, 139, 0.12);
  color: #0f5f5f;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.iqa-static-post .iqa-answer p,
.iqa-static-post .iqa-answer li,
.iqa-static-post .iqa-answer ol {
  color: var(--iqa-text);
}

.iqa-static-post .iqa-answer p {
  font-size: 1.03rem;
}

.iqa-static-post .iqa-answer h4 {
  margin-top: 18px;
  margin-bottom: 10px;
  color: var(--iqa-heading);
  font-size: 1rem;
  font-weight: 800;
}

.iqa-static-post .iqa-answer h6,
.article-wrapper h6 {
  margin: 18px 0 12px;
  color: var(--iqa-heading, #182033);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.iqa-static-post .iqa-answer ul,
.iqa-static-post .iqa-answer ol {
  margin: 0 0 1rem 1.2rem;
}

.iqa-static-post .iqa-answer strong,
.article-wrapper strong {
  color: #0f5f5f;
  font-weight: 800;
}

.iqa-static-post .iqa-answer code,
.article-wrapper code {
  background: #f7f8fb;
  border: 1px solid var(--iqa-border, #dbe3ea);
  border-radius: 8px;
  padding: 0.12rem 0.38rem;
  color: var(--iqa-heading, #182033);
  font-size: 0.95em;
}

.iqa-static-post .iqa-callout {
  margin: 16px 0;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid transparent;
  box-shadow: var(--iqa-shadow-soft);
}

.iqa-static-post .iqa-callout--note,
.iqa-static-post .iqa-callout--tip {
  background: var(--iqa-blue-soft);
  border-color: var(--iqa-blue-border);
  color: var(--iqa-blue-text);
}

.iqa-static-post .iqa-callout--warning {
  background: var(--iqa-warm-soft);
  border-color: var(--iqa-warm-border);
  color: var(--iqa-warm-text);
}

.iqa-static-post .table-scroll {
  margin: 10px 0 18px;
}

.iqa-static-post .checklist li::before {
  background: rgba(46, 139, 139, 0.12);
  color: var(--iqa-accent);
}

.iqa-static-post.is-ready .iqa-question {
  opacity: 1;
}

.iqa-detail-heading-ready {
  margin: 18px 0 12px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.iqa-detail-heading-ready.is-open {
  margin-bottom: 14px !important;
}

h6.iqa-detail-heading-ready > .iqa-detail-toggle,
.iqa-static-post .iqa-answer h6.iqa-detail-heading-ready > .iqa-detail-toggle,
.article-wrapper h6.iqa-detail-heading-ready > .iqa-detail-toggle {
  all: unset;
  box-sizing: border-box;
  width: auto !important;
  max-width: 100%;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  padding: 16px 18px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(36, 122, 223, 0.18) !important;
  background: linear-gradient(135deg, #0f6bdc 0%, #2f86ee 52%, #67c3d9 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 14px 30px rgba(34, 116, 215, 0.22) !important;
  cursor: pointer !important;
  position: relative !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-family: var(--font-sans, "Inter", "Segoe UI", Arial, sans-serif) !important;
  font-size: 0.9rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.05em !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease, background 0.18s ease !important;
  vertical-align: top !important;
}

h6.iqa-detail-heading-ready > .iqa-detail-toggle:hover,
h6.iqa-detail-heading-ready > .iqa-detail-toggle:focus,
h6.iqa-detail-heading-ready > .iqa-detail-toggle:focus-visible,
.iqa-static-post .iqa-answer h6.iqa-detail-heading-ready > .iqa-detail-toggle:hover,
.iqa-static-post .iqa-answer h6.iqa-detail-heading-ready > .iqa-detail-toggle:focus,
.iqa-static-post .iqa-answer h6.iqa-detail-heading-ready > .iqa-detail-toggle:focus-visible {
  transform: translateY(-1px) !important;
  box-shadow: 0 18px 36px rgba(34, 116, 215, 0.28) !important;
  filter: saturate(1.08) brightness(1.02) !important;
  outline: none !important;
}

h6.iqa-detail-heading-ready > .iqa-detail-toggle[aria-expanded="true"],
.iqa-static-post .iqa-answer h6.iqa-detail-heading-ready > .iqa-detail-toggle[aria-expanded="true"],
.article-wrapper h6.iqa-detail-heading-ready > .iqa-detail-toggle[aria-expanded="true"] {
  background: linear-gradient(135deg, #0d8b74 0%, #2d9a90 55%, #6bd3b8 100%) !important;
  border-color: rgba(13, 139, 116, 0.26) !important;
  box-shadow: 0 14px 32px rgba(13, 139, 116, 0.24) !important;
}

h6.iqa-detail-heading-ready > .iqa-detail-toggle::before,
.iqa-static-post .iqa-answer h6.iqa-detail-heading-ready > .iqa-detail-toggle::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.iqa-detail-toggle__text {
  min-width: 0;
  flex: 1 1 auto;
  position: relative;
  z-index: 1;
}

.iqa-detail-toggle__icon {
  flex: 0 0 28px !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 999px !important;
  position: relative !important;
  background: rgba(255, 255, 255, 0.18) !important;
  border: 1px solid rgba(255, 255, 255, 0.32) !important;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.18) !important;
  z-index: 1;
}

.iqa-detail-toggle__icon::before,
.iqa-detail-toggle__icon::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  background: #ffffff !important;
  border-radius: 999px !important;
  transform: translate(-50%, -50%) !important;
  transition: opacity 0.18s ease, transform 0.18s ease !important;
}

.iqa-detail-toggle__icon::before {
  width: 12px !important;
  height: 2.5px !important;
}

.iqa-detail-toggle__icon::after {
  width: 2.5px !important;
  height: 12px !important;
}

.iqa-detail-toggle[aria-expanded="true"] .iqa-detail-toggle__icon::after {
  opacity: 0 !important;
  transform: translate(-50%, -50%) scaleY(0.2) !important;
}

.iqa-detail-toggle[aria-expanded="true"] .iqa-detail-toggle__icon {
  background: rgba(255, 255, 255, 0.14) !important;
}

[data-iqa-detail-hidden="true"] {
  display: none !important;
}

.iqa-detail-panel-item {
  margin-top: 0;
}

.iqa-detail-panel-item-open {
  background: #eef6fb;
}

p.iqa-detail-panel-item-open,
ul.iqa-detail-panel-item-open,
ol.iqa-detail-panel-item-open,
pre.iqa-detail-panel-item-open,
table.iqa-detail-panel-item-open,
blockquote.iqa-detail-panel-item-open,
div.iqa-detail-panel-item-open {
  padding-left: 14px;
  padding-right: 14px;
}

.iqa-detail-heading-ready.is-open + .iqa-detail-panel-item-open {
  margin-top: 10px;
  padding-top: 14px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.iqa-detail-panel-item-open + .iqa-detail-panel-item-open {
  margin-top: 0;
  padding-top: 10px;
}

.iqa-detail-panel-item-open:last-child {
  padding-bottom: 14px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  margin-bottom: 6px;
}

@media (max-width: 768px) {
  .iqa-static-post .iqa-question__title {
    padding: 16px 16px;
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .iqa-static-post .iqa-answer {
    padding: 18px 16px 20px;
  }

  .iqa-static-post .iqa-answer p {
    font-size: 1rem;
  }

  h6.iqa-detail-heading-ready > .iqa-detail-toggle,
  .iqa-static-post .iqa-answer h6.iqa-detail-heading-ready > .iqa-detail-toggle,
  .article-wrapper h6.iqa-detail-heading-ready > .iqa-detail-toggle {
    padding: 14px 15px !important;
    border-radius: 14px !important;
    font-size: 0.84rem !important;
  }

  .iqa-detail-toggle__icon {
    flex-basis: 24px !important;
    width: 24px !important;
    height: 24px !important;
  }

  p.iqa-detail-panel-item-open,
  ul.iqa-detail-panel-item-open,
  ol.iqa-detail-panel-item-open,
  pre.iqa-detail-panel-item-open,
  table.iqa-detail-panel-item-open,
  blockquote.iqa-detail-panel-item-open,
  div.iqa-detail-panel-item-open {
    padding-left: 12px;
    padding-right: 12px;
  }
}