.statusko-service-page {
  --statusko-orange: #f08319;
  --statusko-orange-soft: #f8ad6a;
  --statusko-text: #3f3f3f;
  --statusko-muted: #747474;
  --statusko-line: #efefef;
  --statusko-bg: #f7f7f7;
  width: calc(100% - (var(--statusko-page-gutter, 24px) * 2));
  max-width: var(--statusko-page-max, 1232px);
  margin: 0 auto;
  padding: 56px 0 92px;
  color: var(--statusko-text);
  font-family: "Mulish", sans-serif;
}

.statusko-service-page,
.statusko-service-page * {
  box-sizing: border-box;
}

.statusko-service-page a {
  text-decoration: none;
}

.statusko-service-hero {
  display: grid;
  grid-template-columns: minmax(0, 740px) minmax(360px, 524px);
  gap: clamp(24px, 3.9vw, 56px);
  align-items: center;
  min-height: 326px;
  margin-bottom: 64px;
}

.statusko-service-hero__content {
  display: grid;
  gap: 12px;
  align-content: center;
}

.statusko-service-hero__title {
  margin: 0;
  color: var(--statusko-text);
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}

.statusko-service-hero__title span,
.statusko-service-request__title span,
.statusko-service-category__title span,
.statusko-service-knowledge__title span {
  color: var(--statusko-orange);
}

.statusko-service-hero__text {
  max-width: 740px;
  margin: 0;
  color: var(--statusko-muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.statusko-service-hero__finder {
  width: 100%;
  max-width: 740px;
  margin-top: 8px;
}

.statusko-service-hero__visual {
  display: flex;
  justify-content: flex-start;
  min-width: 0;
}

.statusko-service-hero__image {
  display: block;
  width: min(100%, 524px);
  height: auto;
}

.statusko-service-layout {
  display: grid;
  grid-template-columns: minmax(0, var(--statusko-content-max, 908px)) var(--statusko-sidebar-width, 292px);
  gap: var(--statusko-layout-gap, 32px);
  align-items: start;
}

.statusko-service-main {
  min-width: 0;
}

.statusko-service-summary {
  display: grid;
  justify-items: center;
  text-align: left;
  margin-bottom: 56px;
}

.statusko-service-summary__title,
.statusko-service-request__title,
.statusko-service-category__title {
  margin: 0 0 22px;
  color: var(--statusko-text);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.15;
  text-align: center;
}

.statusko-service-summary__text,
.statusko-service-summary__list,
.statusko-service-summary__meta {
  width: 100%;
  max-width: var(--statusko-content-max, 908px);
  justify-self: start;
  margin-left: 0;
}

.statusko-service-summary__text {
  margin-top: 0;
  margin-bottom: 12px;
  color: var(--statusko-text);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.statusko-service-summary__list {
  margin-top: 0;
  margin-bottom: 18px;
  padding-left: 16px;
  color: var(--statusko-muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.statusko-service-summary__list li + li {
  margin-top: 4px;
}

.statusko-service-summary__meta {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(32px, 18vw, 304px);
  align-items: center;
  margin-bottom: 24px;
  color: var(--statusko-muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.statusko-service-summary__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.statusko-service-summary__meta-item::before {
  content: "";
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.statusko-service-summary__meta-item--price::before {
  background-image: url("../icons/tag.svg");
}

.statusko-service-summary__meta-item--term::before {
  background-image: url("../icons/clock.svg");
}

.statusko-service-summary__meta-item strong {
  color: var(--statusko-orange);
  font-weight: 800;
}

.statusko-service-main-button,
.statusko-service-category__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 208px;
  min-height: 48px;
  padding: 16px 32px;
  border-radius: 32px;
  background: var(--statusko-orange);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.statusko-service-main-button:hover,
.statusko-service-main-button:focus-visible,
.statusko-service-category__button:hover,
.statusko-service-category__button:focus-visible {
  background: #dd7513;
  color: #ffffff;
  outline: none;
  transform: translateY(-1px);
}

/* The language page template prints its own text arrow; this file already draws one. */
.statusko-language-page__order > span[aria-hidden="true"] {
  display: none;
}

.statusko-service-main-button::after,
.statusko-service-category__button::after {
  content: "";
  width: 16px;
  height: 16px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8H12.5M9 4.5L12.5 8L9 11.5' stroke='black' stroke-width='1.45' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8H12.5M9 4.5L12.5 8L9 11.5' stroke='black' stroke-width='1.45' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.statusko-service-knowledge {
  margin-bottom: 34px;
}

.statusko-service-knowledge__title {
  margin: 0 0 22px;
  color: var(--statusko-text);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.15;
}

.statusko-service-knowledge__intro,
.statusko-service-knowledge__content,
.statusko-service-knowledge__more-content {
  color: var(--statusko-muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.statusko-service-knowledge__intro p,
.statusko-service-knowledge__content p,
.statusko-service-knowledge__more-content p {
  margin: 0 0 16px;
}

.statusko-service-knowledge__intro p:last-child,
.statusko-service-knowledge__content p:last-child,
.statusko-service-knowledge__more-content p:last-child {
  margin-bottom: 0;
}

.statusko-service-knowledge__intro ul,
.statusko-service-knowledge__intro ol,
.statusko-service-knowledge__content ul,
.statusko-service-knowledge__content ol,
.statusko-service-knowledge__more-content ul,
.statusko-service-knowledge__more-content ol {
  margin: 12px 0;
  padding-left: 24px;
}

.statusko-service-knowledge__intro li + li,
.statusko-service-knowledge__content li + li,
.statusko-service-knowledge__more-content li + li {
  margin-top: 6px;
}

.statusko-service-knowledge__more {
  margin-top: 14px;
}

.statusko-service-knowledge__more summary {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  margin: 0 0 0 auto;
  color: var(--statusko-orange);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  list-style: none;
  cursor: pointer;
}

.statusko-service-knowledge__more summary::after {
  content: "";
  width: 12px;
  height: 12px;
  background: currentColor;
  transition: transform 0.2s ease;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.statusko-service-knowledge__more summary::-webkit-details-marker {
  display: none;
}

.statusko-service-knowledge__more[open] summary {
  margin-bottom: 14px;
}

.statusko-service-knowledge__more[open] summary::after {
  transform: rotate(180deg);
}

.statusko-service-knowledge__more-content {
  display: block;
}

.statusko-service-faq {
  display: grid;
  gap: 16px;
}

.statusko-service-faq__item {
  border: 1px solid var(--statusko-line);
  border-radius: 24px;
  background: #ffffff;
  overflow: hidden;
}

.statusko-service-faq__item[open] {
  border-color: var(--statusko-orange);
}

.statusko-service-faq__item summary {
  position: relative;
  min-height: 56px;
  padding: 20px 52px 20px 22px;
  color: var(--statusko-text);
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
  list-style: none;
  cursor: pointer;
}

.statusko-service-faq__item summary::-webkit-details-marker {
  display: none;
}

.statusko-service-faq__item summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 14px;
  height: 14px;
  background: var(--statusko-text);
  transform: translateY(-50%);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3.5 5.5L7 9L10.5 5.5' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3.5 5.5L7 9L10.5 5.5' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.statusko-service-faq__item[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.statusko-service-faq__answer {
  padding: 0 22px 24px;
  color: var(--statusko-muted);
  font-size: 16px;
  line-height: 24px;
}

.statusko-service-faq__answer p {
  margin: 0 0 16px;
}

.statusko-service-faq__answer p:last-child {
  margin-bottom: 0;
}

.statusko-service-faq__answer ul,
.statusko-service-faq__answer ol {
  margin: 12px 0;
  padding-left: 24px;
}

.statusko-service-faq__answer li + li {
  margin-top: 6px;
}

.statusko-service-sidebar {
  position: sticky;
  top: calc(var(--statusko-header-offset, 0px) + var(--statusko-header-height, 86px) + 24px);
}

.statusko-service-sidebar__card {
  max-width: 292px;
}

.statusko-service-sidebar__card .statusko-order-card__title {
  text-align: left;
}

/* The form is also placed outside .statusko-service-page (language pages), so it carries its own tokens. */
.statusko-service-request-wrap {
  --statusko-orange: #f08319;
  --statusko-text: #3f3f3f;
  --statusko-muted: #747474;
  --statusko-line: #efefef;
  margin-top: 72px;
  scroll-margin-top: calc(var(--statusko-header-offset, 0px) + var(--statusko-header-height, 86px) + 24px);
}

.statusko-service-request-wrap,
.statusko-service-request-wrap * {
  box-sizing: border-box;
}

.statusko-service-request {
  width: min(100%, var(--statusko-content-max, 908px));
}

.statusko-service-request__panel {
  padding: 12px;
  border-radius: 32px;
  background: #efefef;
}

.statusko-service-request__search {
  position: relative;
  margin-bottom: 10px;
}

.statusko-service-request__search input {
  width: 100%;
  height: 48px;
  padding: 0 52px 0 20px;
  border: 0;
  border-radius: 24px;
  background: #ffffff;
  color: var(--statusko-text);
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  text-align: center;
  outline: 0;
}

.statusko-service-request__search button {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: url("../icons/icon_button.svg") center / 34px 34px no-repeat;
  cursor: pointer;
}

.statusko-service-request__popular {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
  color: var(--statusko-muted);
  font-size: 12px;
  font-weight: 600;
}

.statusko-service-request__popular div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.statusko-service-request__popular a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 18px;
  border-radius: 999px;
  background: #dedede;
  color: var(--statusko-muted);
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

/* Service suggestions: same look as the form's "Послуги" dropdown (order-card.css). */
.statusko-service-request__suggest {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  z-index: 30;
  display: grid;
  gap: 4px;
  max-height: 320px;
  margin: 0;
  padding: 8px;
  overflow-y: auto;
  list-style: none;
  background: #ffffff;
  border: 1px solid rgba(240, 131, 25, 0.14);
  border-radius: 20px;
  box-shadow:
    0 24px 48px rgba(63, 63, 63, 0.12),
    0 8px 20px rgba(63, 63, 63, 0.08);
  text-align: left;
}

.statusko-service-request__suggest[hidden] {
  display: none;
}

.statusko-service-request__suggest li {
  margin: 0;
  padding: 0;
}

.statusko-service-request__suggest a {
  display: grid;
  gap: 2px;
  padding: 10px 14px;
  border-radius: 14px;
  color: #3f3f3f;
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
}

.statusko-service-request__suggest small {
  color: var(--statusko-muted);
  font-size: 12px;
  font-weight: 400;
}

.statusko-service-request__suggest mark {
  background: none;
  color: #f08319;
  font-weight: 700;
}

.statusko-service-request__suggest a:hover,
.statusko-service-request__suggest .is-active a {
  background: rgba(240, 131, 25, 0.08);
  color: #dd7513;
}

.statusko-service-request__form [class*="fluentform_wrapper_"] {
  width: 100%;
  max-width: none;
  margin: 0;
}

.statusko-service-request__form form.frm-fluent-form,
.statusko-service-request__form form.ff-el-form-top {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.statusko-service-request__form fieldset {
  display: grid !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  min-inline-size: 0 !important;
}

.statusko-service-request__form .ff-t-container.ff_columns_total_2,
.statusko-service-request__form .ff-t-container.ff_columns_total_4 {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.statusko-service-request__form .ff-t-container.ff_columns_total_4 {
  grid-template-columns: 180px 220px !important;
  column-gap: 16px !important;
  row-gap: 0 !important;
  align-items: center;
  justify-content: center;
}

.statusko-service-request__form .ff-t-container.ff_columns_total_4 > .ff-t-column-1,
.statusko-service-request__form .ff-t-container.ff_columns_total_4 > .ff-t-column-4 {
  display: none !important;
}

.statusko-service-request__form .ff-t-cell {
  width: auto !important;
  max-width: none !important;
  flex-basis: auto !important;
}

.statusko-service-request__form .ff-t-cell {
  display: grid;
  gap: 12px;
}

.statusko-service-request__form .ff-t-container.ff_columns_total_4 .ff-t-cell {
  align-items: center;
}

.statusko-service-request__form .ff-el-group,
.statusko-service-request__form .ff_submit_btn_wrapper {
  margin: 0 !important;
}

.statusko-service-request__form .ff-el-input--label,
.statusko-service-request__form .ff-el-is-required.asterisk-right,
.statusko-service-request__form .ff-el-tooltip {
  display: none !important;
}

.statusko-service-request__form .ff-el-form-control {
  width: 100% !important;
  min-height: 48px !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 24px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  color: var(--statusko-text) !important;
  font-family: "Mulish", sans-serif !important;
  font-size: 16px !important;
  text-align: left;
  outline: 0 !important;
}

.statusko-service-request__form .ff-el-form-control::placeholder {
  color: rgba(116, 116, 116, 0.72) !important;
  opacity: 1 !important;
}

.statusko-service-request__form textarea.ff-el-form-control {
  min-height: 112px !important;
  padding-top: 18px !important;
  text-align: center;
  resize: none !important;
}

.statusko-service-request__form .statusko-order-select {
  position: relative;
  width: 100%;
}

.statusko-service-request__form select.ff-el-form-control.statusko-order-select__native {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.statusko-service-request__form .statusko-order-select__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: none;
  color: rgba(116, 116, 116, 0.8);
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  cursor: pointer;
}

.statusko-service-request__form .statusko-order-select.is-open .statusko-order-select__trigger,
.statusko-service-request__form .statusko-order-select__trigger:focus-visible {
  outline: none;
  box-shadow: 0 0 0 1px rgba(240, 131, 25, 0.3);
}

.statusko-service-request__form .statusko-order-select.is-selected .statusko-order-select__trigger {
  color: var(--statusko-text);
  font-weight: 500;
}

.statusko-service-request__form .statusko-order-select__label {
  display: block;
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.statusko-service-request__form .statusko-order-select__icon {
  flex: 0 0 auto;
  width: 10px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath d='M2 6L5 3L8 6' stroke='%23747474' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2 10L5 13L8 10' stroke='%23747474' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 16px;
}

.statusko-service-request__form .ff-custom-file-label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 48px !important;
  padding: 14px 28px !important;
  border-radius: 32px !important;
  font-family: "Mulish", sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 16px !important;
  text-align: center;
  cursor: pointer;
}

.statusko-service-request__form .ff-custom-file-wrap,
.statusko-service-request__form .ff_submit_btn_wrapper {
  width: 100%;
}

.statusko-service-request__form .ff-custom-file-label {
  gap: 6px;
  border: 1px solid #bdbdbd !important;
  background: #ffffff !important;
  color: var(--statusko-muted) !important;
}

.statusko-service-request__form .ff-custom-file-text {
  display: inline-block;
  max-width: 82px;
}

.statusko-service-request__form .ff-custom-file-label::after {
  content: "";
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  background: url("../icons/upload-cloud.svg") center / contain no-repeat;
}

.statusko-service-request__form .ff-btn-submit {
  width: 100% !important;
  margin: 0 !important;
}

.statusko-service-category {
  width: min(100%, var(--statusko-content-max, 908px));
  margin-top: 78px;
}

.statusko-service-category__panel {
  display: grid;
  gap: 16px;
  padding: 16px;
  border-radius: 32px;
  background: #ffffff;
  box-shadow:
    0 65px 39px rgba(219, 219, 219, 0.12),
    0 18px 26px rgba(219, 219, 219, 0.18),
    0 1px 4px rgba(12, 12, 13, 0.05);
}

.statusko-service-category__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.statusko-service-card {
  display: grid;
  align-content: space-between;
  min-height: 106px;
  padding: 24px 16px 16px;
  border: 1px solid var(--statusko-line);
  border-radius: 24px;
  background: #ffffff;
  color: var(--statusko-text);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.statusko-service-card:hover,
.statusko-service-card:focus-visible {
  border-color: var(--statusko-orange);
  color: var(--statusko-text);
  outline: none;
  transform: translateY(-1px);
}

.statusko-service-card__title {
  min-width: 0;
  color: var(--statusko-text);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
}

.statusko-service-card__meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px;
  gap: 4px;
  align-items: center;
  color: var(--statusko-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.statusko-service-card__arrow {
  width: 32px;
  height: 32px;
  border: 1px solid var(--statusko-orange);
  border-radius: 999px;
  background: #ffffff;
  mask: none;
  position: relative;
}

.statusko-service-card__arrow::before {
  content: "";
  position: absolute;
  inset: 7px;
  background: linear-gradient(90deg, #ffbb77 0%, #ff7700 100%);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M4 9H13M9.5 5.5L13 9L9.5 12.5' stroke='black' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M4 9H13M9.5 5.5L13 9L9.5 12.5' stroke='black' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.statusko-service-category__button {
  justify-self: center;
  min-width: 176px;
  min-height: 40px;
  margin-top: 4px;
  padding: 12px 24px;
}

.statusko-service-category--featured .statusko-service-category__panel {
  grid-template-columns: 160px minmax(0, 1fr);
  align-items: center;
  padding: 32px 16px;
}

.statusko-service-category--featured .statusko-service-category__intro {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.statusko-service-category--featured .statusko-service-category__intro img {
  width: 72px;
  height: 82px;
  object-fit: contain;
}

.statusko-service-category--featured .statusko-service-category__intro h3 {
  margin: 0;
  color: var(--statusko-text);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.05;
}

.statusko-service-category--featured .statusko-service-category__intro p {
  max-width: 145px;
  margin: 0;
  color: var(--statusko-muted);
  font-size: 12px;
  line-height: 1.35;
}

.statusko-service-category--featured .statusko-service-category__cards {
  grid-column: 2;
}

.statusko-service-category--featured .statusko-service-category__button {
  grid-column: 2;
  background: #efefef;
  color: var(--statusko-text);
}

.statusko-service-category--featured .statusko-service-category__button:hover,
.statusko-service-category--featured .statusko-service-category__button:focus-visible {
  background: #e4e4e4;
  color: var(--statusko-text);
}

.statusko-service-category-page .statusko-service-category {
  margin-top: 0;
}

.statusko-service-category-intro {
  width: min(100%, var(--statusko-content-max, 908px));
  margin-bottom: 56px;
  color: var(--statusko-muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.statusko-service-category-intro p {
  margin: 0 0 16px;
}

.statusko-service-category-intro p:last-child {
  margin-bottom: 0;
}

.statusko-service-category-accordion {
  margin-top: 56px;
}

.statusko-service-category-page .statusko-service-request-wrap {
  margin-top: 64px;
}

.statusko-service-category-copy {
  margin-top: 56px;
}

.statusko-service-category-copy__title {
  margin: 0 0 18px;
  color: var(--statusko-text);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
}

.statusko-service-category-copy__intro,
.statusko-service-category-copy__content {
  color: var(--statusko-muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.statusko-service-category-copy__intro p,
.statusko-service-category-copy__content p {
  margin: 0 0 16px;
}

.statusko-service-category-copy__intro p:last-child,
.statusko-service-category-copy__content p:last-child {
  margin-bottom: 0;
}

.statusko-service-category-copy__content h3 {
  margin: 32px 0 12px;
  color: var(--statusko-text);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.statusko-service-category-copy__content ul,
.statusko-service-category-copy__content ol {
  margin: 12px 0 20px;
  padding-left: 24px;
}

.statusko-service-category-copy__content li + li {
  margin-top: 7px;
}

.statusko-service-category-copy__more {
  margin-top: 14px;
}

.statusko-service-category-copy__more summary {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  margin-left: auto;
  color: var(--statusko-orange);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  list-style: none;
  cursor: pointer;
}

.statusko-service-category-copy__more summary::-webkit-details-marker {
  display: none;
}

.statusko-service-category-copy__more summary::after {
  content: "";
  width: 12px;
  height: 12px;
  background: currentColor;
  transition: transform 0.2s ease;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.statusko-service-category-copy__more[open] summary {
  margin-bottom: 22px;
}

.statusko-service-category-copy__more[open] summary::after {
  transform: rotate(180deg);
}

@media (max-width: 1100px) {
  .statusko-service-page {
    width: min(calc(100% - 40px), 920px);
  }

  .statusko-service-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    margin-bottom: 44px;
  }

  .statusko-service-hero__visual {
    justify-content: center;
  }

  .statusko-service-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }

  .statusko-service-sidebar {
    position: static;
  }

  .statusko-service-sidebar__card {
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .statusko-service-page {
    width: min(calc(100% - 28px), 430px);
    padding-top: 34px;
    padding-bottom: 64px;
  }

  .statusko-service-hero {
    min-height: 0;
    margin-bottom: 44px;
  }

  .statusko-service-hero__title {
    font-size: 28px;
  }

  .statusko-service-hero__visual {
    display: none;
  }

  .statusko-service-summary__title,
  .statusko-service-request__title,
  .statusko-service-category__title {
    font-size: 22px;
  }

  .statusko-service-summary {
    justify-items: stretch;
    margin-bottom: 50px;
  }

  .statusko-service-summary__title,
  .statusko-service-knowledge__title {
    margin-bottom: 18px;
  }

  .statusko-service-summary__meta {
    justify-content: space-between;
    gap: 12px 24px;
  }

  .statusko-service-knowledge {
    margin-bottom: 38px;
  }

  .statusko-service-faq {
    gap: 14px;
  }

  .statusko-service-faq__item summary {
    min-height: 58px;
    padding: 18px 46px 18px 20px;
  }

  .statusko-service-faq__item summary::after {
    right: 20px;
  }

  .statusko-service-faq__answer {
    padding: 0 20px 22px;
  }

  .statusko-service-main-button {
    justify-self: center;
  }

  .statusko-service-request-wrap,
  .statusko-service-category {
    margin-top: 54px;
  }

  .statusko-service-request__popular,
  .statusko-service-request__form .ff-t-container.ff_columns_total_2,
  .statusko-service-request__form .ff-t-container.ff_columns_total_4,
  .statusko-service-category__cards,
  .statusko-service-category--featured .statusko-service-category__panel {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .statusko-service-request__form .ff-t-container.ff_columns_total_2 > .ff-t-cell {
    display: contents;
  }

  .statusko-service-request__form .ff-t-container.ff_columns_total_2 > .ff-t-column-1 > .ff-el-group:nth-child(1) {
    order: 1;
  }

  .statusko-service-request__form .ff-t-container.ff_columns_total_2 > .ff-t-column-2 > .ff-el-group:nth-child(1) {
    order: 2;
  }

  .statusko-service-request__form .ff-t-container.ff_columns_total_2 > .ff-t-column-1 > .ff-el-group:nth-child(2) {
    order: 3;
  }

  .statusko-service-request__form .ff-t-container.ff_columns_total_2 > .ff-t-column-2 > .ff-el-group:nth-child(2) {
    order: 4;
  }

  .statusko-service-request__form .ff-t-container.ff_columns_total_2 > .ff-t-column-1 > .ff-el-group:nth-child(3) {
    order: 5;
  }

  .statusko-service-request__form .ff-t-container.ff_columns_total_2 > .ff-t-column-2 > .ff-el-group:nth-child(3) {
    order: 6;
  }

  .statusko-service-request__popular div {
    gap: 6px;
  }

  .statusko-service-request__popular a {
    padding-inline: 12px;
    font-size: 12px;
  }

  .statusko-service-request__form .ff-t-container.ff_columns_total_4 .ff-t-cell:empty {
    display: none;
  }

  .statusko-service-request__form .ff-t-container.ff_columns_total_4 {
    row-gap: 12px !important;
  }

  .statusko-service-request__form .ff-custom-file-label,
  .statusko-service-request__form .ff-btn-submit {
    max-width: none;
    margin-inline: auto !important;
  }

  .statusko-service-category__panel {
    padding: 14px;
    border-radius: 28px;
  }

  .statusko-service-category-page .statusko-service-category-copy {
    margin-top: 44px;
  }

  .statusko-service-category-intro {
    margin-bottom: 44px;
  }

  .statusko-service-category-accordion {
    margin-top: 44px;
  }

  .statusko-service-category-page .statusko-service-request-wrap {
    margin-top: 50px;
  }

  .statusko-service-category-copy__title {
    font-size: 21px;
  }

  .statusko-service-category-copy__content h3 {
    margin-top: 28px;
    font-size: 17px;
  }

  .statusko-service-category--featured .statusko-service-category__cards,
  .statusko-service-category--featured .statusko-service-category__button {
    grid-column: auto;
  }

  .statusko-service-card {
    min-height: 94px;
    padding: 20px 14px 14px;
  }
}

@media (max-width: 380px) {
  .statusko-service-page {
    width: min(calc(100% - 20px), 360px);
  }

  .statusko-service-card__title {
    font-size: 15px;
  }
}

.statusko-service-summary__meta {
  justify-content: center;
  justify-self: center;
  gap: clamp(40px, 8vw, 96px);
  text-align: center;
}

.statusko-service-knowledge__answer .statusko-service-knowledge__content {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .statusko-service-summary__meta {
    justify-content: center;
    gap: 20px 48px;
  }
}

.statusko-service-related {
  margin-top: 32px;
  padding: 24px;
  border: 1px solid var(--statusko-line);
  border-radius: 24px;
  background: #fff;
}

.statusko-service-related__title {
  margin: 0 0 10px;
  font-size: 18px;
}

/* Higher specificity: the theme removes link underlines. */
.statusko-service-related .statusko-service-related__link {
  color: var(--statusko-orange);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
