.elementor-5644 .elementor-element.elementor-element-9336b1a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5644 .elementor-element.elementor-element-a2f9b21{padding:0px 0px 0px 0px;}.elementor-5644 .elementor-element.elementor-element-af8b2ef{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:80px;--padding-bottom:80px;--padding-left:20px;--padding-right:20px;}.elementor-5644 .elementor-element.elementor-element-af8b2ef.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-5644 .elementor-element.elementor-element-b92d39c{font-family:"Poppins", Sans-serif;font-size:13px;font-weight:400;line-height:1.7em;letter-spacing:0.005em;}@media(min-width:768px){.elementor-5644 .elementor-element.elementor-element-af8b2ef{--content-width:900px;}}/* Start custom CSS for theme-post-content, class: .elementor-element-b92d39c */figure.w-richtext-align-fullwidth.w-richtext-figure-type-image {
    padding: 0px;
    margin-block-start: -20px;
    margin-block-end: 15px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.blog h3 strong {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: clamp(20px, 2.2vw, 28px);
    font-weight: 400;
    line-height: 1.22;
    color: #000;
    letter-spacing: 0.005em;
}
.blog a {
    background-color: transparent;
    color: #391226;
    font-weight: bold;
    text-decoration: underline !important;
}


/* --- OVERALL TYPOGRAPHY & SPACING --- */
.elementor-widget-theme-post-content {
    font-family: 'poppins', sans-serif !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: #555555 !important;
}

/* Ensure readable line length if the container is too wide */
.elementor-widget-theme-post-content .elementor-widget-container {
    max-width: 850px !important;
    margin: 0 auto !important;
}

/* Paragraph spacing */
.elementor-widget-theme-post-content p {
    margin-bottom: 15px !important;
    color: #555555 !important;
}

.elementor-widget-theme-post-content p:last-child {
    margin-bottom: 0 !important;
}

/* --- HEADINGS (H2 & H3) --- */
.elementor-widget-theme-post-content h2,
.elementor-widget-theme-post-content h3,
.elementor-widget-theme-post-content .wp-block-heading {
    font-family: 'Libre Baskerville', sans-serif !important;
    color: #1a1a1a !important;
    font-weight: 600 !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    line-height: 1.3 !important;
    letter-spacing: -0.5px !important;
    font-size: 22px !important; 
}

.elementor-widget-theme-post-content h2 {
    font-size: 22px !important; /* Scaled down for readability */
}

.elementor-widget-theme-post-content h3 {
    font-size: 26px !important; /* Scaled down */
}

/* Drop the top margin if a heading is the very first thing in the post */
.elementor-widget-theme-post-content > *:first-child {
    margin-top: 0 !important;
}

/* --- THE STAR BULLET LISTS --- */
.elementor-widget-theme-post-content ul,
.elementor-widget-theme-post-content .wp-block-list {
    list-style: none !important; /* Removes default dots */
    padding-left: 0 !important;
    margin-bottom: 35px !important;
    margin-top: 15px !important;
}

.elementor-widget-theme-post-content ul li {
    position: relative !important;
    padding-left: 30px !important;
    margin-bottom: 12px !important;
    font-size: 14px !important;
    color: #444444 !important;
}

/* The Gold Diamond Star */
.elementor-widget-theme-post-content ul li::before {
    content: '✦' !important; 
    position: absolute !important;
    left: 0 !important;
    top: 2px !important;
    color: #FFD133 !important; /* Your brand gold/yellow */
    font-size: 18px !important;
    line-height: 1.5 !important;
}

/* --- LINKS --- */
.elementor-widget-theme-post-content a {
    color: #FF6B64 !important; /* Brand Coral */
    text-decoration: none !important;
    border-bottom: 1px solid rgba(255, 107, 100, 0.3) !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
}

.elementor-widget-theme-post-content a:hover {
    color: #FF9D66 !important; /* Lighter Coral on hover */
    border-bottom: 1px solid #FF9D66 !important;
}

/* --- IMAGES WITHIN POSTS --- */
.elementor-widget-theme-post-content img {
    border-radius: 0 !important; /* Razor sharp */
    margin: 35px 0 !important;
    height: auto !important;
    width: 100% !important;
}/* End custom CSS */