.blog-article-page h1,
.blog-article-page h2,
.blog-article-page h3,
.blog-article-page .h1,
.blog-article-page .h2,
.blog-article-page .h3,
.blog-article-page .blog-section-title {
    font-family: 'Poppins', 'Montserrat', sans-serif;
}

.blog-article {
    max-width: none;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
}

.blog-article-page .blog-layout {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
}

.blog-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    font-size: var(--text-sz-2, 13px);
    margin-bottom: 1rem;
    color: #8b93a7;
}

.blog-breadcrumb a {
    color: var(--brand-gold, #c8a45a);
    text-decoration: none;
}

.blog-article-header {
    margin-bottom: 1.25rem;
}

.blog-article-title {
    font-family: 'Poppins', 'Montserrat', sans-serif;
    font-size: clamp(1.625rem, 3vw, 2.125rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--brand-navy, #1a2b4a);
    line-height: 1.25;
    margin: .35rem 0 .75rem;
}

.blog-article-meta {
    color: #8b93a7;
    font-size: var(--text-sz-2, 13px);
    line-height: 1.45;
}

.blog-lang-toggle {
    display: inline-flex;
    gap: .35rem;
    margin-top: .75rem;
}

.blog-lang-toggle a {
    text-decoration: none;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: .2rem .7rem;
    color: var(--brand-navy, #1a2b4a);
    font-size: var(--text-sz-2, 13px);
    font-weight: 600;
}

.blog-lang-toggle a.is-active {
    background: var(--brand-navy, #1a2b4a);
    color: #fff;
    border-color: var(--brand-navy, #1a2b4a);
}

.blog-article-cover {
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
    background: #e8e2d8;
}

.blog-article-cover img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-audio-box {
    background: #fff;
    border: 1px solid rgba(200, 164, 90, .35);
    border-radius: 1rem;
    padding: 1rem 1.15rem;
    margin-bottom: 1.25rem;
}

.blog-audio-title {
    margin-bottom: .6rem;
    color: var(--brand-navy, #1a2b4a);
    font-size: var(--text-sz-4, 16px);
    font-weight: 600;
    line-height: 1.35;
}

.blog-audio-box audio {
    width: 100%;
}

.blog-article-body {
    background: #fff;
    border-radius: 1rem;
    padding: 1.5rem 1.35rem;
    border: 1px solid rgba(26, 43, 74, .06);
    line-height: 1.7;
    font-size: var(--text-sz-4, 16px);
    color: #243044;
}

.blog-article-body p {
    margin: 0 0 1rem;
    font-size: inherit;
    line-height: inherit;
}

.blog-article-body h2,
.blog-article-body h3,
.blog-article-body h4 {
    font-family: 'Poppins', 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--brand-navy, #1a2b4a);
    margin-top: 1.5rem;
    margin-bottom: .65rem;
    line-height: 1.3;
}

.blog-article-body h2 {
    font-size: 1.375rem;
}

.blog-article-body h3 {
    font-size: var(--text-sz-5, 20px);
}

.blog-article-body h4 {
    font-size: var(--text-sz-4, 16px);
}

.blog-article-body img {
    max-width: 100%;
    height: auto;
    border-radius: .75rem;
}

.blog-article-body figure.image {
    margin: 1.5rem 0;
}

.blog-article-body ul,
.blog-article-body ol {
    padding-left: 1.25rem;
    margin: 1rem 0 1.25rem;
}

.blog-article-body li {
    margin-bottom: .45rem;
}

.blog-article-body a {
    color: #0b57d0;
    text-decoration: underline;
    text-underline-offset: 2px;
    word-break: break-word;
}

.blog-article-body a:hover,
.blog-article-body a:focus-visible {
    color: #0842a0;
    text-decoration: underline;
}

.blog-article-body a.blog-card-enlace-interno {
    color: var(--brand-navy, #1a2b4a);
    text-decoration: none;
}

.blog-article-body .blog-embed-video {
    box-shadow: 0 12px 28px rgba(26, 43, 74, .12);
    border-radius: .85rem;
    overflow: hidden;
}

.blog-article-body blockquote {
    border-left: 4px solid var(--brand-gold, #c8a45a);
    margin: 1.25rem 0;
    padding: .5rem 0 .5rem 1rem;
    color: #4b5563;
    background: #fbf8f2;
}

.blog-embed-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 1.25rem 0;
}

.blog-embed-video iframe,
.blog-embed-video video {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: .75rem;
}

.blog-card-enlace-interno-wrapper {
    margin: 1rem 0;
}

.blog-card-enlace-interno {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: .85rem;
    border: 1px solid #eaeaea;
    border-radius: .75rem;
    text-decoration: none;
    color: var(--brand-navy, #1a2b4a);
    background: #fff;
}

.blog-card-enlace-interno img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: .5rem;
    flex-shrink: 0;
}

.blog-card-enlace-interno-body {
    display: flex;
    flex-direction: column;
    gap: .35rem;
    min-width: 0;
}

.blog-card-enlace-interno-titulo {
    font-size: var(--text-sz-4, 16px);
    font-weight: 700;
    line-height: 1.3;
}

.blog-card-enlace-interno-fecha {
    font-size: var(--text-sz-2, 13px);
    color: #6b7280;
}

.blog-next-cta {
    margin: 0 0 2rem;
}

.blog-article-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .75rem;
    margin: 1.5rem 0 2rem;
}

.blog-reacciones {
    position: relative;
}

.blog-reacciones-trigger {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    border-radius: .55rem;
    border: 1px solid rgba(26, 43, 74, .15);
    background: #fff;
    color: var(--brand-navy, #1a2b4a);
    font-size: var(--text-sz-3, 14px);
    font-weight: 600;
    padding: .45rem .8rem;
}

.blog-reacciones-label {
    font-size: inherit;
}

.blog-reacciones-total {
    font-size: var(--text-sz-2, 13px);
    font-weight: 700;
}

.blog-reacciones-trigger:hover,
.blog-reacciones.is-open .blog-reacciones-trigger {
    background: #fff5e6;
    border-color: var(--brand-gold, #c8a45a);
}

.blog-reacciones-preview {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.blog-reacciones-total:empty {
    display: none;
}

.blog-reacciones-menu {
    position: absolute;
    left: 0;
    bottom: calc(100% + .4rem);
    z-index: 5;
    display: flex;
    gap: .25rem;
    list-style: none;
    margin: 0;
    padding: .4rem;
    background: #fff;
    border: 1px solid #efe9df;
    border-radius: 999px;
    box-shadow: 0 10px 28px rgba(26, 43, 74, .14);
}

.blog-reacciones-menu[hidden] {
    display: none;
}

.blog-btn-voto {
    border: 0;
    background: transparent;
    border-radius: 50%;
    padding: .15rem;
    line-height: 0;
}

.blog-btn-voto img {
    width: 36px;
    height: 36px;
    display: block;
    transition: transform .15s ease;
}

.blog-btn-voto:hover img,
.blog-btn-voto:focus-visible img {
    transform: scale(1.18);
}

.blog-btn-share {
    border-radius: .55rem;
    border: 1px solid rgba(26, 43, 74, .15);
    background: #fff;
    color: var(--brand-navy, #1a2b4a);
    font-size: var(--text-sz-3, 14px);
    font-weight: 600;
}

.blog-voto-feedback {
    color: var(--admin-text-muted, #6b7280);
    font-size: var(--text-sz-2, 13px);
}

.blog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin: 0 0 1.5rem;
}

.blog-tag {
    display: inline-flex;
    align-items: center;
    padding: .28rem .7rem;
    border-radius: 999px;
    background: #f3efe7;
    color: var(--brand-navy, #1a2b4a);
    text-decoration: none;
    font-size: var(--text-sz-2, 13px);
    font-weight: 600;
}

.blog-tag:hover,
.blog-tag.is-active {
    background: var(--brand-navy, #1a2b4a);
    color: #fff;
}

.blog-article-promo {
    margin-top: 2.5rem;
}

.blog-related,
.blog-comments,
.blog-subscribe {
    margin-top: 2.5rem;
}

.blog-grid--related {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.blog-comment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

.blog-comment {
    background: #fff;
    border-radius: .85rem;
    border: 1px solid #efe9df;
    padding: 1rem 1.1rem;
    margin-bottom: .75rem;
}

.blog-comment-replies {
    list-style: none;
    padding: .85rem 0 0;
    margin: .85rem 0 0;
    border-top: 1px solid #f0ebe3;
}

.blog-comment--reply {
    margin: 0 0 .65rem;
    border-left: 3px solid var(--brand-gold, #c8a45a);
}

.blog-comment-author {
    font-size: var(--text-sz-3, 14px);
    font-weight: 700;
    color: var(--brand-navy, #1a2b4a);
    margin-bottom: .15rem;
}

.blog-comment-date {
    color: #8b93a7;
    font-size: var(--text-sz-2, 13px);
    margin-bottom: .5rem;
}

.blog-comment-text {
    margin-bottom: .35rem;
    font-size: var(--text-sz-3, 14px);
    line-height: 1.55;
    color: #243044;
}

.blog-btn-responder {
    font-size: var(--text-sz-2, 13px);
    font-weight: 600;
}

.blog-comment-form .form-label {
    font-size: var(--text-sz-3, 14px);
    font-weight: 600;
}

.blog-comment-form .form-control {
    font-size: var(--text-sz-3, 14px);
}

.blog-comment-form,
.blog-subscribe-form {
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #efe9df;
    padding: 1.25rem;
}

.blog-subscribe-form {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.blog-subscribe-form input {
    flex: 1 1 180px;
    border: 1px solid #e5e7eb;
    border-radius: .5rem;
    padding: .7rem .9rem;
    font-size: var(--text-sz-3, 14px);
}

.blog-subscribe-feedback {
    margin-top: .75rem;
    min-height: 1.25rem;
    font-size: var(--text-sz-2, 13px);
}

.blog-article-page .blog-section-title {
    font-size: var(--text-sz-5, 20px);
    line-height: 1.3;
    font-weight: 700;
}

.blog-article-header .blog-card-cat {
    font-size: var(--text-sz-1, 11px);
    font-weight: 700;
    letter-spacing: .06em;
}

@media (max-width: 767.98px) {
    .blog-article {
        padding-top: 1rem;
    }

    .blog-article-title {
        font-size: clamp(1.45rem, 6vw, 1.85rem);
    }

    .blog-article-body {
        padding: 1.1rem .95rem;
        font-size: var(--text-sz-4, 16px);
    }

    .blog-article-body h2 {
        font-size: 1.25rem;
    }

    .blog-article-actions {
        gap: .5rem;
    }

    .blog-btn-voto,
    .blog-btn-share {
        flex: 1 1 calc(50% - .5rem);
        justify-content: center;
        text-align: center;
    }

    .blog-card-enlace-interno {
        flex-direction: column;
        align-items: stretch;
    }

    .blog-card-enlace-interno img {
        width: 100%;
        height: 180px;
    }

    .blog-comment--reply {
        margin-left: .5rem;
    }

    .blog-grid--related {
        grid-template-columns: 1fr;
    }
}
