.elementor-8822 .elementor-element.elementor-element-99a02da{--display:flex;}.elementor-8822 .elementor-element.elementor-element-b5724cc{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-8822 .elementor-element.elementor-element-67818d5 .elementor-icon-list-icon{width:14px;}.elementor-8822 .elementor-element.elementor-element-67818d5 .elementor-icon-list-icon i{font-size:14px;}.elementor-8822 .elementor-element.elementor-element-67818d5 .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}.elementor-8822 .elementor-element.elementor-element-3f32734{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8822 .elementor-element.elementor-element-ada4f87 > .elementor-widget-container{padding:0px 20px 0px 20px;}.elementor-8822 .elementor-element.elementor-element-7f185c7{--display:flex;}.elementor-8822 .elementor-element.elementor-element-b25e0d2{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-8822 .elementor-element.elementor-element-b25e0d2 .elementor-post__thumbnail__link{width:100%;}.elementor-8822 .elementor-element.elementor-element-b25e0d2.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-8822 .elementor-element.elementor-element-b25e0d2.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-8822 .elementor-element.elementor-element-b25e0d2.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}@media(max-width:767px){.elementor-8822 .elementor-element.elementor-element-b25e0d2 .elementor-post__thumbnail__link{width:100%;}}@media(min-width:768px){.elementor-8822 .elementor-element.elementor-element-b5724cc{--content-width:100%;}.elementor-8822 .elementor-element.elementor-element-3f32734{--width:100%;}}/* Start custom CSS *//* ======================================
   GLOBAL POST BACKGROUND
====================================== */
body.single-post {
  background: linear-gradient(180deg, #f7f5fa 0%, #faf9fc 260px, #f4f2f7 100%);
  color: #1A1E24;
  font-family: 'Lato', system-ui, sans-serif;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
}



/* ====================================== HERO SECTION ====================================== */ .heading-section { max-width: 900px; margin: 90px auto 60px; padding: 0 24px; text-align: center; } /* True editorial dividers — top & bottom */ .heading-core::before { margin-bottom: 32px; } .heading-core::after { margin-top: 40px; } /* ====================================== TITLE — Ultra Editorial ====================================== */ .post-heading { font-size: 2.55rem; font-weight: 900; letter-spacing: -0.015em; color: #111; line-height: 1.18; width: 80%; margin: 0 auto 18px; text-align: center; text-wrap: balance; } /* ====================================== SUBTITLE — Ultra Minimal ====================================== */ .post-subtitle { font-size: 1.1rem; color: #3A3A3F; width: 70%; margin: 12px auto 0; line-height: 1.55; opacity: 0.88; font-weight: 400; text-align: center; } /* ====================================== META BAR ====================================== */ .post-meta { margin-top: 28px; padding-top: 14px; font-size: 0.92rem; color: #6B6B7C; border-top: 1px solid #DDDCE4; max-width: 560px; margin-left: auto; margin-right: auto; letter-spacing: 0.01em; text-align: center; }


/* ======================================
   FEATURED IMAGE
====================================== */
.hero-image img,
.elementor-widget-theme-post-featured-image img {
  width: 100%;
  max-width: 900px;
  display: block;
  margin: 0 auto 60px;

  border-radius: 14px;
  border: 2px solid #E6E0EB;
  padding: 4px;
  background: #fff;

  box-shadow: 0 6px 24px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

.hero-image img:hover,
.elementor-widget-theme-post-featured-image img:hover {
  border-color: #6B3E82;
  box-shadow: 0 12px 36px rgba(107,62,130,0.16);
  transform: translateY(-3px);
}



/* CLEAN DIVIDER */
.hero-divider {
  width: 100%;
  height: 1px;
  background: #E4DFEB;
  margin: 45px 0 55px;
}



/* ======================================
   MAIN CONTENT — Editorial Flow
====================================== */
.content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 22px;

  font-size: 1.08rem;
  line-height: 1.78;
  color: #1A1A1A;
  text-rendering: optimizeLegibility;
}

.content > * {
  margin-bottom: 1.55rem;
}

.content p {
  max-width: 90ch;
  text-wrap: pretty;
  orphans: 3;
  widows: 3;
}



/* ======================================
   HEADERS — The Athletic Style
====================================== */
.content h2 {
  font-size: 2rem;
  font-weight: 900;
  color: #111;



  line-height: 1.18;
  letter-spacing: -0.4px;
  padding-bottom: 8px;
  border-bottom: 2px solid #E4E2E8;
}

.content h3 {
  font-size: 1.32rem;
  font-weight: 700;
  color: #222;

  line-height: 1.28;
  letter-spacing: -0.2px;
}



/* ======================================
   LISTS
====================================== */
.content ul,
.content ol {
  padding-left: 1.2rem;
  line-height: 1.68;
}

.content li {
  margin-bottom: 0.5rem;
}



/* ======================================
   BLOCKQUOTES — Unified (clean + purple)
====================================== */
.content blockquote {
  font-style: italic;
  font-size: 1.12rem;

  padding: 16px 22px;
  border-left: 4px solid #6B3E82;

  background: linear-gradient(90deg,
    rgba(107,62,130,0.06) 0%,
    rgba(255,255,255,0) 70%
  );

  border-radius: 6px;
  color: #2A1E3B;

  margin: 44px 0;
  line-height: 1.7;
}



/* ======================================
   IMAGES — Unified Athletic Style
====================================== */
.content img {
  width: 100%;
  margin: 24px 0;
  border-radius: 14px;

  padding: 10px;
  background: #fff;

  border: 1px solid #D8D2DF;
  box-shadow:
      inset 0 0 0 2px #F4F1F7,
      0 2px 6px rgba(0,0,0,0.04),
      0 8px 24px rgba(107,62,130,0.10);

  cursor: zoom-in;
  transition: 0.25s ease;
}

.content img:hover {
  transform: translateY(-2px);
  border-color: #CFC7DB;
  box-shadow:
      inset 0 0 0 2px #ECE7F3,
      0 4px 10px rgba(0,0,0,0.06),
      0 14px 38px rgba(107,62,130,0.14);
}



/* ======================================
   LINKS — Final WFFM Style
====================================== */
.content a {
  color: #6B3E82;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
  transition: color 0.25s ease;
}

.content a:hover {
  color: #8F5FAE;
  font-size:1.08rem;
}



/* ======================================
   RELATED POSTS — Clean Editorial Block
====================================== */

.related {
  width: 100%;
  padding: 70px 20px;
  margin-top: 100px;

  background: #ffffff; /* clean white section */
  border-top: 2px solid #E6E0EB; /* soft purple-grey divider */
}

/* Heading */
.related-heading {
  font-size: 1.85rem;
  font-weight: 900;
  text-align: center;
  color: #1A1E24;
  margin-bottom: 32px;
  line-height: 1.2;
}

.related-heading::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: #6B3E82;
  border-radius: 6px;
  margin: 14px auto 0;
}

/* ======================================
   The Athletic–Style Related Cards
====================================== */

/* Grid wrapper (unchanged) */
.related-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

/* Individual card */
.related-grid .elementor-post {
  background: #ffffff;
  border: 1px solid #E5E4EA;   /* light, athletic-like */
  border-radius: 10px;

  padding: 14px 14px 18px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;

  /* Flatter, more editorial */
  box-shadow: none;
}

/* Hover effect: subtle border + micro-shadow */
.related-grid .elementor-post:hover {
  border-color: #9B5EB7; /* WFFM purple accent */
  box-shadow: 0 2px 10px rgba(155, 94, 183, 0.08);
}

/* Thumbnail — shorter + tighter */
.related-grid .elementor-post__thumbnail {
  border-radius: 10px;
  padding: 0;
  border: 1px solid #E5E4EA;
  background: #ffffff;

  overflow: hidden; /* clean edges */
  height: 250px;     /* Athletic-style short thumbnails */
}

/* Thumbnail hover tint */
.related-grid .elementor-post__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.25s ease;
}

.related-grid .elementor-post:hover .elementor-post__thumbnail img {
  opacity: 0.92;
}

/* Title */
.related-grid .elementor-post__title {
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
   color: #1A1E24;
}

/* Excerpt (smaller, cleaner like The Athletic) */
.related-grid .elementor-post__excerpt p {
  font-size: 0.88rem;
  line-height: 1.45;
  color: #555;
  margin-top: 6px;
 
 width:; 
}

/* Remove default Elementor shadows/borders */
.related-grid .elementor-post__card {
  box-shadow: none !important;
  border: none !important;
}
/* Narrower excerpt width — Athletic-style */
.related-grid .elementor-post__excerpt {
  max-width: 80%;
  margin: 8px auto 0;   /* centers it */
  text-align: left;     /* optional: or center */
}

.related-grid .elementor-post__excerpt p {
  font-size: 0.88rem;
  line-height: 1.5;
  color: #555;
  margin: 0;
}



/* ======================================
   MINI TAG — "Recommended for you"
====================================== */
.related-tag {
  display: inline-block;
  margin: 0 auto 10px;
  padding: 4px 10px;

  background: #F4ECF9;              /* soft WFFM lavender */
  color: #6B3E82;                   /* WFFM purple */
  font-size: 0.78rem;
  font-weight: 700;

  border: 1px solid #E6DDF0;
  border-radius: 20px;

  text-transform: uppercase;
  letter-spacing: 0.6px;

  text-align: center;
  display: table;                  /* ensures perfect centering */
  margin-left: auto;
  margin-right: auto;

  animation: fadeInUp 0.35s ease;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}


/* ======================================
   MOBILE — Ultra Minimal Reading Mode
====================================== */
@media (max-width: 768px) {

  body.single-post {
    background: #fff !important;
    line-height: 1.65;
  }

  .heading-section {
    margin: 40px auto 30px;
    padding: 0 16px;
    text-align: left;
    max-width: 100%;
  }

  .post-heading {
    font-size: 1.7rem;
    margin-bottom: 10px;
    text-align: left;
  }

  .post-subtitle {
    font-size: 0.95rem;
    text-align: left;
    margin-top: 6px;
  }

  .post-meta {
    border-top: none;
    font-size: 0.8rem;
    padding: 0 16px;
    text-align: left;
  }

  .hero-image img {
    margin: 20px 0 30px;
    border: none;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .hero-divider {
    margin: 30px 0 40px;
  }

  /* Content */
  .content {
    max-width: 100%;
    padding: 0 16px;
    font-size: 1rem;
    line-height: 1.7;
  }
  .content a:hover {
  color: #8F5FAE;
  font-size:1rem;
}


  .content h2 {
    font-size: 1.35rem;
    border: none;
    padding: 0;
 
  }

  .content h3 {
    font-size: 1.12rem;
    border: none;
   
  }

  .content img {
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 18px 0;
  }

  .content blockquote {
    margin: 24px 0;
    padding: 0 12px;
    border: none;
    background: none;
  }

  .related {
    margin-top: 60px;
    padding: 0 16px 50px;
    background: #fafafa;
    border: none;
  }

  .related-grid {
    padding: 0;
    border: none;
    box-shadow: none;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}/* End custom CSS */