.elementor-kit-6940{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6940 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================================
Fitness Simply Explained
Global Category System
Version 1.3 | 2026-08-16

Purpose:
Reusable visual system for category/archive pages.
Install once globally. Do not duplicate this CSS in category HTML widgets.

v1.3:
- Normalizes category article media to an exact 16:9 area.
- Uses object-fit: cover for mixed legacy featured-image ratios.
- Keeps equal-height card alignment on desktop/tablet.
- Restores natural card height and CTA flow on mobile.
========================================================= */

.fse-cat {
  --fse-red: #b4232d;
  --fse-red-dark: #8f1721;
  --fse-red-soft: #fff2f3;
  --fse-ink: #17202a;
  --fse-text: #394554;
  --fse-muted: #697586;
  --fse-line: #e7e9ee;
  --fse-soft: #f7f8fa;
  --fse-white: #ffffff;
  --fse-shadow: 0 14px 40px rgba(23, 32, 42, 0.08);
  --fse-radius: 24px;
  --fse-radius-sm: 16px;

  color: var(--fse-text);
  font-family: inherit;
  line-height: 1.7;
}

.fse-cat *,
.fse-cat *::before,
.fse-cat *::after {
  box-sizing: border-box;
}

.fse-cat img {
  max-width: 100%;
  height: auto;
}

.fse-cat a {
  color: var(--fse-red-dark);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.fse-cat a:focus-visible {
  outline: 3px solid rgba(180, 35, 45, 0.28);
  outline-offset: 4px;
  border-radius: 8px;
}

.fse-cat h1,
.fse-cat h2,
.fse-cat h3 {
  color: var(--fse-ink);
  margin-top: 0;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  text-wrap: balance;
}

.fse-cat p,
.fse-cat li {
  text-wrap: pretty;
}

.fse-cat__shell {
  width: min(1200px, calc(100% - 40px));
  margin-inline: auto;
}

.fse-cat__reading {
  width: min(820px, 100%);
}

.fse-cat__section {
  padding: clamp(56px, 7vw, 92px) 0;
}

.fse-cat__section--soft {
  background: var(--fse-soft);
}

.fse-cat__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--fse-red-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fse-cat__eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--fse-red);
  border-radius: 999px;
}

.fse-cat__title {
  max-width: 820px;
  margin-bottom: 20px;
  font-size: clamp(2.35rem, 5.3vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.fse-cat__lead {
  max-width: 760px;
  margin: 0;
  color: #475569;
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
}

.fse-cat__hero {
  position: relative;
  padding: clamp(44px, 6vw, 82px) 0 clamp(54px, 7vw, 92px);
  background:
    radial-gradient(
      circle at 88% 18%,
      rgba(180, 35, 45, 0.10),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fffafb 100%
    );
  border-bottom: 1px solid var(--fse-line);
}

.fse-cat__hero-grid {
  display: grid;
  grid-template-columns:
    minmax(0, 1.08fr)
    minmax(360px, 0.92fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}

.fse-cat__hero-grid > * {
  min-width: 0;
}

.fse-cat__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.fse-cat__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid var(--fse-red);
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;

  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.fse-cat__button:hover {
  transform: translateY(-1px);
}

.fse-cat__button--primary {
  color: #ffffff !important;
  background: var(--fse-red);
  box-shadow: 0 10px 24px rgba(180, 35, 45, 0.20);
}

.fse-cat__button--primary:hover {
  background: var(--fse-red-dark);
  border-color: var(--fse-red-dark);
}

.fse-cat__button--secondary {
  color: var(--fse-red-dark) !important;
  background: #ffffff;
}

.fse-cat__meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 24px;
  color: var(--fse-muted);
  font-size: 0.92rem;
}

.fse-cat__meta-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.fse-cat__meta-row span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--fse-red);
}


/* ======================================================
   CENTERED MEDIA
   ====================================================== */

.fse-cat-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr);

  width: min(100%, 560px) !important;
  max-width: 560px !important;

  margin: 0 auto !important;
  margin-inline: auto !important;

  justify-self: center !important;
  align-self: center !important;
  place-self: auto center !important;

  float: none !important;
  clear: both;
}

.fse-cat-media figure {
  display: block !important;

  width: 100% !important;
  max-width: none !important;
  min-width: 0;

  margin: 0 !important;
  margin-inline: 0 !important;

  float: none !important;
}

.fse-cat-media img {
  display: block !important;

  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;

  margin: 0 auto !important;
  margin-inline: auto !important;

  object-position: 50% 50%;

  float: none !important;

  border-radius: var(--fse-radius);
  box-shadow: var(--fse-shadow);
}

.fse-cat-media figcaption {
  width: 100%;
  margin-top: 12px;
  color: var(--fse-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}


/* ======================================================
   SHORT ANSWER / COMPARISON
   ====================================================== */

.fse-cat__answer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: start;

  margin-top: 34px;

  padding: clamp(22px, 3vw, 30px);

  border: 1px solid #f0d9dc;
  border-radius: var(--fse-radius-sm);

  background: var(--fse-red-soft);
}

.fse-cat__answer-label {
  display: inline-flex;
  align-items: center;

  min-height: 28px;

  padding: 5px 10px;

  border: 1px solid #efcbd0;
  border-radius: 999px;

  color: var(--fse-red-dark);
  background: #ffffff;

  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fse-cat__answer p {
  margin: 0;
  color: #303b47;
}

.fse-cat__section-head {
  margin-bottom: 28px;
}

.fse-cat__section-head--spaced {
  margin-top: 44px;
}

.fse-cat__section-head h2 {
  margin-bottom: 12px;

  font-size: clamp(1.75rem, 3.2vw, 2.65rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.fse-cat__section-head p {
  max-width: 780px;
  margin: 0;
  color: #556171;
}

.fse-cat__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.fse-cat__grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}


/* ======================================================
   CARD ALIGNMENT
   ====================================================== */

.fse-cat-card {
  --card-title-lines: 2;
  --card-title-line-height: 1.18;

  display: flex;
  flex-direction: column;

  min-width: 0;
  height: 100%;

  padding: clamp(22px, 3vw, 30px);

  border: 1px solid var(--fse-line);
  border-radius: var(--fse-radius-sm);

  background: #ffffff;

  box-shadow:
    0 8px 28px rgba(23, 32, 42, 0.05);
}

.fse-cat-card__label {
  min-block-size: 1.45em;

  margin-bottom: 12px;

  color: var(--fse-red-dark);

  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.fse-cat-card__title {
  min-block-size:
    calc(
      var(--card-title-lines) *
      var(--card-title-line-height) *
      1em
    );

  margin-bottom: 14px;

  font-size: clamp(1.2rem, 2vw, 1.52rem);
  line-height: var(--card-title-line-height);
}

.fse-cat-card__body {
  margin: 0;
  color: #536071;
}

.fse-cat-card__actions {
  margin-top: auto;
  padding-top: 20px;
}

.fse-cat-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  font-weight: 800;

  text-decoration: none !important;
}

.fse-cat-card__link::after {
  content: "→";

  transition:
    transform 160ms ease;
}

.fse-cat-card__link:hover::after {
  transform: translateX(3px);
}

.fse-cat__compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;

  margin-top: 28px;
}

.fse-cat__compare > div {
  min-width: 0;

  padding: 22px;

  border: 1px solid var(--fse-line);
  border-radius: var(--fse-radius-sm);

  background: #ffffff;
}

.fse-cat__compare strong {
  display: block;

  margin-bottom: 7px;

  color: var(--fse-ink);

  font-size: 1.05rem;
}

.fse-cat__loop-intro {
  padding:
    clamp(48px, 6vw, 74px)
    0
    24px;
}


/* ======================================================
   ELEMENTOR LOOP GRID
   ====================================================== */

.fse-cat-loop {
  width: min(1200px, calc(100% - 40px));

  margin-inline: auto;

  margin-bottom:
    clamp(58px, 7vw, 92px);
}

.fse-cat-loop .elementor-loop-container,
.fse-cat-loop .elementor-posts-container {
  align-items: stretch;
}

.fse-cat-loop .e-loop-item,
.fse-cat-loop article.elementor-post {
  min-width: 0;
  height: 100%;
}

.fse-cat-loop .e-loop-item > .elementor-element {
  min-width: 0;
  height: 100%;
}

.fse-cat-loop .e-loop-item h2,
.fse-cat-loop .e-loop-item h3,
.fse-cat-loop article.elementor-post h2,
.fse-cat-loop article.elementor-post h3 {
  min-block-size: 2.45em;

  line-height: 1.22;

  word-break: normal;
  hyphens: none;

  text-wrap: balance;
}


/* ======================================================
   OFFER
   ====================================================== */

.fse-cat__offer {
  position: relative;

  overflow: hidden;

  padding: clamp(26px, 4vw, 42px);

  border: 1px solid #dfe3e8;
  border-radius: var(--fse-radius);

  background:
    radial-gradient(
      circle at 92% 8%,
      rgba(35, 129, 126, 0.14),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      #ffffff 0%,
      #f7fbfb 100%
    );

  box-shadow: var(--fse-shadow);
}

.fse-cat__offer-badge {
  display: inline-flex;

  margin-bottom: 14px;

  padding: 5px 10px;

  border: 1px solid #cfe3e2;
  border-radius: 999px;

  color: #1b6663;
  background: #f3fbfa;

  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fse-cat__offer h2 {
  max-width: 800px;

  margin-bottom: 14px;

  font-size:
    clamp(1.65rem, 3vw, 2.4rem);
}

.fse-cat__offer p {
  max-width: 820px;
}

.fse-cat__offer-note {
  margin: 18px 0 0;

  padding-top: 16px;

  border-top: 1px solid #dfe8e7;

  color: var(--fse-muted);

  font-size: 0.84rem;
}


/* ======================================================
   AUTHOR
   ====================================================== */

.fse-cat__author {
  display: grid;
  grid-template-columns:
    64px minmax(0, 1fr);

  gap: 18px;
  align-items: start;

  padding: 26px;

  border: 1px solid var(--fse-line);
  border-radius: var(--fse-radius-sm);

  background: #ffffff;
}

.fse-cat__author-mark {
  display: grid;
  place-items: center;

  width: 64px;
  height: 64px;

  border-radius: 18px;

  color: #ffffff;
  background: var(--fse-red);

  font-weight: 900;
  letter-spacing: 0.04em;
}

.fse-cat__author h2 {
  margin-bottom: 8px;

  font-size: 1.45rem;
}

.fse-cat__author p {
  margin: 0 0 10px;
}


/* ======================================================
   FAQ
   ====================================================== */

.fse-cat__faq {
  display: grid;
  gap: 12px;
}

.fse-cat__faq details {
  overflow: clip;

  border: 1px solid var(--fse-line);
  border-radius: 14px;

  background: #ffffff;
}

.fse-cat__faq summary {
  cursor: pointer;

  padding: 18px 20px;

  color: var(--fse-ink);

  font-weight: 800;
}

.fse-cat__faq details[open] summary {
  border-bottom:
    1px solid var(--fse-line);

  background: #fbfbfc;
}

.fse-cat__faq-answer {
  padding: 18px 20px 20px;
}

.fse-cat__faq-answer p {
  margin: 0;
}


/* ======================================================
   REFERENCES / SOURCE MAPPING
   ====================================================== */

.fse-cat__references ol {
  padding-left: 1.35rem;
}

.fse-cat__references li + li {
  margin-top: 14px;
}

.fse-cat__table-wrap {
  width: 100%;

  overflow-x: auto;

  -webkit-overflow-scrolling: touch;

  border: 1px solid var(--fse-line);
  border-radius: var(--fse-radius-sm);

  background: #ffffff;
}

.fse-cat__scroll-hint {
  display: none;

  margin: 0 0 10px;

  color: var(--fse-muted);

  font-size: 0.82rem;
}

.fse-cat__table {
  width: 100%;

  min-width: 720px;

  border-collapse: collapse;
}

.fse-cat__table th,
.fse-cat__table td {
  padding: 16px 18px;

  border-bottom:
    1px solid var(--fse-line);

  vertical-align: top;

  text-align: left;
}

.fse-cat__table th {
  color: var(--fse-ink);

  background: #f7f8fa;

  font-size: 0.88rem;
}

.fse-cat__table tr:last-child td {
  border-bottom: 0;
}

.fse-cat__scope {
  margin-top: 28px;

  padding: 18px 20px;

  border-left:
    4px solid var(--fse-red);

  border-radius:
    0 12px 12px 0;

  background: #fff8f8;

  color: #536071;

  font-size: 0.92rem;
}

.fse-cat sup a {
  font-weight: 800;
  text-decoration: none;
}


/* ======================================================
   REUSABLE CATEGORY ARTICLE LOOP CARD
   Version 1.3 | 2026-08-16

   Desktop / Tablet:
   - exact 16:9 media area
   - equal-height cards
   - aligned title region
   - CTA pushed to bottom

   Mobile:
   - natural card height
   - natural CTA position
   ====================================================== */

.fse-loop-card {
  --loop-title-lines: 2;
  --loop-title-line-height: 1.22;
  --loop-excerpt-lines: 4;
  --loop-excerpt-line-height: 1.6;

  display: flex;
  flex-direction: column;

  min-width: 0;
  height: 100%;

  overflow: hidden;

  border:
    1px solid
    var(--fse-line, #e7e9ee);

  border-radius: 18px;

  background: #ffffff;

  box-shadow:
    0 8px 28px
    rgba(23, 32, 42, 0.05);

  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.fse-loop-card:hover {
  transform: translateY(-2px);

  box-shadow:
    0 14px 34px
    rgba(23, 32, 42, 0.09);
}


/* ======================================================
   LOOP CARD MEDIA

   Every article card receives the same 16:9 visual frame.
   Mixed legacy image ratios are cropped inside the frame.
   ====================================================== */

.fse-loop-card__media {
  position: relative;

  display: block;

  flex:
    0 0 auto;

  width: 100% !important;
  max-width: 100% !important;

  aspect-ratio:
    16 / 9;

  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden;

  background:
    var(--fse-soft, #f7f8fa);
}

.fse-loop-card__media > .elementor-widget-container {
  position: absolute;

  inset: 0;

  display: block;

  width: 100% !important;
  height: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden;
}

.fse-loop-card__media a {
  display: block;

  width: 100% !important;
  height: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden;
}

.fse-loop-card__media img {
  display: block !important;

  width: 100% !important;
  height: 100% !important;

  max-width: none !important;
  max-height: none !important;

  margin: 0 !important;
  padding: 0 !important;

  object-fit: cover !important;
  object-position: 50% 50% !important;
}


/* ======================================================
   LOOP CARD CONTENT
   ====================================================== */

.fse-loop-card__content {
  display: flex;

  flex: 1 1 auto;
  flex-direction: column;

  min-width: 0;
  min-height: 0;

  padding: 22px;
}


/* ======================================================
   LOOP CARD TITLE
   ====================================================== */

.fse-loop-card__title {
  min-width: 0;

  margin:
    0 0 12px !important;
}

.fse-loop-card__title .elementor-heading-title {
  min-block-size:
    calc(
      var(--loop-title-lines) *
      var(--loop-title-line-height) *
      1em
    );

  margin: 0;

  color:
    var(--fse-ink, #17202a) !important;

  font-size:
    clamp(1.15rem, 1.6vw, 1.38rem);

  font-weight: 800;

  line-height:
    var(--loop-title-line-height);

  letter-spacing: -0.015em;

  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;

  text-wrap: balance;
}

.fse-loop-card__title .elementor-heading-title a,
.fse-loop-card__title a {
  color:
    var(--fse-ink, #17202a) !important;

  background:
    transparent !important;

  text-decoration:
    none !important;
}

.fse-loop-card__title .elementor-heading-title a:hover,
.fse-loop-card__title a:hover {
  color:
    var(--fse-red-dark, #8f1721) !important;
}


/* ======================================================
   LOOP CARD EXCERPT

   Long excerpts are capped on desktop/tablet to maintain
   a calm and predictable card system.
   ====================================================== */

.fse-loop-card__excerpt {
  min-width: 0;

  margin: 0 !important;
}

.fse-loop-card__excerpt .elementor-widget-container {
  min-block-size:
    calc(
      var(--loop-excerpt-lines) *
      var(--loop-excerpt-line-height) *
      1em
    );

  overflow: hidden;

  color: #536071;

  font-size: 0.94rem;

  line-height:
    var(--loop-excerpt-line-height);

  text-wrap: pretty;
}

.fse-loop-card__excerpt p {
  display: -webkit-box;

  margin: 0;

  overflow: hidden;

  -webkit-box-orient:
    vertical;

  -webkit-line-clamp:
    var(--loop-excerpt-lines);
}


/* ======================================================
   LOOP CARD CTA

   On desktop/tablet the CTA is pushed to the bottom.
   ====================================================== */

.fse-loop-card__action {
  align-self: flex-start;

  margin-top: auto !important;

  padding-top: 18px;
}

.fse-loop-card__action .elementor-widget-container {
  display: flex;

  align-items: flex-start;
}

.fse-loop-card__action .elementor-button,
.fse-loop-card__action a.elementor-button {
  display: inline-flex !important;

  align-items: center !important;
  justify-content: center !important;

  width: auto !important;

  min-height: 40px !important;

  padding:
    10px 15px !important;

  border:
    1px solid
    var(--fse-red, #b4232d) !important;

  border-radius:
    999px !important;

  color:
    #ffffff !important;

  background:
    var(--fse-red, #b4232d) !important;

  box-shadow:
    none !important;

  font-size:
    0.9rem !important;

  font-weight:
    800 !important;

  line-height:
    1.2 !important;

  text-align:
    center !important;

  text-decoration:
    none !important;
}

.fse-loop-card__action .elementor-button-content-wrapper,
.fse-loop-card__action .elementor-button-text {
  color:
    #ffffff !important;

  background:
    transparent !important;
}

.fse-loop-card__action .elementor-button:hover,
.fse-loop-card__action .elementor-button:focus-visible,
.fse-loop-card__action a.elementor-button:hover,
.fse-loop-card__action a.elementor-button:focus-visible {
  border-color:
    var(--fse-red-dark, #8f1721) !important;

  color:
    #ffffff !important;

  background:
    var(--fse-red-dark, #8f1721) !important;

  box-shadow:
    0 8px 20px
    rgba(180, 35, 45, 0.18) !important;
}

.fse-loop-card__action .elementor-button-text::after {
  content: " →";

  display: inline-block;

  transition:
    transform 160ms ease;
}

.fse-loop-card__action
.elementor-button:hover
.elementor-button-text::after {
  transform:
    translateX(3px);
}


/* ======================================================
   LOOP PAGINATION
   ====================================================== */

.fse-cat-loop .elementor-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  gap: 8px;

  margin-top: 34px;
}

.fse-cat-loop .elementor-pagination a,
.fse-cat-loop .elementor-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 38px;
  min-height: 38px;

  padding: 7px 10px;

  border: 1px solid #e7e9ee;
  border-radius: 999px;

  color: #394554 !important;

  background: #ffffff;

  font-weight: 700;

  text-decoration: none !important;
}

.fse-cat-loop .elementor-pagination a:hover,
.fse-cat-loop .elementor-pagination a:focus-visible,
.fse-cat-loop .elementor-pagination .current {
  border-color:
    var(--fse-red, #b4232d);

  color:
    #ffffff !important;

  background:
    var(--fse-red, #b4232d);
}


/* ======================================================
   RESPONSIVE — TABLET / SMALL DESKTOP
   ====================================================== */

@media (max-width: 980px) {

  .fse-cat__hero-grid {
    grid-template-columns: 1fr;
  }

  .fse-cat-media {
    width:
      min(100%, 820px) !important;

    max-width:
      820px !important;
  }

  .fse-cat__grid--3 {
    grid-template-columns:
      1fr 1fr;
  }
}


/* ======================================================
   RESPONSIVE — MOBILE
   ====================================================== */

@media (max-width: 760px) {

  .fse-cat__shell,
  .fse-cat-loop {
    width:
      min(100% - 24px, 1200px);
  }

  .fse-cat__section {
    padding:
      48px 0;
  }

  .fse-cat__hero {
    padding-top: 34px;
  }

  .fse-cat__buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .fse-cat__button {
    width: 100%;
  }

  .fse-cat__answer {
    grid-template-columns: 1fr;
  }

  .fse-cat__grid,
  .fse-cat__grid--3,
  .fse-cat__compare {
    grid-template-columns: 1fr;
  }

  .fse-cat-card__title,
  .fse-cat-card__label,
  .fse-cat-loop .e-loop-item h2,
  .fse-cat-loop .e-loop-item h3,
  .fse-cat-loop article.elementor-post h2,
  .fse-cat-loop article.elementor-post h3,
  .fse-loop-card__title .elementor-heading-title,
  .fse-loop-card__excerpt .elementor-widget-container {
    min-block-size: 0;
  }

  .fse-cat-media {
    width: 100% !important;
    max-width: none !important;

    margin-inline:
      auto !important;
  }

  .fse-cat__author {
    grid-template-columns: 1fr;
  }

  .fse-cat__scroll-hint {
    display: block;
  }


  /* ====================================================
     CATEGORY LOOP — MOBILE NATURAL FLOW

     Equal-height cards and bottom-aligned CTAs are useful
     on desktop/tablet, but unnecessary when cards stack
     vertically on mobile.
     ==================================================== */

  .fse-cat-loop .elementor-loop-container,
  .fse-cat-loop .elementor-posts-container {
    align-items: start;
  }

  .fse-cat-loop .e-loop-item,
  .fse-cat-loop article.elementor-post,
  .fse-cat-loop .e-loop-item > .elementor-element,
  .fse-loop-card {
    height: auto !important;
    min-height: 0 !important;
  }

  .fse-cat-loop .e-loop-item {
    align-self: start;
  }

  .fse-loop-card__content {
    flex: 0 0 auto;

    min-height: 0;

    padding: 20px;
  }

  .fse-loop-card__title .elementor-heading-title {
    min-block-size: 0;
  }

  .fse-loop-card__excerpt .elementor-widget-container {
    min-block-size: 0;
  }

  .fse-loop-card__action {
    margin-top: 0 !important;

    padding-top: 18px;
  }
}


/* ======================================================
   RESPONSIVE — SMALL MOBILE
   ====================================================== */

@media (max-width: 420px) {

  .fse-cat__shell,
  .fse-cat-loop {
    width:
      min(100% - 20px, 1200px);
  }

  .fse-cat__title {
    font-size:
      clamp(2.05rem, 11vw, 2.7rem);
  }

  .fse-cat-card,
  .fse-cat__author,
  .fse-cat__offer {
    padding: 20px;
  }
}


/* ======================================================
   REDUCED MOTION
   ====================================================== */

@media (prefers-reduced-motion: reduce) {

  .fse-loop-card,
  .fse-loop-card__action
  .elementor-button-text::after {
    transition: none;
  }

  .fse-loop-card:hover {
    transform: none;
  }
}/* End custom CSS */