.elementor-16705 .elementor-element.elementor-element-5ece126{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-16705 .elementor-element.elementor-element-da5de3b .gallery-item .gallery-caption{display:none;}/* Start custom CSS for text-editor, class: .elementor-element-9c5a965 *//* ===============================
   Larry Cress Feature Post CSS
   Scoped & Unique
   =============================== */

.larry-cress-post{
  background:#f5f6f8;
  color:#1b1d24;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  line-height:1.75;
}

/* HERO */
.larry-cress-post .blog-hero{
  padding:64px 20px;
  background:
    linear-gradient(180deg, rgba(208,17,43,0.18), rgba(208,17,43,0.02));
}

.larry-cress-post .blog-hero-inner{
  max-width:960px;
  margin:0 auto;
  background:#ffffff;
  border-radius:22px;
  padding:40px 34px;
  box-shadow:0 20px 45px rgba(0,0,0,0.08);
}

.larry-cress-post .blog-kicker{
  font-size:12px;
  font-weight:800;
  letter-spacing:0.14em;
  color:#d0112b;
  display:inline-block;
  margin-bottom:12px;
}

/* TITLE */
.larry-cress-post .blog-title{
  font-size:36px;
  font-weight:900;
  line-height:1.2;
  margin:0 0 14px 0;
}

.larry-cress-post .blog-meta{
  display:flex;
  gap:10px;
  font-size:14px;
  color:#6b6f7c;
  margin-bottom:16px;
}

.larry-cress-post .blog-meta-sep{
  opacity:0.5;
}

.larry-cress-post .blog-intro{
  font-size:18px;
  color:#3b3f4c;
  max-width:720px;
}

/* BODY */
.larry-cress-post .blog-body{
  padding:32px 20px 72px 20px;
}

.larry-cress-post .blog-card{
  max-width:960px;
  margin:0 auto;
  background:#ffffff;
  border-radius:22px;
  padding:42px 36px;
  box-shadow:0 20px 45px rgba(0,0,0,0.08);
}

/* PARAGRAPHS */
.larry-cress-post .blog-p{
  font-size:17px;
  margin-bottom:16px;
}

/* HEADINGS */
.larry-cress-post .blog-h2{
  font-size:26px;
  font-weight:900;
  margin:40px 0 14px 0;
  padding-left:16px;
  border-left:5px solid #d0112b;
}

.larry-cress-post .blog-h3{
  font-size:20px;
  font-weight:800;
  margin:28px 0 12px 0;
}

/* QUOTE / CALLOUT */
.larry-cress-post .blog-callout{
  margin:32px 0;
  padding:26px 26px;
  background:#fff3f5;
  border-left:6px solid #d0112b;
  border-radius:14px;
}

.larry-cress-post .blog-callout-label{
  font-size:12px;
  font-weight:800;
  letter-spacing:0.12em;
  color:#d0112b;
  margin-bottom:10px;
}

.larry-cress-post .blog-callout-text{
  font-size:18px;
  font-weight:700;
  line-height:1.5;
}

/* STATS */
.larry-cress-post .blog-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:36px 0;
}

.larry-cress-post .blog-stat{
  background:#fafafb;
  border-radius:18px;
  padding:22px 18px;
  text-align:center;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.06);
}

.larry-cress-post .blog-stat-number{
  font-size:30px;
  font-weight:900;
  color:#d0112b;
}

.larry-cress-post .blog-stat-label{
  font-size:14px;
  color:#555968;
  margin-top:8px;
}

/* FINAL QUOTE */
.larry-cress-post .blog-callout:last-of-type{
  background:#ffffff;
  border-left:0;
  border-top:4px solid #d0112b;
  text-align:center;
}

.larry-cress-post .blog-callout:last-of-type .blog-callout-text{
  font-size:20px;
  font-weight:900;
}

/* RESPONSIVE */
@media(max-width:768px){
  .larry-cress-post .blog-title{
    font-size:28px;
  }

  .larry-cress-post .blog-card,
  .larry-cress-post .blog-hero-inner{
    padding:28px 22px;
  }

  .larry-cress-post .blog-stats{
    grid-template-columns:1fr;
  }
}/* End custom CSS */