.elementor-1774 .elementor-element.elementor-element-87bf72b{--display:flex;--margin-top:99px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-083e7ca *//* Blog Post Styling */
.eam-blog-post {
    max-width: 850px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif; /* Or your preferred font */
    color: #333;
    line-height: 1.8;
}

.eam-main-title {
    font-size: 2.5rem;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.eam-section-title {
    font-size: 1.8rem;
    color: #CC6B14; /* Your Terracotta brand color */
    margin-top: 2rem;
}

.eam-quote {
    border-left: 4px solid #CC6B14;
    padding: 20px;
    background: #fdf8f2;
    font-style: italic;
    font-size: 1.2rem;
    margin: 30px 0;
}

.eam-post-image img {
    width: 100%;
    border-radius: 12px;
    margin: 20px 0 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.eam-post-image figcaption {
    text-align: center;
    font-size: 0.9rem;
    color: #777;
}

/* CTA Buttons */
.eam-button-container {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.eam-btn-primary {
    background: #000;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    transition: 0.3s;
}

.eam-btn-secondary {
    background: #CC6B14;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    transition: 0.3s;
}

.eam-btn-primary:hover, .eam-btn-secondary:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}/* End custom CSS */