/*
Theme Name: Dental Spa Vizag
Theme URI: https://dentalspavizag.com/
Author: OpenAI
Description: Custom WordPress theme generated from the Dental Spa Vizag static website.
Version: 1.0.0
Text Domain: dental-spa-vizag
*/

.dsv-page-shell {
    min-height: 40vh;
}

.dsv-post-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: flex-start;
    align-items: stretch;
}

.dsv-post-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: calc(33.333% - 1rem);
    min-width: 340px;
    max-width: 420px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1rem;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.dsv-post-card__image {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
}

.dsv-post-card__body {
    padding: 0;
}

.dsv-post-card__title {
    font-size: 1.5rem;
    margin-bottom: 10px;
    line-height: 1.35;
}

.dsv-post-card__title a {
    color: #000;
    font-weight: 700;
}

.dsv-post-card__meta {
    color: #666;
    font-size: 14px;
    margin-bottom: 12px;
}

.dsv-post-card__excerpt {
    color: #555;
    line-height: 1.8;
}

.dsv-post-card__link {
    display: inline-block;
    margin-top: 8px;
    color: #00B004;
    font-weight: 600;
}

.dsv-single-post {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.dsv-single-post__body {
    padding: 40px;
}

.dsv-single-post__meta {
    margin-bottom: 20px;
    color: #666;
}

.dsv-single-post__thumbnail img {
    display: block;
    width: 100%;
    height: auto;
}

.dsv-page-content {
    padding: 0px 0 70px;
}

.dsv-empty-content {
    padding: 60px 0;
    text-align: center;
}

.dsv-footer-social a[aria-disabled="true"] {
    opacity: 0.45;
    pointer-events: none;
}

.blog-card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    padding: 1rem;
}

.blog-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 300px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1rem;
}

.blog-card-image {
    width: 100%;
    border-radius: 8px;
}

.blog-card-header h2 {
    font-size: 1.5rem;
    color: #000;
    font-weight: 700;
}

.blog-card-footer {
    display: flex;
    justify-content: space-between;
}

.blog-article {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.blog-article-body {
    padding: 40px;
}

.blog-article-body h2 {
    color: #00B004;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.blog-article-body h3 {
    color: #00B004;
    font-size: 24px;
    font-weight: 700;
    margin: 35px 0 15px;
    line-height: 1.35;
}

.blog-article-body p,
.blog-article-body li {
    color: #555;
    font-size: 16px;
    line-height: 1.9;
}

.blog-article-body ul {
    padding-left: 20px;
    margin-bottom: 25px;
}

.blog-highlight {
    background: #f7fbf7;
    border-left: 4px solid #00B004;
    border-radius: 6px;
    padding: 24px;
    margin: 30px 0;
}

.blog-image-wrap {
    margin: 30px 0;
    overflow: hidden;
    border-radius: 8px;
    text-align: center;
}

.blog-hero-image,
.blog-section-image {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top:50px;
}

@media (max-width: 768px) {
    .blog-card-container {
        flex-direction: column;
        align-items: center;
    }

    .dsv-post-card {
        width: 100%;
        min-width: 0;
        max-width: none;
    }

    .dsv-single-post__body {
        padding: 25px 20px;
    }

    .blog-article-body {
        padding: 25px 20px;
    }
}
