/*
Theme Name: Blocksy Child
Template: blocksy
Version: 1.0.0
Text Domain: blocksy-child
*/

body,
button,
input,
select,
textarea,
.ct-container,
.entry-content,
.entry-content p,
.entry-content li,
.entry-content a,
.wp-block-paragraph,
.wp-block-list,
.wp-block-list li,
.wp-block-quote,
.wp-block-button__link,
.ct-button,
.button,
.submit,
.search-form,
.widget,
.site-title,
.site-description,
.ct-header,
.ct-footer,
.menu,
.menu a,
.ct-header a,
.ct-footer a,
.ct-breadcrumbs,
.ct-breadcrumbs a,
label,
h1, h2, h3, h4, h5, h6,
.entry-title,
.wp-block-heading,
.ct-title,
.hero-section h1,
.hero-section h2,
.hero-section h3 {
  font-family: 'Inter', sans-serif !important;
}

:root {
    --theme-content-spacing: 16px !important;
}

/* Front page shell reset */
body [data-vertical-spacing*="bottom"],
body [data-vertical-spacing*="top"]{
  padding-bottom: 0;
  padding-top: 40px;
}

/* =========================
   FAQ — reusable
========================= */

.faq-section {
  margin: 30px 0 0;
  padding: 0;
}

.single-post .entry-content .faq-section:not(:last-child) {
    margin: 0 0 30px;
}

.faq-section h2 {
  margin: 0 0 20px !important;
  padding: 0;
  font-size: 26px !important;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0;
  color: #1B1B1B;
}

.is-width-constrained {
    margin-bottom: 0px !important;
}

.faq-section .wp-block-details {
  width: 100%;
  margin: 0 0 12px;
  padding: 0;
  border: 1px solid #D5D5D5;
  border-radius: 20px;
  background: #FAFAFA;
  box-shadow: none;
  overflow: hidden;
  box-sizing: border-box;
  height: auto;
}

.faq-section .wp-block-details.is-animating {
  overflow: hidden;
}

.faq-section .wp-block-details summary {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
  min-height: 62px;
  padding: 16px 64px 16px 24px;
  list-style: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: #1B1B1B;
}

.faq-section .wp-block-details summary::-webkit-details-marker {
  display: none;
}

.faq-section .wp-block-details summary::marker {
  display: none;
}

.faq-section .wp-block-details summary::before,
.faq-section .wp-block-details summary::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #7B7B7B;
  border-radius: 999px;
  transform: translateY(-50%);
  transform-origin: center;
  transition: opacity 220ms ease, transform 220ms ease;
}

.faq-section .wp-block-details summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq-section .wp-block-details.is-open summary::after {
  opacity: 0;
}

.faq-section .faq-answer {
  height: 0;
  overflow: hidden;
  padding: 0;
}

.faq-section .faq-answer__inner {
  padding: 0 16px 20px;
}

.faq-section .faq-answer > *:first-child {
  margin-top: 0;
}

.faq-section .faq-answer > *:last-child {
  margin-bottom: 0;
}

.faq-section .faq-answer p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #5D5D5D;
}

.faq-section .faq-answer,
.faq-section .faq-answer p,
.faq-section .faq-answer li,
.faq-section .faq-answer span,
.faq-section .faq-answer strong,
.faq-section .faq-answer em,
.faq-section .faq-answer a {
  font-variant-numeric: slashed-zero !important;
  -webkit-font-feature-settings: "zero" 1, "cv08" 1 !important;
  font-feature-settings: "zero" 1, "cv08" 1 !important;
}

@media (max-width: 768px) {
    
    body [data-vertical-spacing*="top"]{
      padding-top: 32px;
    }
    
  .faq-section {
    margin-top: 40px;
  }

  .faq-section h2 {
    margin: 0 0 16px !important;
    font-size: 24px !important;
  }

  .faq-section .wp-block-details {
    margin-bottom: 10px;
    border-radius: 16px;
  }

  .faq-section .wp-block-details summary {
    min-height: 62px;
    padding: 16px 56px 16px 16px;
    font-size: 16px;
    line-height: 1.35;
  }

  .faq-section .wp-block-details summary::before,
  .faq-section .wp-block-details summary::after {
    right: 16px;
    width: 16px;
    height: 2px;
  }

  .faq-section .faq-answer {
    padding: 0;
  }

  .faq-section .faq-answer__inner {
    padding: 0 16px 16px;
  }

  .faq-section .faq-answer p {
    font-size: 16px;
    line-height: 1.5;
  }
}


/* =========================
   SINGLE POST TOP LAYOUT
   hero 1400 + content 1240
========================= */

@media (min-width: 1025px) {
  /* 1) Hero-image wrapper */
  .single-post .ct-featured-image,
  .single-post .post-featured-image,
  .single-post article > figure:first-of-type,
  .single-post .hero-section .ct-media-container,
  .single-post .hero-section .ct-image-container {
    max-width: var(--ft-shell-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
    padding-bottom: 40px !important;
  }

  /* 2) Hero image itself */
  .single-post .ct-featured-image img,
  .single-post .post-featured-image img,
  .single-post article > figure:first-of-type img,
  .single-post .hero-section .ct-media-container img,
  .single-post .hero-section .ct-image-container img {
    display: block !important;
    width: 100% !important;
    max-width: 1400px !important;
    height: auto !important;
    aspect-ratio: 1400 / 615 !important;
    object-fit: cover !important;
    border-radius: 40px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* 3) Meta + H1 + excerpt wrapper */
  .single-post .entry-header,
  .single-post .hero-section .entry-header,
  .single-post .hero-section .ct-container,
  .single-post .post-entry-header,
  .single-post .ct-post-meta,
  .single-post .entry-content,
  .single-post .comments-area,
  .single-post .ct-comments-container {
    width: var(--ft-shell-width) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

}

/* =========================
   SINGLE POST HEADER TYPO
========================= */

.single-post .entry-header {
  text-align: left !important;
}

.single-post .entry-header .ct-meta,
.single-post .entry-header .entry-meta,
.single-post .entry-header .ct-post-meta {
  margin-bottom: 16px !important;
}

.related-model__intro p,
.related-model__text p {
    margin-block-end: 0 !important;
}

.single-post .entry-header h1,
.single-post .hero-section h1,
.single-post .entry-title {
  margin-bottom: 20px !important;
}

.single-post .entry-header .entry-excerpt,
.single-post .entry-header .post-excerpt,
.single-post .entry-header .ct-entry-excerpt {
  margin-bottom: 0 !important;
}

/* =========================
   CONTENT AREA
========================= */

@media (min-width: 1025px) {
  .single-post .entry-content > * {
    max-width: 800px;
    margin-left: 0;
    margin-right: auto;
  }

  .single-post .entry-content > .alignwide {
    max-width: 1240px;
  }

  .single-post .entry-content > .alignfull {
    max-width: none;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 1024px) {
  .single-post .ct-featured-image,
  .single-post .post-featured-image,
  .single-post article > figure:first-of-type,
  .single-post .hero-section .ct-media-container,
  .single-post .hero-section .ct-image-container {
    width: min(var(--ft-home-hero-shell), calc(100vw - 40px)) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  .single-post .ct-featured-image img,
  .single-post .post-featured-image img,
  .single-post article > figure:first-of-type img,
  .single-post .hero-section .ct-media-container img,
  .single-post .hero-section .ct-image-container img {
    width: 100% !important;
    border-radius: 40px !important;
  }

  .single-post .entry-header,
  .single-post .hero-section .entry-header,
  .single-post .hero-section .ct-container,
  .single-post .entry-content,
  .single-post .comments-area,
  .single-post .ct-comments-container {
    width: var(--ft-shell-width) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  .single-post .entry-content > * {
    max-width: 100%;
  }
}

/* =========================
   MOBILE HERO IMAGE FIX
   full width + fixed 240px height
========================= */

@media (max-width: 768px) {
  .single-post .ct-featured-image,
  .single-post .post-featured-image,
  .single-post article > figure:first-of-type {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .single-post .ct-featured-image .ct-media-container,
  .single-post .post-featured-image .ct-media-container,
  .single-post article > figure:first-of-type .ct-media-container,
  .single-post .hero-section .ct-media-container,
  .single-post .hero-section .ct-image-container {
    width: 100% !important;
    height: 240px !important;
    min-height: 240px !important;
    max-height: 240px !important;
    overflow: hidden !important;
  }

  .single-post .ct-featured-image img,
  .single-post .post-featured-image img,
  .single-post article > figure:first-of-type img,
  .single-post .hero-section .ct-media-container img,
  .single-post .hero-section .ct-image-container img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 240px !important;
    max-height: 240px !important;
    object-fit: cover !important;
    aspect-ratio: auto !important;
    border-radius: 24px !important;
  }
}

/* =========================
   ARTICLE LAYOUT GRID
========================= */

@media (min-width: 1025px) {
  /* Shared page canvas */
  .single-post .ct-container {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Header area + article content = unified shell */
  .single-post .entry-header,
  .single-post .entry-content {
    width: var(--ft-shell-width) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  /* All direct blocks inside the article default to 800px and align left */
  .single-post .entry-content > *:not(.alignwide):not(.alignfull):not(.is-wide-1240) {
    max-width: 800px !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  /* Blocks that will manually receive the is-wide-1240 class */
  .single-post .entry-content > .is-wide-1240,
  .single-post .entry-content > .alignwide {
    max-width: 1240px !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }
}

.comparison-table-block {
    margin-top: 30px;
}

/* Tablet/mobile */
@media (max-width: 1024px) {
  .single-post .entry-header,
  .single-post .entry-content {
    width: var(--ft-shell-width) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  .single-post .entry-content > *,
  .single-post .entry-content > .is-wide-1240,
  .single-post .entry-content > .alignwide {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* =========================
   TOC — FIGMA STYLE
   equal width by JS + active on li and a
========================= */

.single-post .entry-content .toc-figma {
  margin: 0 0 40px;
  padding: 0;
}

/* Heading inside SimpleTOC */
.single-post .entry-content .toc-figma > h2,
.single-post .entry-content .toc-figma h2:first-child {
  margin: 0 0 14px;
  padding: 0;
}

/* List */
.single-post .entry-content .toc-figma ul,
.single-post .entry-content .toc-figma ol {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

/* List item */
.single-post .entry-content .toc-figma li {
  margin: 0 !important;
  padding: 0 !important;
  width: auto;
  max-width: 100%;
  border-radius: 8px;
  background: transparent;
  transition: background-color 180ms ease;
}

/* Hover / focus */
.single-post .entry-content .toc-figma li:hover,
.single-post .entry-content .toc-figma li:focus-within {
  background: rgba(248, 248, 248, 1);
}

/* Active item — no background */
.single-post .entry-content .toc-figma li.is-active,
.single-post .entry-content .toc-figma li.is-active:hover,
.single-post .entry-content .toc-figma li.is-active:focus-within {
  background: transparent;
}

/* Link */
.single-post .entry-content .toc-figma a,
.single-post .entry-content .toc-figma a:link,
.single-post .entry-content .toc-figma a:visited {
  display: inline-flex;
  align-items: center;
  width: 100%;
  min-height: 34px;
  padding: 6px 10px;
  border-radius: 8px;
  background: transparent;
  color: rgba(61, 61, 61, 1) !important;
  font-weight: 400;
  text-decoration: none !important;
  box-sizing: border-box;
  word-break: break-word;
  line-height: 1.35;
  transition: color 180ms ease;
}

/* Active text */
.single-post .entry-content .toc-figma li.is-active > a,
.single-post .entry-content .toc-figma li.is-active > a:link,
.single-post .entry-content .toc-figma li.is-active > a:visited,
.single-post .entry-content .toc-figma a.is-active,
.single-post .entry-content .toc-figma a.is-active:link,
.single-post .entry-content .toc-figma a.is-active:visited {
  color: rgba(27, 27, 27, 1) !important;
  font-weight: 500;
}

/* Prevent anchors from hiding under the header */
.single-post .entry-content h2[id],
.single-post .entry-content h3[id],
.single-post .entry-content h4[id] {
  scroll-margin-top: 120px;
}

/* Mobile */
@media (max-width: 768px) {
  .single-post .entry-content .toc-figma {
    margin-bottom: 30px;
  }

  .single-post .entry-content .toc-figma > h2,
  .single-post .entry-content .toc-figma h2:first-child {
    margin-bottom: 12px;
  }

  .single-post .entry-content .toc-figma ul,
  .single-post .entry-content .toc-figma ol {
    gap: 4px;
  }

  .single-post .entry-content .toc-figma a,
  .single-post .entry-content .toc-figma a:link,
  .single-post .entry-content .toc-figma a:visited {
    min-height: 32px;
    border-radius: 8px;
  }

  .single-post .entry-content h2[id],
  .single-post .entry-content h3[id],
  .single-post .entry-content h4[id] {
    scroll-margin-top: 90px;
  }
}



/* =========================
   RELATED MODELS SHORTCODE
   only this block
========================= */

.single-post .entry-content .related-models {
  margin: 0;
  padding: 0;
}

.single-post .entry-content .related-model {
  margin: 0;
  padding: 0;
}

.single-post .entry-content .related-model + .related-model {
  margin-top: 30px;
  /* padding-top: 30px; */
}

.single-post .entry-content .related-model__title {
  margin: 0 0 20px;
}

.single-post .entry-content .related-model__intro {
  margin: 0 0 30px;
}

.single-post .entry-content .related-model__text p {
  margin: 0 0 16px !important;
}

.single-post .entry-content .ft-heading-h2-style,
.single-post .entry-content h3.ft-heading-h2-style {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0;
  color: #1B1B1B;
}

.single-post .entry-content .related-model__image-heading {
  margin: 0 0 16px;
}

.single-post .entry-content .related-model__image,
.single-post .entry-content figure.related-model__image,
.single-post .entry-content img.related-model__image {
  display: block;
  margin: 0 0 20px;
  width: 100%;
  max-width: var(--related-model-image-max-width, 800px);
  aspect-ratio: var(--related-model-image-aspect-ratio, 16 / 7);
  border-radius: var(--related-model-image-radius, 24px);
}

.single-post .entry-content .related-model__image picture,
.single-post .entry-content .related-model__image a,
.single-post .entry-content figure.related-model__image picture,
.single-post .entry-content figure.related-model__image a {
  display: block;
  width: 100%;
  height: 100%;
}

.single-post .entry-content img.related-model__image,
.single-post .entry-content .related-model__image img,
.single-post .entry-content figure.related-model__image img {
  display: block;
  width: 100%;
  height: 100% !important;
  min-height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: var(--related-model-image-object-position, 50% 38%) !important;
  border-radius: var(--related-model-image-radius, 24px) !important;
  aspect-ratio: auto !important;
}

.single-post .entry-content .related-model__caption {
  margin: 8px 0 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  color: #7B7B7B;
}

.single-post .entry-content .related-model__section {
  margin: 0 0 30px;
}

.single-post .entry-content .related-model__section:last-child {
  margin-bottom: 0;
}

.single-post .entry-content .related-model__section-title {
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  color: #1B1B1B;
}

.single-post .entry-content .related-model__section-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.single-post .entry-content .related-model__section-content > .related-model__text,
.single-post .entry-content .related-model__section-content > .related-model__list {
  margin: 0 !important;
}

.single-post .entry-content .related-model__list {
  --theme-content-spacing: 30px !important;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  margin-block-start: 0 !important;
  margin-block-end: 30px !important;
  padding-inline-start: 22px !important;
  padding-left: 25px !important;
  box-sizing: border-box !important;
}

.single-post .entry-content .related-model__list li {
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: #3D3D3D;
}

.single-post .entry-content .related-model__list li:last-child {
  margin-bottom: 0;
}

.single-post .entry-content .related-model__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.single-post .entry-content .related-model__btn,
.single-post .entry-content .related-model__btn:link,
.single-post .entry-content .related-model__btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
    padding: 16px 24px;
    border-radius: 12px;
    background: #0830CE;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
  box-sizing: border-box;
  transition: opacity 180ms ease, transform 180ms ease;
}

.single-post .entry-content .related-model__btn:hover,
.single-post .entry-content .related-model__btn:focus {
  opacity: 0.92;
  transform: translateY(-1px);
}

/* =========================
   MOBILE RELATED MODELS SHORTCODE
========================= */

@media (max-width: 768px) {
  .single-post .entry-content .related-model {
    padding-bottom: 0;
  }

  .single-post .entry-content .related-model + .related-model {
    margin-top: 30px;
  }

  .single-post .entry-content .related-model__image,
  .single-post .entry-content figure.related-model__image,
  .single-post .entry-content img.related-model__image {
    aspect-ratio: var(--related-model-image-aspect-ratio-mobile, 2 / 1);
    border-radius: var(--related-model-image-radius, 24px);
  }

  .single-post .entry-content img.related-model__image,
  .single-post .entry-content .related-model__image img,
  .single-post .entry-content figure.related-model__image img {
    height: 100% !important;
    min-height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: var(--related-model-image-object-position-mobile, var(--related-model-image-object-position, 50% 38%)) !important;
    border-radius: var(--related-model-image-radius, 24px) !important;
    aspect-ratio: auto !important;
  }

  .single-post .entry-content .related-model__caption {
    margin-top: 8px;
    font-size: 12px;
  }

  .single-post .entry-content .related-model__section {
    margin-bottom: 24px;
  }
  
  .single-post .entry-content .faq-section:not(:last-child) {
    margin: 0 0 24px;
  }

  .single-post .entry-content .related-model__section-title {
    font-size: 16px;
    line-height: 1.4;
  }

  .single-post .entry-content .ft-heading-h2-style,
  .single-post .entry-content h3.ft-heading-h2-style {
    font-size: 22px;
    line-height: 1.4;
  }

  .single-post .entry-content .related-model__image-heading {
    margin-bottom: 16px;
  }

  .single-post .entry-content .related-model__list {
    --theme-content-spacing: 20px !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    margin-block-start: 0 !important;
    margin-block-end: 20px !important;
    padding-inline-start: 20px !important;
    padding-left: 20px !important;
    box-sizing: border-box !important;
  }

  .single-post .entry-content .related-model__list li {
    font-size: 16px;
    line-height: 1.4;
  }

  .single-post .entry-content .related-model__actions {
    gap: 8px;
  }

  .single-post .entry-content .related-model__btn,
  .single-post .entry-content .related-model__btn:link,
  .single-post .entry-content .related-model__btn:visited {
    flex: 1 1 calc(50% - 4px);
    min-width: 0;
    min-height: 46px;
    padding: 12px 10px;
    border-radius: 10px;
    font-size: 15px;
    text-align: center;
  }
}

/* =========================
   COMPARISON TABLE SHORTCODE
   only this block
========================= */

.single-post .entry-content .compare-table-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #E7E7E7;
  border-radius: 20px;
  background: #FAFAFA;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

/* Fully neutralize default Gutenberg / Blocksy styles */
.single-post .entry-content .compare-table-wrap .wp-block-table,
.single-post .entry-content .compare-table-wrap table,
.single-post .entry-content .compare-table-wrap thead,
.single-post .entry-content .compare-table-wrap tbody,
.single-post .entry-content .compare-table-wrap tr,
.single-post .entry-content .compare-table-wrap th,
.single-post .entry-content .compare-table-wrap td {
  margin: 0 !important;
  box-shadow: none !important;
}

.single-post .entry-content .compare-table-wrap .wp-block-table {
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  width: max-content;
  min-width: 100%;
}

.single-post .entry-content .compare-table-wrap table {
  width: max-content !important;
  min-width: 100% !important;
  max-width: none !important;
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: #FAFAFA;
}

.single-post .entry-content .compare-table-wrap thead,
.single-post .entry-content .compare-table-wrap tbody,
.single-post .entry-content .compare-table-wrap tr {
  border: 0 !important;
}

/* Shared cells */
.single-post .entry-content .compare-table-wrap th,
.single-post .entry-content .compare-table-wrap td {
  border: 0 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 1px solid #D5D5D5 !important;
  border-bottom: 1px solid #D5D5D5 !important;
  padding: 18px 16px !important;
  text-align: left;
  vertical-align: middle !important;
  background: #FAFAFA;
}

.single-post .entry-content .compare-table-wrap th,
.single-post .entry-content .compare-table-wrap td {
  white-space: normal;
  min-width: 140px;
}

.single-post .entry-content .compare-table-wrap th:first-child,
.single-post .entry-content .compare-table-wrap td:first-child {
  min-width: 180px;
}

/* Header */
.single-post .entry-content .compare-table-wrap thead th {
  padding: 20px 16px !important;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0;
  color: rgba(27, 27, 27, 1);
}

/* First body column */
.single-post .entry-content .compare-table-wrap tbody td:first-child {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  color: rgba(27, 27, 27, 1);
}

/* Remaining body cells */
.single-post .entry-content .compare-table-wrap tbody td:not(:first-child) {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  color: rgba(61, 61, 61, 1);
}

/* Remove the right border from the last column */
.single-post .entry-content .compare-table-wrap tr > *:last-child {
  border-right: 0 !important;
}

/* Remove the bottom border from the last row */
.single-post .entry-content .compare-table-wrap tbody tr:last-child td {
  border-bottom: 0 !important;
}

/* =========================
   MOBILE COMPARISON TABLE
========================= */

@media (max-width: 768px) {
  .single-post .entry-content .compare-table-wrap {
    border-radius: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .single-post .entry-content .compare-table-wrap .wp-block-table {
    width: max-content;
    min-width: 100%;
  }

  .single-post .entry-content .compare-table-wrap table {
    width: max-content !important;
    min-width: 720px !important;
    max-width: none !important;
  }

  .single-post .entry-content .compare-table-wrap th,
  .single-post .entry-content .compare-table-wrap td {
    padding: 14px !important;
    vertical-align: middle !important;
  }

  .single-post .entry-content .compare-table-wrap thead th {
    font-size: 18px;
    line-height: 1.4;
    color: rgba(27, 27, 27, 1);
  }

  .single-post .entry-content .compare-table-wrap tbody td:first-child {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    color: rgba(27, 27, 27, 1);
  }

  .single-post .entry-content .compare-table-wrap tbody td:not(:first-child) {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    color: rgba(61, 61, 61, 1);
  }
}

/* =========================
   COMMENTS — FIGMA FINAL
========================= */

/* Comments block */
.single-post .ct-comments-container > .ct-container-narrow,
.single-post .comments-area > .ct-container-narrow {
  width: 100%;
  max-width: 800px !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  margin-inline: 0 auto !important;
  padding-bottom: 0px;
}

/* after-comments: breakout from narrow comments column */
.single-post .ct-comments-container > .ct-container-narrow > .ft-after-comments,
.single-post .comments-area > .ct-container-narrow > .ft-after-comments {
  width: var(--ft-shell-width);
  max-width: none;
  margin: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Inner container */
.single-post .ct-comments-container .ct-comments,
.single-post .comments-area .ct-comments {
  width: 100%;
}

/* Heading above the form — regular div, not a heading */
.single-post .ct-comments-container .comment-form-caption,
.single-post .comments-area .comment-form-caption {
  display: block;
  margin: 0 0 32px;
  font-size: 56px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.8px;
  color: #1B1B1B;
}

/* Hide extra elements */
.single-post .ct-comments-container .ct-cancel-reply,
.single-post .comments-area .ct-cancel-reply,
.single-post .ct-comments-container .comment-edit-link,
.single-post .comments-area .comment-edit-link,
.single-post .ct-comments-container .comment-reply-link,
.single-post .comments-area .comment-reply-link,
.single-post .ct-comments-container .ct-media-container,
.single-post .comments-area .ct-media-container {
  display: none !important;
}

/* =========================
   FORM
========================= */

.single-post .ct-comments-container .comment-respond,
.single-post .comments-area .comment-respond {
  width: 100%;
  margin: 0 0 30px;
}

.single-post .ct-comments-container .comment-form,
.single-post .comments-area .comment-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 130px;
  column-gap: 12px;
  row-gap: 0;
  align-items: start;
  width: 100%;
  margin: 0;
}

/* Important: force a strict column layout */
.single-post .ct-comments-container .comment-form-comment,
.single-post .comments-area .comment-form-comment {
  grid-column: 1 / 2;
  margin: 0;
}

.single-post .ct-comments-container .form-submit,
.single-post .comments-area .form-submit {
  grid-column: 2 / 3;
  margin: 0;
  align-self: start;
}

.single-post .ct-comments-container .comment-form-comment textarea,
.single-post .comments-area .comment-form-comment textarea {
  display: block;
  width: 100% !important;
  height: 88px !important;
  min-height: 88px !important;
  max-height: 88px !important;
  padding: 16px 18px;
  border: 1px solid #D5D5D5;
  border-radius: 16px;
  background: #FAFAFA;
  color: #1B1B1B;
  box-sizing: border-box !important;
  resize: none !important;
}

.single-post .ct-comments-container .comment-form-comment textarea::placeholder,
.single-post .comments-area .comment-form-comment textarea::placeholder {
  color: #A0A0A0;
  opacity: 1;
}

.single-post .ct-comments-container .form-submit .submit,
.single-post .comments-area .form-submit .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 129px;
  min-width: 129px;
  height: 51px;
  min-height: 51px;
  max-height: 51px;
  padding: 16px 24px;
  border: 0 !important;
  border-radius: 12px;
  background: #D5D5D5 !important;
  color: #FFFFFF !important;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none !important;
  box-shadow: none !important;
  cursor: pointer;
}

.single-post .ct-comments-container .form-submit .submit:hover,
.single-post .ct-comments-container .form-submit .submit:focus,
.single-post .comments-area .form-submit .submit:hover,
.single-post .comments-area .form-submit .submit:focus {
  background: #CFCFCF !important;
  color: #FFFFFF !important;
}

/* =========================
   COMMENTS LIST
========================= */

.single-post .ct-comments-container .ct-comment-list,
.single-post .comments-area .ct-comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-post .ct-comments-container .ct-comment-list > li,
.single-post .comments-area .ct-comment-list > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Divider only between comments */
.single-post .ct-comments-container .ct-comment-list > li + li,
.single-post .comments-area .ct-comment-list > li + li {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #D5D5D5;
}

.single-post .ct-comments-container .ct-comment-inner,
.single-post .comments-area .ct-comment-inner {
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

/* Comment header */
.single-post .ct-comments-container .ct-comment-meta,
.single-post .comments-area .ct-comment-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 16px;
  align-items: start;
  margin: 0 0 12px;
  padding: 0;
}

.single-post .ct-comments-container .ct-comment-author,
.single-post .comments-area .ct-comment-author {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500;
  color: #1B1B1B;
}

.single-post .ct-comments-container .ct-comment-author a,
.single-post .comments-area .ct-comment-author a {
  color: inherit !important;
  text-decoration: none !important;
}

.single-post .ct-comments-container .ct-comment-meta-data,
.single-post .comments-area .ct-comment-meta-data {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #7B7B7B;
  white-space: nowrap;
}

.single-post .ct-comments-container .ct-comment-meta-data a,
.single-post .comments-area .ct-comment-meta-data a {
  color: inherit !important;
  text-decoration: none !important;
}

/* Comment text */
.single-post .ct-comments-container .ct-comment-content,
.single-post .comments-area .ct-comment-content {
  margin: 0;
  padding: 0;
}

.single-post .ct-comments-container .ct-comment-content p,
.single-post .comments-area .ct-comment-content p {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
  color: #5D5D5D;
}

.single-post .ct-comments-container .ct-comment-content p + p,
.single-post .comments-area .ct-comment-content p + p {
  margin-top: 12px;
}

/* fix theme comment card */
.single-post .ct-comments-container .ct-comment-inner,
.single-post .comments-area .ct-comment-inner {
  padding-block: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-top: 0 !important;
}

/* =========================
   Show more button + mobile
========================= */

.single-post .ct-comments-container .comments-show-all,
.single-post .comments-area .comments-show-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  min-height: 60px;
  padding: 16px 24px;
  border: 0;
  border-radius: 12px;
  background: #0830CE;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  cursor: pointer;
}

.solo-text-stat {
    margin-top: 30px;
    margin-bottom: 30px;
}

.solo-text-stat-margin-top {
    margin-top: 30px;
}

.solo-text-stat-margin-top p {
    margin-block-end: 16px;
}

.list-text ul {
    padding-inline-start: 30px;
} 

@media (max-width: 768px) {
    
    .solo-text-stat {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .solo-text-stat-margin-top {
        margin-top: 20px;
    }
    
    .list-text ul {
        padding-inline-start: 26px;
    }

  .single-post .ct-comments-container .comments-show-all,
  .single-post .comments-area .comments-show-all {
    display: flex;
    width: 100%;
    min-height: 50px;
    margin-top: 20px;
    padding: 0 20px;
    border-radius: 12px;
    font-size: 16px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {
  .single-post .ct-comments-container > .ct-container-narrow,
  .single-post .comments-area > .ct-container-narrow {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-inline: 0 !important;
  }

  .single-post .ct-comments-container .comment-form-caption,
  .single-post .comments-area .comment-form-caption {
    margin: 0 0 32px;
    font-size: 31px;
    line-height: 1.2;
    letter-spacing: -0.8px;
  }

  .single-post .ct-comments-container .comment-respond,
  .single-post .comments-area .comment-respond {
    margin-bottom: 20px;
  }

  .single-post .ct-comments-container .comment-form,
  .single-post .comments-area .comment-form {
    grid-template-columns: minmax(0, 1fr) 40px;
    column-gap: 8px;
    row-gap: 0;
    align-items: start;
  }

  .single-post .ct-comments-container .comment-form-comment,
  .single-post .comments-area .comment-form-comment {
    grid-column: 1 / 2;
    margin: 0;
  }

  .single-post .ct-comments-container .form-submit,
  .single-post .comments-area .form-submit {
    grid-column: 2 / 3;
    margin: 0;
    align-self: start;
  }

  .single-post .ct-comments-container .comment-form-comment textarea,
  .single-post .comments-area .comment-form-comment textarea {
    height: 94px !important;
    min-height: 94px !important;
    max-height: 94px !important;
    padding: 14px 16px;
    border-radius: 14px;
  }

  .single-post .ct-comments-container .form-submit .submit,
  .single-post .comments-area .form-submit .submit {
    -webkit-appearance: none !important;
    appearance: none !important;
    position: relative;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    padding: 0;
    border-radius: 12px;
    border: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
    overflow: hidden;
    background-color: #D5D5D5 !important;
    background-image: 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='M16.5 1.5L7.95 10.05' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.5 1.5L11.06 16.5L7.95 10.05L1.5 6.94L16.5 1.5Z' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 18px 18px !important;
  }

  .single-post .ct-comments-container .ct-comment-list > li + li,
  .single-post .comments-area .ct-comment-list > li + li {
    margin-top: 16px;
    padding-top: 16px;
  }

  .single-post .ct-comments-container .ct-comment-meta,
  .single-post .comments-area .ct-comment-meta {
    gap: 8px 12px;
  }

  .single-post .ct-comments-container .ct-comment-author,
  .single-post .comments-area .ct-comment-author {
    font-size: 16px;
    line-height: 1.4;
  }

  .single-post .ct-comments-container .ct-comment-meta-data,
  .single-post .comments-area .ct-comment-meta-data {
    font-size: 12px;
    line-height: 1.4;
  }

  .single-post .ct-comments-container .ct-comment-content p,
  .single-post .comments-area .ct-comment-content p {
    font-size: 16px;
    line-height: 1.45;
  }
}

/* =========================
   COMMENTS MOBILE FIXES
========================= */

/* 1) remove extra inner padding from comment text on mobile */
@media (max-width: 1024px) {
  .single-post .ct-comments-container .ct-comment-content.entry-content,
  .single-post .comments-area .ct-comment-content.entry-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-inline: 0 !important;
    box-sizing: border-box !important;
  }
}

/* 2) comment date — no uppercase */
.single-post .ct-comments-container .ct-comment-meta-data,
.single-post .ct-comments-container .ct-comment-meta-data time,
.single-post .ct-comments-container .ct-comment-meta-data a,
.single-post .comments-area .ct-comment-meta-data,
.single-post .comments-area .ct-comment-meta-data time,
.single-post .comments-area .ct-comment-meta-data a {
  text-transform: none !important;
}

/* 3) submit button — hover / click */
.single-post .ct-comments-container .form-submit .submit,
.single-post .comments-area .form-submit .submit {
  transition: background-color 220ms ease, color 220ms ease, transform 160ms ease;
}

.single-post .ct-comments-container .form-submit .submit:hover,
.single-post .ct-comments-container .form-submit .submit:focus-visible,
.single-post .comments-area .form-submit .submit:hover,
.single-post .comments-area .form-submit .submit:focus-visible {
  background: #1939E6 !important;
  color: #FFFFFF !important;
}

.single-post .ct-comments-container .form-submit .submit:active,
.single-post .comments-area .form-submit .submit:active {
  background: #1939E6 !important;
  color: #FFFFFF !important;
  transform: scale(0.98);
}

/* =========================
   FT content shell — reusable
========================= */

/* .ft-after-comments, */
.ft-post-cards,
.ft-category-feed,
.ft-trust-readers,
.ft-about-intro,
.ft-about-goals,
.ft-about-team,
.ft-about-faq {
  width: var(--ft-shell-width);
  max-width: none;
  margin-inline: auto;
  box-sizing: border-box;
}

.ft-contact-form {
  width: var(--ft-shell-width);
  max-width: none;
  margin-inline: auto;
  box-sizing: border-box;
}
/* =========================
   FT Post Cards — reusable
========================= */

.ft-after-comments {
  margin: 0;
  padding: 0;
}

.ft-post-cards {
  /* margin: 0; */
  margin: 120px auto 0;
}

.ft-post-cards__heading {
  margin: 0 0 32px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: -0.8px;
  color: #1B1B1B;
}

.ft-post-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.ft-post-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
/*   background: #FAFAFA; */
  border: 1px solid #D5D5D5;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: none;
  transition: box-shadow 180ms ease;
}

.ft-post-card:hover,
.ft-post-card:focus-within {
  box-shadow: 0px 2px 7.2px 0px #0000002E;
}

.ft-post-card__thumb-link {
  display: block;
  text-decoration: none;
}

.ft-post-card__thumb-wrap {
  padding: 6px 6px 0;
}

.ft-post-card__thumb,
.ft-post-card__thumb--placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 393 / 220;
  object-fit: cover;
  border-radius: 20px;
}

.ft-post-card__thumb--placeholder {
  background: #e9e9e9;
}

.ft-post-card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  gap: 8px;
  padding: 20px 16px;
}

.ft-post-card__title {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
}

.ft-post-card__title a {
  display: block;
  color: #222;
  text-decoration: none;
}

.ft-post-card__title a:hover,
.ft-post-card__title a:focus {
  color: #222;
  text-decoration: none;
}

.ft-post-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  font-size: 14px;
  line-height: 1.4;
  color: #7a7a7a;
}

.ft-post-card__author-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 999px;
  flex: 0 0 24px;
}

.ft-post-card__author-avatar img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 999px;
}

.ft-post-card__author-name,
.ft-post-card__date,
.ft-post-card__dot {
  color: #7a7a7a;
}

@media (max-width: 1024px) {
  .ft-after-comments {
    margin-top: 60px;
  }

  .ft-post-cards__heading {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.8px;
  }

  .ft-post-cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .ft-post-card {
    border-radius: 20px;
  }

  .ft-post-card__thumb-wrap {
    padding: 4px 4px 0;
  }

  .ft-post-card__thumb,
  .ft-post-card__thumb--placeholder {
    border-radius: 16px;
    aspect-ratio: 342 / 220;
  }

  .ft-post-card__title {
    font-size: 18px;
    line-height: 1.4;
  }

  .ft-post-card__meta {
    gap: 8px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .ft-post-cards__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}


/* =========================
   FT Category Feed
========================= */

.ft-category-feed {
  margin: 120px auto 0;
  padding: 0;
}

.ft-category-feed__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  column-gap: 32px;
  align-items: start;
  margin-bottom: 24px;
}

.ft-category-feed__headline {
  min-width: 0;
  max-width: 840px;
}

.ft-category-feed__title {
  margin: 0;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.4;
  letter-spacing: -0.8px;
  color: #1B1B1B;
}

.ft-category-feed__subtitle {
  margin: 17px 0 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #5D5D5D;
}

.ft-category-feed__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.ft-category-feed__tabs {
  display: flex;
/*   flex: 1 1 auto; */
  align-items: center;
  gap: 4px;
  min-width: 0;
  padding: 6px;
  border-radius: 999px;
  background: #E7E7E7;
  overflow-x: auto;
  scrollbar-width: none;
}

.ft-category-feed__tabs::-webkit-scrollbar {
  display: none;
}

.ft-category-feed__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #1B1B1B;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  letter-spacing: -0.2px;
  transition: background-color 180ms ease, color 180ms ease;
}

.ft-category-feed__tab + .ft-category-feed__tab {
  margin-left: 0;
}

.ft-category-feed__tab.is-active {
  background: #FFFFFF;
  box-shadow: none;
}

.ft-category-feed__tab:hover,
.ft-category-feed__tab:focus-visible {
  background: #F5F5F5;
  box-shadow: none;
  outline: none;
}

.ft-category-feed__tab.is-active:hover,
.ft-category-feed__tab.is-active:focus-visible {
  background: #FFFFFF;
}

.ft-category-feed__sort {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
}

.ft-category-feed__sort-trigger {
    position: relative;
    display: inline-flex;
    align-items: center;
    /* justify-content: flex-start; */
/*     min-width: 180px; */
    height: 42px;
    padding: 0 44px 0 16px;
    border: 0;
    border-radius: 999px;
    background: #E7E7E7;
    color: #1B1B1B;
    cursor: pointer;
}

.ft-category-feed__sort-trigger::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  width: 14px;
  height: 8px;
  background: url('assets/images/svg-sort-desktop.svg') center / contain no-repeat;
  transform: translateY(-50%);
  transition: transform 180ms ease;
  pointer-events: none;
}

.ft-category-feed__sort.is-open .ft-category-feed__sort-trigger::after {
  transform: translateY(-50%) rotate(180deg);
}

.ft-category-feed__sort-icon {
  display: none;
}

.ft-category-feed__sort-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}

.ft-category-feed__sort-menu {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    z-index: 20;
    display: grid;
    gap: 2px;
    width: 100%;
    min-width: 180px;
    padding: 4px;
    border-radius: 10px;
    background: #FAFAFA;
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.08);
}

.ft-category-feed__sort-menu[hidden] {
  display: none !important;
}

.ft-category-feed__sort-option {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 40px;
    padding: 0 12px;
    border: 0;
    border-radius: 6px;
    background: #FAFAFA;
    color: #1B1B1B;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    cursor: pointer;
    transition: background-color 180ms ease;
    letter-spacing: -0.2px;
}

.ft-category-feed__sort-option:hover,
.ft-category-feed__sort-option:focus-visible {
  background: #FFFFFF;
  outline: none;
}

.ft-category-feed__sort-option.is-active {
  background: #FFFFFF;
}

/* .ft-category-feed__sort {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
min-width: 210px;
  height: 42px;
  padding: 0 44px 0 16px;
  border-radius: 999px;
  background: #E7E7E7;
  color: #1B1B1B;
}

.ft-category-feed__sort::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  width: 14px;
  height: 8px;
  background: url('assets/images/svg-sort-desktop.svg') center / contain no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
}

.ft-category-feed__sort-icon {
  display: none;
}

.ft-category-feed__sort-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}

.ft-category-feed__sort-select {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
} */

.ft-category-feed__footer {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.ft-category-feed__footer.is-hidden {
  display: none;
}

.ft-category-feed__more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 205px;
  min-height: 60px;
  padding: 16px 24px;
  border: 0;
  border-radius: 12px;
  background: #0830CE;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 180ms ease, transform 180ms ease;
}

.ft-category-feed__more-button:hover,
.ft-category-feed__more-button:focus-visible {
  background: #1430BF;
  outline: none;
}

.ft-category-feed__more-button:active {
  transform: translateY(1px);
}

.ft-category-feed__more-button:disabled {
  cursor: default;
  opacity: .6;
}

.ft-category-feed__empty {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #5D5D5D;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
}

.ft-category-feed.is-loading .ft-category-feed__grid {
  opacity: .72;
  transition: opacity 180ms ease;
}

@media (max-width: 1024px) {
  .ft-category-feed {
    margin-top: 72px;
  }

  .ft-category-feed__header {
    grid-template-columns: 1fr;
    row-gap: 14px;
    margin-bottom: 18px;
  }

  .ft-category-feed__title {
    font-size: 44px;
    letter-spacing: -1px;
  }

  .ft-category-feed__subtitle {
    margin-top: 0;
    max-width: 520px;
    font-size: 16px;
  }

  .ft-category-feed__toolbar {
    align-items: flex-start;
    gap: 16px;
  }
}

@media (max-width: 767px) {
  .ft-category-feed {
    margin-top: 56px;
    padding-top: 60px;
  }

  .ft-category-feed__header {
    row-gap: 12px;
    margin-bottom: 18px;
  }

  .ft-category-feed__title {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.8px;
  }

  .ft-category-feed__subtitle {
    max-width: 320px;
    font-size: 16px;
    line-height: 1.4;
  }

  .ft-category-feed__toolbar {
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
  }

  .ft-category-feed__tabs {
    flex: 1 1 auto;
    min-width: 0;
  }

  .ft-category-feed__tab {
    height: 32px;
    font-size: 14px;
  }

  .ft-category-feed__sort {
    position: relative;
    flex: 0 0 auto;
  }

  .ft-category-feed__sort-trigger {
    min-width: 56px;
    width: 44px;
    height: 44px;
    justify-content: center;
    padding: 0px 0px 0px 2px;
  }

  .ft-category-feed__sort-trigger::after {
    display: none;
  }

  .ft-category-feed__sort-icon {
    display: block;
    width: 19px;
    height: 14px;
    flex: 0 0 19px;
    background: url('assets/images/svg-sort-mobile.svg') center / contain no-repeat;
  }

  .ft-category-feed__sort-label {
    display: none;
  }

  .ft-category-feed__sort-menu {
    top: calc(100% + 12px);
    right: 0;
    width: 180px;
    min-width: 180px;
    padding: 4px;
    border-radius: 10px;
  }

  .ft-category-feed__sort-option {
/*     min-height: 40px; */
    padding: 0 12px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.2px;
  }

  .ft-category-feed__more-button {
    min-width: 100%;
    min-height: 52px;
    border-radius: 14px;
    font-size: 18px;
  }

  .ft-category-feed__footer {
    margin-top: 24px;
  }
  
  .ft-category-feed__empty {
    font-size: 16px;
  }
}

/* =========================
   REPORT ERROR BLOCK
========================= */

.ft-report-error {
  width: var(--ft-shell-width);
  max-width: none;
  margin: 120px auto 0;
}

.ft-report-error__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 554px);
  gap: 60px;
  padding: 36px;
  border-radius: 40px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.18);
}

.ft-report-error__left {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.ft-report-error__title {
  margin: 0 0 12px;
  font-size: 56px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.8px;
  color: #1B1B1B;
}

.ft-report-error__subtitle {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: #3D3D3D;
}

.ft-report-error__contact-card {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 28px;
  border-radius: 24px;
  background: #F5F5F5;
}

.ft-report-error__contact-heading {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
  min-width: 0;
}

.ft-report-error__contact-label {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #1B1B1B;
}

.ft-report-error__contact-note {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  color: #7B7B7B;
}

.ft-report-error__contact-link {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: #0830CE;
  text-decoration: none;
  word-break: break-word;
}

.ft-report-error__contact-link:hover,
.ft-report-error__contact-link:focus {
  color: #0830CE;
  text-decoration: none;
}

.ft-report-error__right {
  min-width: 0;
}

.ft-report-error__notice {
  margin: 0 0 16px;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.4;
}

.ft-report-error__notice--success {
  background: rgba(25, 57, 230, 0.08);
  color: #1939E6;
}

.ft-report-error__notice--error {
  background: rgba(255, 82, 82, 0.08);
  color: #C62828;
}

.ft-report-error__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ft-report-error__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ft-report-error__field label {
    margin: 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.2px;
    color: #5D5D5D;
    line-height: 20px;
}

.ft-report-error__field input,
.ft-report-error__field textarea {
  width: 100%;
  border: 1px solid #E7E7E7;
  border-radius: 12px;
  background: #FAFAFA;
  color: #1B1B1B;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  box-shadow: none !important;
  font-weight: 400;
}

.ft-report-error__field input {
  height: 42px;
  padding: 0 12px;
}

.ft-report-error__field textarea {
  min-height: 92px !important;
  padding: 10px 12px;
  resize: none;
  height: 92px;
}

.ft-report-error__field input::placeholder,
.ft-report-error__field textarea::placeholder {
  color: #B0B0B0;
  opacity: 1;
}

.ft-report-error__field input:focus,
.ft-report-error__field textarea:focus {
  outline: none;
  border-color: #C8C8C8;
  box-shadow: none;
}

.ft-report-error__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  padding: 16px 24px;
  border: 0;
  border-radius: 12px;
  background: #072CBC;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  transition: background-color 180ms ease, transform 160ms ease;
}

.ft-report-error__submit:hover,
.ft-report-error__submit:focus-visible {
  background: #1431C6;
  color: #FFFFFF;
}

.ft-report-error__submit:active {
  transform: scale(0.99);
}

.ft-report-error__hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 1024px) {
  .ft-report-error {
    margin-top: 60px;
  }

  .ft-report-error__inner {
    grid-template-columns: 1fr !important;
    gap: 20px;
    padding: 24px;
    border-radius: 24px;
  }

  .ft-report-error__title {
    margin-bottom: 12px;
    font-size: 32px;
  }

  .ft-report-error__subtitle {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .ft-report-error__contact-card {
    margin-top: 0;
    gap: 8px;
    padding: 14px 18px;
    border-radius: 20px;
  }

  .ft-report-error__contact-heading {
    gap: 10px;
  }

  .ft-report-error__contact-label {
    font-size: 16px;
  }

  .ft-report-error__contact-note {
    font-size: 14px;
  }

  .ft-report-error__contact-link {
    font-size: 16px;
  }

  .ft-report-error__form {
    gap: 18px;
  }

  .ft-report-error__field {
    gap: 8px;
  }

  .ft-report-error__field label {
    font-size: 14px;
  }

  .ft-report-error__field input {
    height: 38px;
    padding: 0 12px;
    border-radius: 14px;
  }

  .ft-report-error__field textarea {
    min-height: 80px !important;
    padding: 12px;
    border-radius: 12px;
    height: 80px;
  }

  .ft-report-error__submit {
    min-height: 48px;
    border-radius: 14px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .single-post .ct-comments-container > .ct-container-narrow > .ft-after-comments,
  .single-post .comments-area > .ct-container-narrow > .ft-after-comments {
    width: 100%;
    max-width: 100%;
  }

  .single-post .ct-comments-container > .ct-container-narrow > .ft-after-comments > .ft-report-error,
  .single-post .comments-area > .ct-container-narrow > .ft-after-comments > .ft-report-error {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .ft-report-error__contact-card {
    gap: 8px;
    padding: 14px 16px;
    border-radius: 20px;
  }

  .ft-report-error__contact-heading {
    gap: 8px;
    align-items: center;
  }

  .ft-report-error__contact-label {
    line-height: 1.2;
  }

  .ft-report-error__contact-note {
    font-size: 12px;
    line-height: 1.35;
  }

  .ft-report-error__contact-link {
    font-size: 16px;
  }
}

/* =========================
   FT Trust Readers
========================= */

.ft-trust-readers {
  margin: 120px auto 0;
  padding: 0;
}

.ft-trust-readers__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 471px;
  column-gap: 32px;
  align-items: start;
  margin-bottom: 32px;
}

.ft-trust-readers__headline {
  min-width: 0;
  max-width: 700px;
}

.ft-trust-readers__title {
  margin: 0;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: -0.8px;
  color: #1B1B1B;
}

.ft-trust-readers__subtitle {
  margin: 10px 0 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #3D3D3D;
}

.ft-trust-readers__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.ft-trust-readers__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  min-height: 288px;
  padding: 26px 20px;
  border: 1px solid #E7E7E7;
  border-radius: 24px;
/*   background: #FAFAFA; */
}

.ft-trust-readers__card--metric-top {
  gap: 28px;
}

.ft-trust-readers__card--metric-bottom {
  gap: 28px;
}

.ft-trust-readers__value {
  margin: 0;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -0.8px;
  color: #0830CE;
}

.ft-trust-readers__label {
  margin-top: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #3D3D3D;
}

.ft-trust-readers__text {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #3D3D3D;
}

@media (max-width: 1180px) {

  .ft-report-error__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr)
  }

  .ft-trust-readers__card {
    min-height: 230px;
  }
  .ft-trust-readers {
    margin-top: 120px;
  }

  .ft-trust-readers__header {
    grid-template-columns: 1fr;
    row-gap: 12px;
    margin-bottom: 24px;
  }

  .ft-trust-readers__subtitle {
    margin-top: 0;
    max-width: 560px;
  }

  .ft-trust-readers__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
    
  .ft-post-cards {
    /* margin: 0; */
    margin: 60px auto 0;
  }
  .ft-trust-readers {
    margin-top: 60px;
  }

  .ft-trust-readers__header {
    row-gap: 12px;
    margin-bottom: 20px;
  }

  .ft-trust-readers__title {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.8px;
  }

  .ft-trust-readers__subtitle {
    max-width: 354px;
    font-size: 16px;
    line-height: 1.4;
  }

  .ft-trust-readers__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ft-trust-readers__card {
    min-height: 186px;
    padding: 20px 16px;
    border-radius: 20px;
  }

  .ft-trust-readers__card--metric-top {
    gap: 40px;
  }
  
  .ft-trust-readers__card--metric-bottom {
    gap: 20px;
  }

  .ft-trust-readers__value {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.8px;
  }

  .ft-trust-readers__label {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.4;
  }

  .ft-trust-readers__text {
    font-size: 14px;
    line-height: 1.4;
  }
}

.ft-post-cards[id] {
  scroll-margin-top: 110px;
}

/*   ARTICLE TITLE META */

.single-post .entry-meta {
  color: #7C7C7C;
}

.single-post .entry-meta li {
  margin-inline-end: 0 !important;
  color: #7B7B7B;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.single-post .entry-meta a,
.single-post .entry-meta span,
.single-post .entry-meta time {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.single-post .entry-meta li:not(:last-child)::after {
  color: #7C7C7C;
  margin-inline-start: 8px;
  margin-inline-end: 8px;
}

.single-post .entry-meta img {
  width: 20px;
  height: 20px;
}

/* =========================
   FT About Intro
========================= */

.ft-about-intro,
.ft-about-goals,
.ft-about-team,
.ft-about-faq {
  margin: 120px auto 0;
  padding: 0;
}

.ft-about-intro__header,
.ft-about-team__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 700px;
  gap: 32px;
  align-items: start;
  margin-bottom: 32px;
}

.ft-about-intro__title,
.ft-about-team__title,
.ft-about-faq__title {
  margin: 0;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: -0.8px;
  color: #1B1B1B;
}

.ft-about-intro__content p,
.ft-about-team__subtitle {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  color: #3D3D3D;
}

.ft-about-intro__content p + p {
  margin-top: 16px;
}

.ft-about-intro__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.ft-about-intro__card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
/*   justify-content: space-between; */
  padding: 26px 20px;
  border: 1px solid #E7E7E7;
  border-radius: 20px;
  background: transparent;
}

.ft-about-intro__card-title,
.ft-about-intro__card-text {
  margin: 0;
}

.ft-about-intro__card-title {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -0.8px;
  color: #0830CE;
}

.ft-about-intro__card-text {
  font-size: 14px;
  line-height: 1.4;
  color: #3D3D3D;
}

.ft-about-intro__card.is-title-top .ft-about-intro__card-title {
  order: 1;
}

.ft-about-intro__card.is-title-top .ft-about-intro__card-text {
  order: 2;
  margin-top: auto;
}

.ft-about-intro__card.is-title-bottom .ft-about-intro__card-text {
  order: 1;
}

.ft-about-intro__card.is-title-bottom .ft-about-intro__card-title {
  order: 2;
  margin-top: auto;
}

/* =========================
   FT About Goals
========================= */

.ft-about-goals__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 546px;
  gap: 32px;
  align-items: start;
}

.ft-about-goals__cards {
  display: grid;
  gap: 12px;
}

.ft-about-goals__card {
  padding: 20px 16px;
  border-radius: 20px;
  background: #FAFAFA;
}

.ft-about-goals__card-title {
  margin: 0 0 12px;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: -0.8px;
  color: #1B1B1B;
}

.ft-about-goals__card-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #5D5D5D;
}

.ft-about-goals__card-content p + p {
  margin-top: 12px;
}

.ft-about-goals__media {
  min-width: 0;
}

.ft-about-goals__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 544 / 401;
  object-fit: cover;
  border-radius: 20px;
}

/* =========================
   FT About Team
========================= */

.ft-about-team {
  display: grid;
  grid-template-columns: 0.5fr minmax(0, 1fr);
  column-gap: 32px;
  align-items: start;
}

.ft-about-team__header {
  display: block;
  margin-bottom: 0;
}

.ft-about-team__headline {
  margin-bottom: 14px;
}

.ft-about-team__subtitle {
/*   max-width: 428px; */
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  color: #3D3D3D;
  font-weight: 400;
}

.ft-about-team__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.ft-about-team__card {
  min-width: 0;
}

.ft-about-team__photo-wrap {
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
}

.ft-about-team__photo {
  display: block;
  width: 100%;
  aspect-ratio: 180 / 220;
  object-fit: cover;
}

.ft-about-team__name {
  margin: 0;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -0.8px;
  color: #1B1B1B;
}

.ft-about-team__role {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.4;
  color: #7B7B7B;
}

.ft-about-team__text {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.4;
  color: #7B7B7B;
}

/* =========================
   FT About FAQ
========================= */

.ft-about-faq__header {
  margin-bottom: 24px;
}

.ft-about-faq__toolbar {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}

.ft-about-faq__tabs {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  max-width: 100%;
  padding: 6px;
  border-radius: 999px;
  background: #E7E7E7;
  overflow-x: auto;
  scrollbar-width: none;
}

.ft-about-faq__tabs::-webkit-scrollbar {
  display: none;
}

.ft-about-faq__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  border: 0;
  background: transparent;
  border-radius: 999px;
  height: 30px;
  padding: 0 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.2px;
  color: #1B1B1B;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease;
}

.ft-about-faq__tab.is-active {
  background: #FFFFFF;
}

.ft-about-faq__tab:hover,
.ft-about-faq__tab:focus-visible {
  background: #F5F5F5;
  outline: none;
}

.ft-about-faq__tab.is-active:hover,
.ft-about-faq__tab.is-active:focus-visible {
  background: #FFFFFF;
}

.ft-about-faq__tab.is-active {
  background: #FFFFFF;
}

.ft-about-faq__list {
  display: grid;
  gap: 14px;
}

.ft-about-faq__item {
  border: 1px solid #D5D5D5;
  border-radius: 20px;
  background: #FAFAFA;
  box-shadow: none;
  overflow: hidden;
}

.ft-about-faq__question {
  position: relative;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 22px 64px 22px 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #1B1B1B;
  cursor: pointer;
}

.ft-about-faq__question::before,
.ft-about-faq__question::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #7B7B7B;
  border-radius: 999px;
  transform: translateY(-50%);
}

.ft-about-faq__question::after {
  transform: translateY(-50%) rotate(90deg);
}

.ft-about-faq__item.is-open .ft-about-faq__question::after {
  opacity: 0;
}

.ft-about-faq__answer {
  height: 0;
  overflow: hidden;
  padding: 0;
}

.ft-about-faq__answer-inner {
  padding: 0 16px 20px;
}

.ft-about-faq__answer p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #4D4D4D;
}

.ft-about-faq__footer {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.ft-about-faq__more-button {
  min-width: 175px;
  min-height: 60px;
  padding: 16px 24px;
  border: 0;
  border-radius: 12px;
  background: #0830CE;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #FFFFFF;
  cursor: pointer;
}

.ft-about-faq__more-button[hidden] {
  display: none !important;
}

.ft-about-faq__item.is-hidden-by-limit {
  display: none !important;
}

.ft-about-faq__item.is-animating {
  overflow: hidden;
}

.ft-about-faq__question::before,
.ft-about-faq__question::after {
  transition: opacity 220ms ease, transform 220ms ease;
}

/* =========================
   Responsive
========================= */

@media (max-width: 1180px) {
  .ft-about-intro__header {
    grid-template-columns: 1fr;
  }

  .ft-about-intro__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* About goals responsive composition
   768-1180: text + image on first row, second text card full width below
   <=767: first text, image, second text */
@media (max-width: 1180px) and (min-width: 768px) {
  .ft-about-goals__layout {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 38%);
    gap: 12px;
    align-items: stretch;
  }

  .ft-about-goals__cards {
    display: contents;
  }

  .ft-about-goals__card {
    min-height: 100%;
    padding: 16px;
  }

  .ft-about-goals__card:first-child {
    grid-column: 1;
    grid-row: 1;
  }

  .ft-about-goals__media {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    align-self: stretch;
  }

  .ft-about-goals__image {
    height: 100%;
    min-height: 100%;
  }

  .ft-about-goals__card:last-child {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (max-width: 767px) {
  .ft-about-goals__layout {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ft-about-goals__cards {
    display: contents;
  }

  .ft-about-goals__card:first-child {
    order: 1;
  }

  .ft-about-goals__media {
    order: 2;
  }

  .ft-about-goals__card:last-child {
    order: 3;
  }
}

@media (max-width: 1279px) and (min-width: 1021px) {
    .ft-about-team {
      grid-template-columns: 0.5fr minmax(0, 1fr);
      column-gap: 28px;
    }
    
    .ft-about-team__subtitle {
     /*  max-width: 220px; */
      font-size: 18px;
    }

  .ft-about-team__grid {
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1020px) and (min-width: 768px) {
  .ft-about-team {
    display: block;
  }

  .ft-about-team__header {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 20px;
  }

  /* .ft-about-team__title {
    font-size: 44px;
    line-height: 1.1;
    letter-spacing: -1px;
  }
  
  .ft-about-team__subtitle {
    max-width: none;
    font-size: 16px;
    line-height: 1.4;
  } */

  .ft-about-team__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px 12px;
  }

  /* .ft-about-team__photo-wrap {
    margin-bottom: 12px;
    border-radius: 16px;
  }
  
  .ft-about-team__photo {
    width: 100%;
    height: 220px;
    aspect-ratio: auto;
    object-fit: cover;
  }
  
  .ft-about-team__name {
    font-size: 18px;
  }
  
  .ft-about-team__role {
    font-size: 13px;
  }
  
  .ft-about-team__text {
    font-size: 13px;
    line-height: 1.45;
  } */
}

@media (max-width: 767px) {
    
    .ft-about-intro__card {
        padding: 20px 16px;
        min-height: auto;
        gap: 40px;
    }
    
    .ft-about-intro__card-title {
        font-size: 24px;
    }
    
    .ft-about-goals__card {
        padding: 10px 14px;
    }
    
    .ft-about-goals__card-title {
        font-size: 24px;
    }
    
    .ft-about-goals__card-content p {
        font-size: 14px;
    }
    
    .ft-about-goals__cards {
        gap: 20px;
    }
    
    .ft-about-goals__layout {
        gap: 20px;
    }
    
    .ft-about-team__headline {
        margin-bottom: 12px;
    }
    
  .ft-about-intro,
  .ft-about-goals,
  .ft-about-team,
  .ft-about-faq {
    margin-top: 60px;
  }

  .ft-about-intro__header,
  .ft-about-team__header {
    gap: 12px;
    margin-bottom: 20px;
  }

  .ft-about-intro__title,
  .ft-about-team__title,
  .ft-about-faq__title {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.8px;
  }

  .ft-about-intro__content p,
  .ft-about-team__subtitle {
    font-size: 16px;
    line-height: 1.4;
  }

    .ft-about-intro__content p + p {
      margin-top: 12px;
    }

  .ft-about-intro__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ft-about-team {
    display: block;
  }

  .ft-about-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 12px;
  }

  .ft-about-team__card {
    width: auto;
  }

  .ft-about-team__photo-wrap {
    width: 100%;
    margin-bottom: 12px;
    border-radius: 12px;
  }

  .ft-about-team__photo {
    width: 100%;
    height: auto;
    aspect-ratio: 180 / 220;
  }

  .ft-about-team__name {
    font-size: 18px;
    line-height: 1.2;
  }

  .ft-about-team__role {
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.4;
  }

  .ft-about-team__text {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.4;
  }
}

/* =========================
   FAQ Toggle Icon — final structural fix
========================= */

.faq-section .wp-block-details summary,
.ft-about-faq__question {
  display: grid;
  align-items: center;
}

.faq-section .wp-block-details summary {
  grid-template-columns: minmax(0, 1fr) 18px;
  column-gap: 22px;
  padding: 20px 16px;
}

.ft-about-faq__question {
  grid-template-columns: minmax(0, 1fr) 18px;
  column-gap: 18px;
  padding: 20px 16px;
}

.faq-section .wp-block-details summary::before,
.faq-section .wp-block-details summary::after,
.ft-about-faq__question::before,
.ft-about-faq__question::after {
  content: none !important;
  display: none !important;
}

.faq-section .wp-block-details summary .ft-faq-toggle,
.ft-about-faq__question .ft-faq-toggle {
  width: 18px;
  height: 18px;
  display: block;
  justify-self: end;
  pointer-events: none;
}

.ft-about-faq__question > span:first-child {
  min-width: 0;
}

.faq-section .wp-block-details summary .ft-faq-toggle__svg,
.ft-about-faq__question .ft-faq-toggle__svg {
  display: block;
  width: 18px;
  height: 18px;
  overflow: visible;
}

.faq-section .wp-block-details summary .ft-faq-toggle__line,
.ft-about-faq__question .ft-faq-toggle__line {
  stroke: #7B7B7B;
  stroke-width: 2;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
  transition: none;
}

.faq-section .wp-block-details.is-open summary .ft-faq-toggle__line--vertical,
.ft-about-faq__item.is-open .ft-faq-toggle__line--vertical {
  opacity: 0;
}

@media (max-width: 768px) {
  .faq-section .wp-block-details summary {
    grid-template-columns: minmax(0, 1fr) 16px;
    column-gap: 16px;
    padding: 16px;
  }

  .faq-section .wp-block-details summary .ft-faq-toggle,
  .faq-section .wp-block-details summary .ft-faq-toggle__svg {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 767px) {
  .ft-about-faq__question {
    grid-template-columns: minmax(0, 1fr) 16px;
    column-gap: 14px;
    padding: 16px;
  }

  .ft-about-faq__question .ft-faq-toggle,
  .ft-about-faq__question .ft-faq-toggle__svg {
    width: 16px;
    height: 16px;
  }
}


/* =========================
   Contact form block
========================= */

.ft-contact-form {
  margin: 120px auto 0;
}

.ft-contact-form__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 554px);
  gap: 60px;
  padding: 36px;
  border-radius: 40px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.18);
}

.ft-contact-form__left {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.ft-contact-form__title {
  margin: 0 0 12px;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.8px;
  color: #1B1B1B;
}

.ft-contact-form__subtitle {
  margin: 0 0 16px;
  max-width: 430px;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
  color: #3D3D3D;
}

.ft-contact-form__response-note {
  margin: 0 0 32px;
  font-size: 14px;
  line-height: 1.45;
  color: #7B7B7B;
}

.ft-contact-form__contact-card {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 28px;
  border-radius: 24px;
  background: #F5F5F5;
  max-width: 520px;
}

.ft-contact-form__contact-heading {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
  min-width: 0;
}

.ft-contact-form__contact-label {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #1B1B1B;
}

.ft-contact-form__contact-note {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  color: #7B7B7B;
}

.ft-contact-form__contact-link {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: #0830CE;
  text-decoration: none;
  word-break: break-word;
}

.ft-contact-form__contact-link:hover,
.ft-contact-form__contact-link:focus {
  color: #0830CE;
  text-decoration: none;
}

.ft-contact-form__right {
  min-width: 0;
}

.ft-contact-form__notice {
  margin: 0 0 16px;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.4;
}

.ft-contact-form__notice--success {
  background: rgba(25, 57, 230, 0.08);
  color: #1939E6;
}

.ft-contact-form__notice--error {
  background: rgba(255, 82, 82, 0.08);
  color: #C62828;
}

.ft-contact-form__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ft-contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ft-contact-form__field label {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 20px;
  color: #5D5D5D;
}

.ft-contact-form__field input,
.ft-contact-form__field textarea {
  width: 100%;
  border: 1px solid #E7E7E7;
  border-radius: 12px;
  background: #FAFAFA;
  color: #1B1B1B;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  box-shadow: none !important;
  font-weight: 400;
}

.ft-contact-form__field input {
  height: 42px;
  padding: 0 12px;
}

.ft-contact-form__field textarea {
  min-height: 92px !important;
  height: 92px;
  padding: 10px 12px;
  resize: none;
}

.ft-contact-form__field input::placeholder,
.ft-contact-form__field textarea::placeholder {
  color: #B0B0B0;
  opacity: 1;
}

.ft-contact-form__field input:focus,
.ft-contact-form__field textarea:focus {
  outline: none;
  border-color: #C8C8C8;
  box-shadow: none;
}

.ft-contact-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 14px 24px;
  border: 0;
  border-radius: 12px;
  background: #072CBC;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  transition: background-color 180ms ease, transform 160ms ease;
}

.ft-contact-form__submit:hover,
.ft-contact-form__submit:focus-visible {
  background: #1431C6;
  color: #FFFFFF;
}

.ft-contact-form__submit:active {
  transform: scale(0.99);
}

.ft-contact-form__hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 1024px) {
  .ft-contact-form {
    margin-top: 60px;
  }

  .ft-contact-form__inner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px;
    border-radius: 24px;
  }

  .ft-contact-form__title {
    font-size: 38px;
  }

  .ft-contact-form__subtitle {
    max-width: none;
    font-size: 16px;
    margin-bottom: 12px;
  }

  .ft-contact-form__response-note {
    margin-bottom: 20px;
  }

  .ft-contact-form__contact-card {
    margin-top: 0;
    gap: 8px;
    padding: 14px 18px;
    border-radius: 20px;
    max-width: none;
  }

  .ft-contact-form__contact-heading {
    gap: 10px;
  }

  .ft-contact-form__contact-note {
    font-size: 14px;
  }

  .ft-contact-form__field input {
    height: 40px;
  }

  .ft-contact-form__field textarea {
    min-height: 88px !important;
    height: 88px;
  }

  .ft-contact-form__submit {
    min-height: 48px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .ft-report-error {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
    
  .ft-contact-form {
    width: 100vw;
    max-width: none;
    margin-top: 32px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .ft-contact-form__inner {
    gap: 16px;
    padding: 14px;
    border-radius: 24px;
  }

  .ft-contact-form__title {
    font-size: 28px;
    line-height: 1.15;
  }

  .ft-contact-form__subtitle {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .ft-contact-form__response-note {
    margin-bottom: 16px;
    font-size: 12px;
  }

  .ft-contact-form__contact-card {
    gap: 8px;
    padding: 14px 16px;
  }

  .ft-contact-form__contact-heading {
    gap: 8px;
    align-items: center;
  }

  .ft-contact-form__contact-label {
    line-height: 1.2;
  }

  .ft-contact-form__contact-note {
    font-size: 12px;
    line-height: 1.35;
  }

  .ft-contact-form__contact-link {
    font-size: 16px;
  }

  .ft-contact-form__form {
    gap: 14px;
  }
}


/* =========================================
   Global content separators
   ========================================= */

:root {
  --ft-separator-color: #d5d5d5;
  --ft-separator-thickness: 1px;
  --ft-separator-space-top: 40px;
  --ft-separator-space-bottom: 40px;
}

:where(.entry-content, .comments-area, .ct-comments-container)
  :is(hr, .wp-block-separator):not(.is-style-dots) {
  display: block;
  width: 100%;
  max-width: none;
  height: var(--ft-separator-thickness);
  min-height: var(--ft-separator-thickness);

  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: var(--ft-separator-color) !important;
  opacity: 1 !important;

  margin: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  letter-spacing: 0 !important;
  color: transparent !important;
  overflow: hidden;
}

:where(.entry-content, .comments-area, .ct-comments-container)
  :is(.is-layout-flow, .is-layout-constrained) > :is(hr, .wp-block-separator):not(.is-style-dots),
:where(.entry-content, .comments-area, .ct-comments-container)
  > :is(hr, .wp-block-separator):not(.is-style-dots) {
  margin-block-start: var(--ft-separator-space-top) !important;
  margin-block-end: var(--ft-separator-space-bottom) !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
}

:where(.entry-content, .comments-area, .ct-comments-container)
  :is(hr, .wp-block-separator):not(.is-style-dots)::before,
:where(.entry-content, .comments-area, .ct-comments-container)
  :is(hr, .wp-block-separator):not(.is-style-dots)::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 767px) {
  :root {
    --ft-separator-space-top: 30px;
    --ft-separator-space-bottom: 30px;
  }
}

.related-model__intro p,
.related-model__text p {
    margin: 0 !important;
}

.related-model__intro p + p {
    margin-top: var(--related-model-intro-paragraph-gap, 24px) !important;
}

.related-model__text p + p {
    margin-top: var(--related-model-text-paragraph-gap, 16px) !important;
}

.single-post .entry-content .related-model {
  --related-model-intro-paragraph-gap: 24px;
  --related-model-text-paragraph-gap: 16px;
  --related-model-image-max-width: 800px;
  --related-model-image-radius: 24px;
  --related-model-image-aspect-ratio: 15 / 7;
  --related-model-image-aspect-ratio-mobile: 1.8 / 1;
  --related-model-image-object-position: 50% 75%;
  --related-model-image-object-position-mobile: var(--related-model-image-object-position);
  margin: 0;
  padding: 0;
}


/* =========================
   FT Author Archive
========================= */

.ft-author-archive {
  padding: 50px 0 0;
}

.ft-author-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 400px);
  align-items: stretch;
  gap: clamp(32px, 2vw, 100px);
}

.ft-author-hero__content {
  min-width: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.ft-author-hero__copy {
  min-width: 0;
}

.ft-author-hero__eyebrow {
  margin: 0 0 16px;
  color: #7B7B7B;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

.ft-author-hero__title {
  margin: 0;
  color: #1B1B1B;
  font-size: 56px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.8px;
}

.ft-author-hero__bio {
  max-width: 640px;
  margin: 16px 0 0;
  color: #7B7B7B;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
}

.ft-author-hero__media {
  min-width: 0;
  display: flex;
  align-items: flex-end;
}

.ft-author-hero__image {
  display: block;
  width: 100%;
  aspect-ratio: 440 / 489;
  object-fit: cover;
  border-radius: 12px;
  background: #EFEFEF;
}

.ft-author-hero__image--placeholder {
  background: linear-gradient(180deg, #f3f3f3 0%, #e7e7e7 100%);
}

.ft-author-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: min(100%, 700px);
  max-width: 700px;
  margin-top: auto;
/*   padding-top: 56px; */
}

.ft-author-stat {
  min-height: 170px;
  padding: 26px 20px;
  border: 1px solid #E7E7E7;
  border-radius: 24px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}

.ft-author-stat__value {
  color: #0830CE;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -2.5px;
}

.ft-author-stat:nth-child(3) .ft-author-stat__value {
  white-space: nowrap;
}

.ft-author-stat__label {
  color: #3D3D3D;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

.ft-author-stat:nth-child(2) .ft-author-stat__label {
  order: 1;
}

.ft-author-stat:nth-child(2) .ft-author-stat__value {
  order: 2;
}

.ft-author-posts {
  margin-top: 120px;
}

.ft-author-posts__footer {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.ft-author-posts__footer.is-hidden {
  display: none;
}

.ft-author-posts__empty {
  grid-column: 1 / -1;
  color: #5D5D5D;
  font-size: 18px;
  line-height: 1.4;
}

.ft-author-posts.is-loading [data-ft-author-posts-grid] {
  opacity: .72;
  transition: opacity 180ms ease;
}

@media (max-width: 1180px) {
    
    .ft-about-intro__card-title {
        font-size: 22px;
    }
    .ft-about-intro__card-text {
        font-size: 12px;
    }
    .ft-about-intro__card {
        min-height: 250px;
    }
    
  .ft-author-hero {
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 32px;
  }

  .ft-author-hero__title {
    font-size: 52px;
  }

  .ft-author-hero__bio {
    font-size: 20px;
  }

  .ft-author-stats {
    margin-top: auto;
  }

  .ft-author-stat__value {
    font-size: 42px;
  }
}


@media (min-width: 1000px) and (max-width: 1100px) {
  .ft-author-hero {
    grid-template-columns: minmax(0, 1fr) minmax(252px, 320px);
    gap: 24px;
  }

  .ft-author-hero__eyebrow {
    margin-bottom: 12px;
  }

  .ft-author-hero__title {
    font-size: 44px;
    line-height: 1.12;
    letter-spacing: -0.64px;
  }

  .ft-author-hero__bio {
    max-width: 520px;
    margin-top: 14px;
    font-size: 18px;
    line-height: 1.38;
  }

  .ft-author-stats {
    gap: 10px;
    width: 100%;
    max-width: none;
    padding-top: auto;
  }

  .ft-author-stat {
    min-height: 170px;
    padding: 26px 20px;
    border-radius: 24px;
    gap: 18px;
  }

  .ft-author-stat__value {
    font-size: 38px;
  }

  .ft-author-stat__label {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .ft-author-hero {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 20px;
  }

  .ft-author-hero__title {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.56px;
  }

  .ft-author-hero__bio {
    max-width: 460px;
    margin-top: 12px;
    font-size: 17px;
    line-height: 1.4;
  }

  .ft-author-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    max-width: none;
    padding-top: 28px;
  }

  .ft-author-stat:last-child {
    grid-column: 1 / -1;
  }

  .ft-author-stat {
    min-height: 108px;
    padding: 26px 20px;
    border-radius: 24px;
    gap: 16px;
  }

  .ft-author-stat__value {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .ft-author-archive {
    padding-top: 32px;
  }

  .ft-author-hero {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ft-author-hero__content {
    display: contents;
  }

  .ft-author-hero__copy {
    order: 1;
  }

  .ft-author-hero__media {
    order: 2;
  }

  .ft-author-stats {
    order: 3;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding-top: 0;
  }

  .ft-author-stat:last-child {
    grid-column: 1 / -1;
  }

  .ft-author-hero__eyebrow {
    margin-bottom: 2px;
    font-size: 12px;
  }

  .ft-author-hero__title {
    font-size: 32px;
  }

  .ft-author-hero__bio {
    margin-top: 12px;
    max-width: none;
    font-size: 14px;
    line-height: 1.4;
  }

  .ft-author-hero__image {
    aspect-ratio: 342 / 390;
    border-radius: 12px;
  }

  .ft-author-stat {
    min-height: 129px;
    padding: 20px 16px;
    border-radius: 20px;
    gap: 12px;
  }

  .ft-author-stat__value {
    font-size: 24px;
  }

  .ft-author-stat__label {
    font-size: 14px;
  }

  .ft-author-posts {
    margin-top: 60px;
  }

  .ft-author-posts__footer {
    margin-top: 24px;
  }

  .ft-author-posts__empty {
    font-size: 16px;
  }
}

/* =========================
   FT Term Archive
========================= */

.ft-term-archive {
  padding: 60px 0 0;
}

.ft-term-archive__shell {
  display: flex;
  flex-direction: column;
}

.ft-term-archive__header {
  margin: 0 0 32px;
}

.ft-term-archive__title {
  margin: 0;
  color: #1B1B1B;
  font-family: 'Inter', sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.8px;
}

.ft-term-archive__posts {
  display: flex;
  flex-direction: column;
}

.ft-term-archive__posts.is-loading .ft-post-cards__grid {
  opacity: 0.72;
  transition: opacity 180ms ease;
}

.ft-term-archive__footer {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.ft-term-archive__footer.is-hidden {
  display: none;
}

.ft-term-archive__empty {
  margin: 0;
}

@media (max-width: 1024px) {

  .ft-term-archive__header {
    margin-bottom: 20px;
  }

  .ft-term-archive__title {
    font-size: 44px;
    letter-spacing: -1px;
  }
}

@media (max-width: 767px) {
  .ft-term-archive {
    padding-top: 32px;
  }

  .ft-term-archive__header {
    margin-bottom: 20px;
  }

  .ft-term-archive__title {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.8px;
  }

  .ft-term-archive__footer {
    margin-top: 20px;
  }
}
