body.page-id-4740 #epkb-modular-main-page-container {
  max-width: 1200px;
  margin-inline: auto;
}

/* The knowledge-base archive uses Astra's transparent header. Reserve real
   document-flow space only inside the FAQ route family, never globally. */
body.eckb-kb-template-category-page #epkb-ml__module-search,
body.single-epkb_post_type_1 #epkb-ml__module-search {
  box-sizing: border-box;
  padding: 126px 24px 42px !important;
  margin-bottom: 36px !important;
}

body.eckb-kb-template-category-page #epkb-ml__module-search .epkb-ml-search-title,
body.single-epkb_post_type_1 #epkb-ml__module-search .epkb-ml-search-title {
  max-width: min(100% - 32px, 900px);
  margin-inline: auto;
  font-size: clamp(48px, 4.1vw, 56px) !important;
  line-height: 1.1 !important;
  text-align: center;
}

body.eckb-kb-template-category-page #epkb-ml__module-search .epkb-ml-search-box,
body.single-epkb_post_type_1 #epkb-ml__module-search .epkb-ml-search-box {
  width: min(100% - 32px, 920px) !important;
  margin-inline: auto !important;
}

body.eckb-kb-template-category-page .eckb-category-archive-header,
body.single-epkb_post_type_1 .eckb-category-archive-header {
  display: flex;
  align-items: center;
}

body.eckb-kb-template-category-page .eckb-category-archive-title,
body.single-epkb_post_type_1 .eckb-category-archive-title {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: clamp(30px, 2.7vw, 40px) !important;
  line-height: 1.15 !important;
}

body.eckb-kb-template-category-page .eckb-category-archive-title-icon,
body.single-epkb_post_type_1 .eckb-category-archive-title-icon {
  display: inline-flex;
  align-items: center;
  font-size: .72em;
}

body.page-id-4740 #epkb-modular-main-page-container.otec-faq-enhanced > #epkb-ml__row-2,
body.page-id-4740 #epkb-modular-main-page-container.otec-faq-enhanced > #epkb-ml__row-3,
body.page-id-4740 #epkb-modular-main-page-container.otec-faq-enhanced > #epkb-ml__row-4 {
  display: none !important;
}

body.page-id-4740 .otec-faq-browser {
  padding: 8px 0 62px;
  color: #1d3333;
}

body.page-id-4740 .otec-faq-popular,
body.page-id-4740 .otec-faq-all {
  margin-top: 34px;
}

body.page-id-4740 .otec-faq-browser h2 {
  margin: 0;
  color: #1e5353;
  font: 600 clamp(28px, 3vw, 38px)/1.2 Poppins, sans-serif;
}

body.page-id-4740 .otec-faq-popular-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

body.page-id-4740 .otec-faq-popular-link,
body.page-id-4740 .otec-faq-question-link {
  color: #1d3333;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.page-id-4740 .otec-faq-popular-link {
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 18px 20px;
  border: 1px solid rgba(30,83,83,.16);
  border-radius: 10px;
  background: #fff;
  font-weight: 600;
  line-height: 1.45;
}

body.page-id-4740 .otec-faq-heading-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}

body.page-id-4740 .otec-faq-count {
  color: #657777;
  font-size: 14px;
}

body.page-id-4740 .otec-faq-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 20px 0 24px;
}

body.page-id-4740 .otec-faq-filter {
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid #1e5353;
  border-radius: 999px;
  background: #fff;
  color: #1e5353;
  font: 600 14px/1.2 Poppins, sans-serif;
  cursor: pointer;
}

body.page-id-4740 .otec-faq-filter[aria-pressed="true"] {
  background: #1e5353;
  color: #fff;
}

body.page-id-4740 .otec-faq-question-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px 24px;
  border-top: 1px solid rgba(30,83,83,.18);
}

body.page-id-4740 .otec-faq-question-link {
  display: grid;
  gap: 5px;
  padding: 18px 4px;
  border-bottom: 1px solid rgba(30,83,83,.18);
  line-height: 1.45;
}

body.page-id-4740 .otec-faq-question-link small {
  color: #6a7b7b;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

body.page-id-4740 .otec-faq-empty {
  margin: 28px 0 0;
  color: #315758;
  font-size: 17px;
  line-height: 1.55;
}

body.page-id-4740 .otec-faq-popular-link:hover,
body.page-id-4740 .otec-faq-question-link:hover {
  color: #136d70;
}

body.page-id-4740 .otec-faq-popular-link:hover {
  border-color: #168f93;
  box-shadow: 0 8px 22px rgba(20,53,53,.08);
  transform: translateY(-1px);
}

body.page-id-4740 .otec-faq-popular-link:focus-visible,
body.page-id-4740 .otec-faq-question-link:focus-visible,
body.page-id-4740 .otec-faq-filter:focus-visible {
  outline: 3px solid #168f93;
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  body.page-id-4740 .otec-faq-browser { padding-inline: 32px; }
}

@media (max-width: 767px) {
  body.eckb-kb-template-category-page #epkb-ml__module-search,
  body.single-epkb_post_type_1 #epkb-ml__module-search {
    padding: 104px 20px 34px !important;
    margin-bottom: 28px !important;
  }

  body.eckb-kb-template-category-page #epkb-ml__module-search .epkb-ml-search-title,
  body.single-epkb_post_type_1 #epkb-ml__module-search .epkb-ml-search-title {
    max-width: 100%;
    font-size: clamp(34px, 9vw, 42px) !important;
    line-height: 1.12 !important;
  }

  body.eckb-kb-template-category-page #epkb-ml__module-search .epkb-ml-search-box,
  body.single-epkb_post_type_1 #epkb-ml__module-search .epkb-ml-search-box {
    width: 100% !important;
  }

  body.page-id-4740 .otec-faq-browser { padding: 4px 24px 48px; }
  body.page-id-4740 .otec-faq-popular-grid,
  body.page-id-4740 .otec-faq-question-list { grid-template-columns: 1fr; }
  body.page-id-4740 .otec-faq-filter { min-height: 44px; }
  body.page-id-4740 .otec-faq-heading-row { align-items: flex-end; }
}
