/* Uses StatusKo FAQ, About and Payment design tokens. No database content changes. */
.statusko-language-page .skla-article {
  --skla-accent: var(--statusko-color-accent,#f08319);
  --skla-text: var(--statusko-color-text,#3f3f3f);
  --skla-muted: var(--statusko-color-muted,#747474);
  display: grid;
  gap: 24px;
  counter-reset: skla-section;
  font-family: "Mulish",sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--skla-muted);
}
.statusko-language-page .skla-article,
.statusko-language-page .skla-article * { box-sizing: border-box; }
.statusko-language-page .skla-article__toc {
  padding: 26px 28px;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 24px;
}
.statusko-language-page .skla-article__toc-title {
  margin: 0 0 16px;
  color: var(--skla-text);
  font-size: 18px;
  font-weight: 800;
}
.statusko-language-page .skla-article__toc-links {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px;
}
.statusko-language-page .skla-article__toc a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 30px;
  background: #f4f4f6;
  color: var(--skla-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
  transition: background .2s ease,color .2s ease;
}
.statusko-language-page .skla-article__toc a:hover {
  background: #fbe7d2;
  color: #d9730d;
}
.statusko-language-page .skla-article__toc a:focus-visible,
.statusko-language-page .skla-article__action a:focus-visible {
  outline: 3px solid rgba(240,131,25,.4);
  outline-offset: 3px;
}
.statusko-language-page .skla-article__intro,
.statusko-language-page .skla-article__section {
  min-width: 0;
  padding: 30px 32px;
  border: 1px solid #ededed;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(30,30,30,.045);
  scroll-margin-top: calc(var(--statusko-header-offset,0px) + var(--statusko-header-height,86px) + 24px);
}
.statusko-language-page .skla-article__section { counter-increment: skla-section; }
.statusko-language-page .skla-article__section--soft { background: #f7f7f7;box-shadow: none; }
.statusko-language-page .skla-article__section--accent { background: #fff7ef;border-color: #f4d9bd; }
.statusko-language-page .skla-article__section:target { border-color: var(--skla-accent); }
.statusko-language-page .skla-article__body { width: 100%;max-width: none;overflow-wrap: anywhere; }
.statusko-language-page .skla-article__intro h2 {
  margin: 0 0 22px;
  padding-left: 14px;
  border-left: 4px solid var(--skla-accent);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
  color: var(--skla-text);
}
.statusko-language-page .skla-article__intro .skla-article__body > p:first-of-type {
  color: var(--skla-text);
  font-weight: 600;
}
.statusko-language-page .skla-article__heading {
  display: grid;
  grid-template-columns: 38px minmax(0,1fr);
  align-items: start;
  gap: 14px;
  margin: 0 0 22px;
}
.statusko-language-page .skla-article__number {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff1e4;
  color: var(--skla-accent);
  font-size: 14px;
  font-weight: 900;
}
.statusko-language-page .skla-article__number::before { content: counter(skla-section,decimal-leading-zero); }
.statusko-language-page .skla-article__heading h2,
.statusko-language-page .skla-article__heading h3 {
  align-self: center;
  margin: 0;
  color: var(--skla-text);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.statusko-language-page .skla-article__body p { margin: 0 0 16px; }
.statusko-language-page .skla-article__body > :last-child { margin-bottom: 0; }
.statusko-language-page .skla-article strong { color: var(--skla-text);font-weight: 800; }
.statusko-language-page .skla-article .skla-article__note {
  margin: 22px 0;
  padding: 18px 20px;
  border-left: 4px solid var(--skla-accent);
  border-radius: 0 16px 16px 0;
  background: #fff1e4;
  color: var(--skla-text);
}
.statusko-language-page .skla-article__body a { color: #bd5d08;text-underline-offset: 3px; }
.statusko-language-page .skla-article__body ul,
.statusko-language-page .skla-article__body ol { margin: 18px 0;padding-left: 24px; }
.statusko-language-page .skla-article__body li { margin-bottom: 8px; }
.statusko-language-page .skla-article__body li::marker { color: var(--skla-accent); }
.statusko-language-page .skla-article__body img { max-width: 100%;height: auto; }
.statusko-language-page .skla-article__action { display: flex;justify-content: center;padding: 4px 0 12px; }
.statusko-language-page .skla-article__action .statusko-service-main-button { max-width: 100%;text-align: center; }
/* Center the flex item without overriding the theme's inline-flex !important CTA. */
.statusko-language-page .skla-pricing-action {
  display: flex;
  justify-content: center;
  margin: 28px 0 20px;
}
.statusko-language-page .skla-pricing-action > .statusko-language-page__order {
  box-sizing: border-box;
  flex: 0 1 auto;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  text-align: center;
}
@media (max-width:767px) {
  .statusko-language-page .skla-pricing-action { margin: 24px 0 18px; }
  .statusko-language-page .skla-article { gap: 18px; }
  .statusko-language-page .skla-article__intro,
  .statusko-language-page .skla-article__section,
  .statusko-language-page .skla-article__toc { padding: 22px 20px;border-radius: 22px; }
  .statusko-language-page .skla-article__heading { grid-template-columns: 34px minmax(0,1fr);gap: 10px; }
  .statusko-language-page .skla-article__number { width: 34px;height: 34px; }
  .statusko-language-page .skla-article__intro h2,
  .statusko-language-page .skla-article__heading h2,
  .statusko-language-page .skla-article__heading h3 { font-size: 21px; }
  .statusko-language-page .skla-article .skla-article__note { padding: 16px;margin: 18px 0; }
}
@media (max-width:560px) {
  .statusko-language-page .skla-article__toc-links { grid-template-columns: minmax(0,1fr); }
  .statusko-language-page .skla-article__toc a { padding: 12px 16px; }
  .statusko-language-page .skla-article__action a { width: 100%; }
}
@media (prefers-reduced-motion:reduce) {
  .statusko-language-page .skla-article__toc a { transition: none; }
}

.statusko-language-page .skla-article__section--soft .skla-article__body,
.statusko-language-page .skla-article__section--accent .skla-article__body { color: #666; }
