.blog-detail-article,
.blog-detail-empty {
    width: min(920px, calc(100% - 48px));
    margin: 0 auto;
    padding: 42px 0;
}

.blog-detail-hero {
    text-align: center;
}

.blog-detail-hero span {
    color: #ff8a00;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.blog-detail-hero h1 {
    margin: 12px 0;
    color: #07101d;
    font-size: clamp(34px, 5vw, 54px);
    line-height: 1.12;
}

.blog-detail-hero p {
    margin: 0;
    color: #64748b;
}

.blog-detail-image {
    width: 100%;
    max-height: 480px;
    margin: 30px 0;
    border-radius: 8px;
    object-fit: cover;
}

.blog-detail-content {
    color: #1f2937;
    font-size: 18px;
    line-height: 1.75;
}

.blog-detail-empty {
    text-align: center;
}
