/* ==========================================================
   Blog Layout — estilos para posts que usan blog-layout.html
   ========================================================== */

.tz-blog-container {
    max-width: 800px;
    margin: 120px auto 80px;
    padding: 0 5%;
    min-height: 70vh;
}

.tz-blog-header {
    margin-bottom: 40px;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--color-border);
}

.tz-blog-kicker {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 11px;
    color: var(--color-accent);
    font-weight: 700;
    margin-bottom: 14px;
}

.tz-blog-title {
    font-size: 38px;
    font-weight: 800;
    color: var(--color-primary);
    margin-bottom: 18px;
    letter-spacing: -1px;
    line-height: 1.2;
}

.tz-blog-meta {
    font-size: 14px;
    color: var(--color-text-light);
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.tz-meta-sep {
    opacity: 0.4;
    font-weight: 400;
}

@media (max-width: 640px) {
    .tz-blog-title { font-size: 28px; }
}

.tz-blog-thumb {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 40px;
}

.tz-blog-body {
    font-size: 16px;
    line-height: 1.8;
    color: var(--color-text-light);
}

.tz-blog-body h2 {
    color: var(--color-primary);
    margin: 32px 0 16px;
    font-weight: 700;
}

.tz-blog-body p {
    margin-bottom: 16px;
}

.tz-blog-body img {
    max-width: 100%;
    border-radius: 8px;
    margin: 20px 0;
}
