.template2026-blog-page {
    max-width: 1100px;
}

.template2026-blog-grid {
    display: grid;
    gap: 16px;
}

.template2026-blog-card {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 16px;
    background: #fff;
}

.template2026-blog-card h2,
.template2026-blog-card h3 {
    margin-top: 0;
}

.template2026-blog-meta {
    color: #666;
    font-size: 0.95rem;
}

.template2026-blog-teaser {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 16px;
    align-items: start;
}

.template2026-blog-teaser img {
    width: 186px;
    max-width: 100%;
    height: 124px;
    object-fit: cover;
    border-radius: 4px;
}

.template2026-blog-post-image {
    margin: 20px 0;
    text-align: center;
}

.template2026-blog-post-image img {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 4px;
}

.template2026-blog-caption {
    color: #666;
    font-size: 0.9rem;
    margin-top: 6px;
}

.template2026-blog-video {
    margin: 20px 0;
}

.template2026-blog-video-frame {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.template2026-blog-video-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.template2026-blog-nav {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 16px 0;
}

.template2026-blog-nav a {
    display: inline-block;
}

@media (max-width: 700px) {
    .template2026-blog-teaser {
        grid-template-columns: 1fr;
    }
}
