/* Blog Page */

.blog-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.blog-content p {
    font-size: 1.1rem;
    line-height: 1.9;
    margin-bottom: 1.5rem;
}

.blog-content h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.blog-content h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.related-posts {
    margin-top: 3rem;
}

.related-posts ul {
    list-style: none;
    padding: 0;
}

.related-posts li {
    margin-bottom: 12px;
}

.related-posts a {
    text-decoration: none;
    font-weight: 600;
}

.faq-box {
    margin-top: 3rem;
}

.faq-item {
    margin-bottom: 1.5rem;
}

.breadcrumb {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 14px;
}

.cta-box {
    text-align: center;
    margin-top: 3rem;
}