.blog-card-category {
    margin: 18px 22px -4px;
    color: #9a7a4f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.blog-pagination {
    display: flex;
    justify-content: center;
}

.blog-preview-notice {
    padding: 12px 20px;
    color: #4d3b12;
    border-bottom: 1px solid #ead798;
    background: #fff4cf;
    text-align: center;
}

.blog-entry {
    padding: 44px 0 80px;
    color: #272727;
    background: #fff;
}

.blog-entry .container {
    max-width: 980px;
}

.blog-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 38px;
    color: #777;
    font-size: 14px;
}

.blog-breadcrumb a {
    color: #8a6c45;
}

.blog-entry-header {
    max-width: 850px;
    margin: 0 auto 36px;
    text-align: center;
}

.blog-entry-category {
    margin-bottom: 14px;
    color: #9a7a4f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.blog-entry-header h1 {
    margin: 0;
    color: #151515;
    font-size: clamp(36px, 5vw, 62px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.08;
}

.blog-entry-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 22px;
    margin-top: 22px;
    color: #777;
    font-size: 14px;
}

.blog-entry-meta span + span::before {
    margin-right: 22px;
    color: #c3c3c3;
    content: "•";
}

.blog-entry-excerpt {
    max-width: 760px;
    margin: 24px auto 0;
    color: #555;
    font-size: 20px;
    line-height: 1.65;
}

.blog-entry-featured {
    margin: 0 0 48px;
}

.blog-entry-featured img {
    display: block;
    width: 100%;
    max-height: 610px;
    border-radius: 14px;
    object-fit: cover;
}

.blog-article-content {
    max-width: 790px;
    margin: 0 auto;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.85;
}

.blog-article-content > *:first-child {
    margin-top: 0;
}

.blog-article-content p,
.blog-article-content ul,
.blog-article-content ol,
.blog-article-content blockquote,
.blog-article-content table,
.blog-article-content figure {
    margin-bottom: 1.45em;
}

.blog-article-content h2,
.blog-article-content h3,
.blog-article-content h4 {
    margin: 1.7em 0 0.65em;
    color: #171717;
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 1.25;
}

.blog-article-content h2 {
    font-size: clamp(28px, 4vw, 38px);
}

.blog-article-content h3 {
    font-size: clamp(23px, 3vw, 30px);
}

.blog-article-content a {
    color: #8a6c45;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.blog-article-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 28px auto;
    border-radius: 10px;
}

.blog-article-content blockquote {
    padding: 18px 24px;
    border-left: 4px solid #bfa37c;
    color: #4d4d4d;
    background: #faf7f1;
    font-size: 20px;
    font-style: italic;
}

.blog-article-content table {
    display: block;
    width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 15px;
}

.blog-article-content th,
.blog-article-content td {
    min-width: 140px;
    padding: 12px 14px;
    border: 1px solid #ddd;
    text-align: left;
}

.blog-article-content th {
    background: #f5f2ed;
}

.blog-entry-cta {
    display: flex;
    max-width: 850px;
    margin: 64px auto 0;
    padding: 32px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-radius: 14px;
    color: #fff;
    background: #111;
}

.blog-entry-cta-label {
    margin: 0 0 6px;
    color: #bfa37c;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.blog-entry-cta h2 {
    margin: 0;
    color: #fff;
    font-size: 27px;
}

.blog-entry-cta .btn {
    flex: 0 0 auto;
}

@media (max-width: 767.98px) {
    .blog-entry {
        padding: 28px 0 54px;
    }

    .blog-breadcrumb {
        margin-bottom: 28px;
    }

    .blog-entry-header h1 {
        font-size: 38px;
    }

    .blog-entry-excerpt {
        font-size: 18px;
    }

    .blog-entry-meta span + span::before {
        display: none;
    }

    .blog-entry-featured {
        margin-bottom: 34px;
    }

    .blog-article-content {
        font-size: 17px;
        line-height: 1.75;
    }

    .blog-entry-cta {
        padding: 25px;
        align-items: flex-start;
        flex-direction: column;
    }
}
