/* Blog Post Specific Styles */
.blog-post-content h1 {
    color: #2c3e50;
    text-align: left;
    font-size: 2em;
    margin-bottom: 1em;
}

.blog-post-content h2 {
    color: var(--muv-green-light);
    border-bottom: 2px solid #ecf0f1;
    padding-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 1em;
}

.blog-post-content h3 {
    color: #2c3e50;
    margin-bottom: 0.5em;
}

.blog-post-content p {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 1em;
}

.blog-post-content ul {
    list-style-type: none;
    padding-left: 0;
}

.blog-post-content .styled-list li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.blog-post-content .styled-list li span {
    position: absolute;
    left: 0;
    color: var(--muv-green-light);
}

.blog-post-content .cta-box {
    background-color: #f4f9fd;
    border-left: 5px solid var(--muv-green-light);
    padding: 20px;
    margin-top: 30px;
    border-radius: 5px;
}

.blog-post-content .cta-box p {
    margin: 0;
    font-size: 1.1em;
}

.blog-post-content .cta-box a {
    color: var(--muv-green-dark);
    text-decoration: none;
    font-weight: bold;
}

.blog-post-content .cta-box a:hover {
    text-decoration: underline;
}
