/* LoF single blog post polish — scoped to .single-post (Elementor theme template 11704) */

/* Comfortable reading column: constrain the card body widgets, NOT the full-width hero title */
.single-post .elementor-widget-post-info,
.single-post .elementor-widget-theme-post-content,
.single-post .elementor-widget-post-comments{
  max-width:760px !important;width:100%;margin-left:auto !important;margin-right:auto !important;align-self:center;
}

/* Body typography */
.single-post .elementor-widget-theme-post-content{color:#5D5853;font-size:1.0625rem;line-height:1.75;}
.single-post .elementor-widget-theme-post-content p{margin:0 0 1.25em;}
.single-post .elementor-widget-theme-post-content strong{color:#1D1B1A;font-weight:600;}

/* Section headings inside the article */
.single-post .elementor-widget-theme-post-content h2,
.single-post .elementor-widget-theme-post-content h3,
.single-post .elementor-widget-theme-post-content h4{
  color:#1D1B1A;font-family:'Outfit',sans-serif;font-weight:700;line-height:1.2;
}
.single-post .elementor-widget-theme-post-content h2{font-size:1.55rem;margin:2.4em 0 .55em;}
.single-post .elementor-widget-theme-post-content h3{font-size:1.25rem;margin:2em 0 .45em;}
.single-post .elementor-widget-theme-post-content h4{font-size:1.1rem;margin:1.8em 0 .4em;}
.single-post .elementor-widget-theme-post-content > .elementor-widget-container > *:first-child{margin-top:0;}

/* Links */
.single-post .elementor-widget-theme-post-content a{color:#FE540A;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;transition:color .15s;}
.single-post .elementor-widget-theme-post-content a:hover{color:#EC4700;}

/* Lists */
.single-post .elementor-widget-theme-post-content ul,
.single-post .elementor-widget-theme-post-content ol{margin:0 0 1.25em;padding-left:1.3em;}
.single-post .elementor-widget-theme-post-content li{margin:.4em 0;}
.single-post .elementor-widget-theme-post-content ul li::marker{color:#FE540A;}

/* Blockquote — branded callout */
.single-post .elementor-widget-theme-post-content blockquote,
.single-post .elementor-widget-theme-post-content .wp-block-quote{
  margin:1.7em 0;padding:1.1em 1.35em;background:#F8EDE4;border-left:3px solid #FE540A;border-radius:10px;font-style:normal;color:#5D5853;
}
.single-post .elementor-widget-theme-post-content blockquote p:last-child,
.single-post .elementor-widget-theme-post-content .wp-block-quote p:last-child{margin-bottom:0;}

/* Byline / meta */
.single-post .elementor-widget-post-info{margin-bottom:1.5em;}
.single-post .elementor-widget-post-info .elementor-post-info__item{color:#8A827A;font-size:.9rem;}

/* Comments block spacing */
.single-post .elementor-widget-post-comments{margin-top:2.6em;}