/* ==========================================================================
   Blog Styles (Aligned to Theme Block System)
   ========================================================================== */

.blog-index-page,
.blog-archive-page,
.blog-search-page,
.blog-index-fallback-page,
.blog-single-page {
    padding: 140px 0 80px;
    background: #EDEDED;
}

.blog-single-page {
    background: #F5F5F5;
}

.blog-index-page.blog-index-page--with-banner,
.blog-archive-page.blog-archive-page--with-banner,
.blog-single-page.blog-single-page--with-banner {
    padding: 0 0 80px;
}

.blog-simple-banner {
    min-height: 52vh;
    background-color: #0A0F1C;
    margin-bottom: 0;
}

.blog-simple-banner .simple-banner-content {
    padding-bottom: 3rem;
}

.blog-simple-banner .simple-banner-mini-title {
    opacity: 0.9;
}

.blog-simple-banner .simple-banner-heading {
    max-width: 980px;
}

.blog-simple-banner .simple-banner-subheading {
    font-size: 1.375rem;
    line-height: 1.6;
}

.blog-single-banner {
    position: relative;
    min-height: 56vh;
    background-position: center;
}

.blog-single-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(10, 15, 28, 0.82), rgba(10, 15, 28, 0.46));
}

.blog-single-banner .simple-banner-content {
    position: relative;
    z-index: 2;
}

.blog-single-banner .simple-banner-heading {
    max-width: 1020px;
}

.blog-single-banner .simple-banner-subheading {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.92);
}

.blog-shell,
.blog-single-shell {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 3rem;
}

.blog-shell--after-banner {
    margin-top: 3rem;
}

.blog-page-header {
    margin-bottom: 2.5rem;
}

.blog-page-kicker {
    margin: 0 0 0.5rem;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--blaze-primary);
}

.blog-page-title {
    margin: 0;
    font-size: clamp(2.5rem, 8vw, 6rem);
    font-weight: 900;
    line-height: 1.08;
    color: #0A0F1C;
    letter-spacing: -0.02em;
}

.blog-page-description {
    margin: 1rem 0 0;
    max-width: 760px;
    font-size: 1.375rem;
    line-height: 1.6;
    color: #334155;
}

.blog-empty-state {
    margin: 0;
}

.blog-empty-state-inner {
    max-width: 860px;
    margin: 0 auto;
    padding: 2rem;
    border: 1px solid rgba(10, 15, 28, 0.1);
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0 16px 36px rgba(10, 15, 28, 0.08);
}

.blog-empty-kicker {
    margin: 0 0 0.45rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--blaze-primary);
}

.blog-empty-header {
    margin-bottom: 0.85rem;
}

.blog-empty-title {
    margin: 0;
    font-size: clamp(1.85rem, 4vw, 2.9rem);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #0A0F1C;
}

.blog-empty-content {
    max-width: 700px;
}

.blog-empty-text {
    margin: 0;
    font-size: 1.06rem;
    line-height: 1.7;
    color: #334155;
}

.blog-empty-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem;
    margin-top: 1.2rem;
}

.blog-empty-state .search-form {
    display: flex;
    flex: 1 1 460px;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    margin: 0;
}

.blog-empty-state .search-form label {
    flex: 1 1 280px;
    min-width: 200px;
}

.blog-empty-state .search-field {
    width: 100%;
    min-height: 48px;
    margin: 0;
    border: 1px solid rgba(10, 15, 28, 0.16);
    border-radius: 12px;
    background: #FFFFFF;
    padding: 0.72rem 0.9rem;
    font-size: 0.98rem;
    color: #0A0F1C;
}

.blog-empty-state .search-field::placeholder {
    color: #66758C;
}

.blog-empty-state .search-field:focus {
    border-color: var(--blaze-primary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(62, 219, 204, 0.22);
}

.blog-empty-state .search-submit,
.blog-empty-browse {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.72rem 1.05rem;
    border: 1px solid rgba(10, 15, 28, 0.14);
    border-radius: 12px;
    background: #FFFFFF;
    color: #0A0F1C;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.blog-empty-state .search-submit:hover,
.blog-empty-browse:hover {
    border-color: var(--blaze-primary);
    color: var(--blaze-primary);
}

.blog-empty-browse {
    background: rgba(62, 219, 204, 0.08);
}

.blog-list {
    display: grid;
    gap: 2rem;
}

/* Blog index + archive: 3 cards per row */
.blog-index-page .blog-list,
.blog-archive-page .blog-list {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: start;
}

/* Slightly tighter card typography for 3-column archive layout */
.blog-archive-page .blog-card-title {
    font-size: clamp(1.15rem, 1.6vw, 1.6rem) !important;
}

.blog-archive-page .blog-card-excerpt {
    font-size: 1rem;
    line-height: 1.6;
}

.blog-card {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(10, 15, 28, 0.12);
    border-radius: 16px;
    background: #FFFFFF;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(10, 15, 28, 0.08);
}

.blog-card-media-link {
    display: block;
    background: #F3F5F8;
}

.blog-card-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.blog-card-image-placeholder {
    background: linear-gradient(135deg, #F3F5F8, #E9EDF3);
}

.blog-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.5rem 1.5rem 1.25rem;
}

.blog-card-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 0.75rem;
    margin-bottom: 0;
    font-size: 0.95rem;
    color: #5B6677;
}

.blog-card-category {
    color: #0A0F1C;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.blog-card-title {
    margin: 0;
    font-size: clamp(1.3rem, 2.2vw, 1.9rem) !important;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.01em;
}

.blog-card-title a {
    color: #0A0F1C;
    font-size: inherit !important;
}

.blog-card-excerpt {
    margin-top: 1rem;
    font-size: 1.125rem;
    line-height: 1.65;
    color: #334155;
    overflow: hidden;
}

.blog-card-excerpt > * {
    margin: 0;
}

.blog-card-excerpt > *:first-child {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
}

.blog-card-excerpt > *:not(:first-child) {
    display: none;
}

.blog-card-excerpt p:last-child {
    margin-bottom: 0;
}

.blog-card-readmore {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: auto;
    padding-top: 0.6rem;
    align-self: flex-end;
    font-weight: 700;
    color: var(--blaze-primary);
}

.blog-card-readmore::after {
    content: '\2192';
    font-size: 0.95em;
}

.blog-index-page .navigation,
.blog-archive-page .navigation,
.blog-search-page .navigation,
.blog-index-fallback-page .navigation {
    margin-top: 2.5rem;
}

.pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.6rem;
}

.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 0 0.9rem;
    border: 1px solid rgba(10, 15, 28, 0.2);
    border-radius: 999px;
    background: #FFFFFF;
    color: #0A0F1C;
    font-size: 0.95rem;
    font-weight: 600;
}

.pagination .page-numbers.current {
    border-color: var(--blaze-primary);
    background: var(--blaze-primary);
    color: #FFFFFF;
}

.blog-single-article {
    max-width: none;
    margin: 0 auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    overflow: visible;
    box-shadow: none;
}

.blog-single-body {
    position: relative;
    z-index: 2;
    max-width: none;
    margin: 0;
    border: 1px solid rgba(10, 15, 28, 0.1);
    border-radius: 16px;
    background: #FFFFFF;
    padding: 1.4rem 2rem 2rem;
    box-shadow: 0 18px 42px rgba(10, 15, 28, 0.1);
}

.blog-single-header {
    margin: 0;
    padding: 0;
}

.blog-single-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.6rem 0.8rem;
    margin: 1rem 0 0;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.92);
}

.blog-single-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.28rem 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(10, 15, 28, 0.24);
    backdrop-filter: blur(4px);
}

.blog-single-meta-icon {
    display: inline-flex;
    align-items: center;
    width: 0.95rem;
    height: 0.95rem;
}

.blog-single-meta-icon svg {
    width: 100%;
    height: 100%;
}

.blog-single-primary-category {
    color: #FFFFFF;
    font-weight: 700;
    text-decoration: none;
}

.blog-single-banner .blog-single-primary-category:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.blog-single-title {
    margin: 0;
    font-size: clamp(2rem, 6vw, 4.5rem);
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: #0A0F1C;
}

.blog-single-featured-image {
    margin: 1.1rem 0 0;
}

.blog-single-featured-image-el {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 12px 26px rgba(10, 15, 28, 0.14);
}

.blog-single-summary {
    margin: 0 0 1.35rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(10, 15, 28, 0.14);
    border-radius: 16px;
    background: linear-gradient(180deg, #FAFBFD, #F4F7FB);
}

.blog-single-summary-label {
    margin: 0 0 0.4rem;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #4B5B71;
}

.blog-single-summary-text {
    margin: 0;
    font-size: 1.04rem;
    line-height: 1.65;
    color: #0E1A2A;
}

.blog-single-content {
    max-width: none;
    width: 100%;
    margin: 1.5rem 0 0;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.75;
    color: #1F2937;
}

.blog-single-content h2,
.blog-single-content h3,
.blog-single-content h4 {
    margin-top: 2.2rem;
    margin-bottom: 0.8rem;
    line-height: 1.2;
    color: #0A0F1C;
}

.blog-single-content h2 {
    font-size: clamp(1.65rem, 2.4vw, 2.2rem);
}

.blog-single-content h3 {
    font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.blog-single-content h4 {
    font-size: clamp(1.15rem, 1.6vw, 1.35rem);
}

.blog-single-content p,
.blog-single-content ul,
.blog-single-content ol,
.blog-single-content blockquote {
    margin-bottom: 1.3rem;
}

.blog-single-content ul,
.blog-single-content ol {
    padding-left: 1.35rem;
}

.blog-single-content blockquote {
    margin: 2rem 0;
    border-left: 4px solid var(--blaze-primary);
    padding: 0.3rem 0 0.3rem 1rem;
    color: #334155;
    font-style: italic;
}

.blog-single-content a {
    color: var(--blaze-primary);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.blog-single-content > *:last-child {
    margin-bottom: 0;
}

.blog-single-divider {
    width: 100%;
    margin-top: 1rem;
    border-top: 1px solid #E6EAF0;
}

.blog-single-taxonomy {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
    flex: 1 1 360px;
    min-width: 240px;
}

.blog-single-taxonomy:last-child {
    margin-bottom: 0;
}

.blog-single-taxonomy-label {
    font-weight: 700;
    color: #263346;
    padding-top: 0.2rem;
}

.blog-single-taxonomy-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.blog-single-taxonomy-links a {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.7rem;
    border: 1px solid rgba(10, 15, 28, 0.14);
    border-radius: 999px;
    background: #F6F8FA;
    color: #0A0F1C;
    font-size: 0.84rem;
    font-weight: 700;
    text-decoration: none;
}

.blog-single-taxonomy-links a:hover {
    border-color: var(--blaze-primary);
    color: var(--blaze-primary);
}

.blog-single-tags {
    align-items: center;
    gap: 0.55rem;
    padding: 0;
    border: 0;
    background: transparent;
    margin-top: 1.4rem;
}

.blog-single-tags .blog-single-taxonomy-label {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.3;
    color: #516078;
}

.blog-single-tags .blog-single-taxonomy-links {
    gap: 0.4rem;
}

.blog-single-tags .blog-single-taxonomy-links a {
    padding: 0.28rem 0.62rem;
    border-color: rgba(10, 15, 28, 0.14);
    background: #FFFFFF;
    color: #1F2937;
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: none;
    transition: border-color 180ms ease, color 180ms ease;
}

.blog-single-tags .blog-single-taxonomy-links a::before {
    content: none;
}

.blog-single-tags .blog-single-taxonomy-links a:hover {
    border-color: var(--blaze-primary);
    background: #FFFFFF;
    color: var(--blaze-primary);
    transform: none;
}

.blog-single-share {
    display: flex;
    justify-content: flex-end;
}

.blog-single-share--after-author {
    margin-top: 1rem;
    padding-top: 0.9rem;
    border-top: 1px solid #E6EAF0;
}

.blog-single-share-links {
    display: flex;
    gap: 0.45rem;
}

.blog-single-share-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    padding: 0;
    border: 1px solid rgba(10, 15, 28, 0.14);
    border-radius: 999px;
    background: #FFFFFF;
    color: #0A0F1C;
    font-size: 0.95rem;
    text-decoration: none;
    line-height: 1;
    box-shadow: 0 3px 10px rgba(10, 15, 28, 0.04);
    transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.blog-single-share-link:hover {
    border-color: var(--blaze-primary);
    color: var(--blaze-primary);
    transform: translateY(-1px);
}

.blog-single-share-link i {
    font-size: 0.95rem;
}

.blog-single-share-copy {
    cursor: pointer;
    font: inherit;
}

.blog-single-share-copy.is-copied {
    border-color: var(--blaze-primary);
    background: var(--blaze-primary);
    color: #FFFFFF;
}

.blog-author-box {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 1rem;
    margin-top: 1.25rem;
    padding: 1rem;
    border: 1px solid rgba(10, 15, 28, 0.12);
    border-radius: 16px;
    background: linear-gradient(180deg, #FAFBFD, #F3F6FA);
}

.blog-author-avatar-wrap {
    width: min(170px, 30vw);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
}

.blog-author-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid rgba(10, 15, 28, 0.12);
    object-fit: cover;
    object-position: center top;
}

.blog-author-content {
    min-width: 0;
}

.blog-author-kicker {
    margin: 0 0 0.35rem;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #516078;
}

.blog-author-name {
    margin: 0;
    font-size: clamp(1.1rem, 1.8vw, 1.35rem);
    line-height: 1.2;
    color: #0A0F1C;
}

.blog-author-bio {
    margin: 0.5rem 0 0;
    font-size: 0.96rem;
    line-height: 1.6;
    color: #2F3F54;
}

.blog-single-page .post-navigation {
    max-width: none;
    margin: 1rem auto 0;
}

.blog-single-page .post-navigation .nav-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.blog-single-page .post-navigation .nav-previous,
.blog-single-page .post-navigation .nav-next {
    border: 1px solid rgba(10, 15, 28, 0.1);
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0 10px 20px rgba(10, 15, 28, 0.05);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.blog-single-page .post-navigation a {
    display: block;
    height: 100%;
    padding: 0.9rem 1.1rem;
    color: #0A0F1C;
}

.blog-single-page .post-navigation a:hover {
    transform: translateY(-2px);
}

.blog-single-page .blog-nav-label {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #5B6677;
}

.blog-single-page .blog-nav-title {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
}

@media (max-width: 1024px) {
    .blog-index-page,
    .blog-archive-page,
    .blog-search-page,
    .blog-index-fallback-page,
    .blog-single-page {
        padding: 120px 0 64px;
    }

    .blog-index-page.blog-index-page--with-banner,
    .blog-archive-page.blog-archive-page--with-banner,
    .blog-single-page.blog-single-page--with-banner {
        padding-top: 0;
    }

    .blog-simple-banner {
        min-height: 46vh;
    }

    .blog-simple-banner .simple-banner-subheading {
        font-size: 1.25rem;
    }

    .blog-single-banner {
        min-height: 50vh;
    }

    .blog-shell,
    .blog-single-shell {
        padding: 0 2rem;
    }

    .blog-shell--after-banner {
        margin-top: 2.5rem;
    }

    .blog-page-title {
        font-size: clamp(2.25rem, 7vw, 4.5rem);
    }

    .blog-page-description {
        font-size: 1.25rem;
    }

    .blog-empty-state-inner {
        padding: 1.6rem;
    }

    .blog-empty-title {
        font-size: clamp(1.7rem, 5vw, 2.4rem);
    }

    .blog-card-body {
        padding: 1.25rem 1.25rem 1rem;
    }

    .blog-card-title {
        font-size: clamp(1.2rem, 2.6vw, 1.7rem) !important;
    }

    .blog-card-excerpt {
        font-size: 1.05rem;
    }

    .blog-index-page .blog-list,
    .blog-archive-page .blog-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .blog-single-body {
        margin-top: 0;
        padding: 1.2rem 1.5rem 1.6rem;
    }

    .blog-single-content {
        font-size: 1.1rem;
    }

    .blog-single-summary {
        margin-bottom: 1.2rem;
        padding: 0.9rem 1rem;
    }

    .blog-single-summary-text {
        font-size: 0.98rem;
    }

    .blog-single-page .post-navigation .nav-links {
        grid-template-columns: 1fr;
    }

    .blog-author-box {
        gap: 0.85rem;
    }

    .blog-author-avatar-wrap {
        width: min(150px, 32vw);
    }
}

@media (max-width: 768px) {
    .blog-index-page,
    .blog-archive-page,
    .blog-search-page,
    .blog-index-fallback-page,
    .blog-single-page {
        padding: 100px 0 56px;
    }

    .blog-index-page.blog-index-page--with-banner,
    .blog-archive-page.blog-archive-page--with-banner,
    .blog-single-page.blog-single-page--with-banner {
        padding-top: 0;
    }

    .blog-simple-banner {
        min-height: 40vh;
    }

    .blog-single-banner {
        min-height: 42vh;
    }

    .blog-simple-banner .simple-banner-content {
        padding-bottom: 2rem;
    }

    .blog-simple-banner .simple-banner-subheading {
        font-size: 1rem;
        line-height: 1.6;
    }

    .blog-shell,
    .blog-single-shell {
        padding: 0 1.5rem;
    }

    .blog-shell--after-banner {
        margin-top: 2rem;
    }

    .blog-page-header {
        margin-bottom: 2rem;
    }

    .blog-page-title {
        font-size: clamp(2rem, 6vw, 3.5rem);
    }

    .blog-page-description {
        font-size: 1rem;
        line-height: 1.6;
    }

    .blog-empty-state-inner {
        padding: 1.2rem;
    }

    .blog-empty-header {
        margin-bottom: 0.65rem;
    }

    .blog-empty-title {
        font-size: clamp(1.55rem, 8vw, 2.1rem);
    }

    .blog-empty-text {
        font-size: 0.95rem;
    }

    .blog-empty-actions {
        margin-top: 1rem;
        gap: 0.6rem;
    }

    .blog-empty-state .search-form {
        flex-basis: 100%;
    }

    .blog-empty-state .search-form label {
        flex: 1 1 100%;
        min-width: 0;
    }

    .blog-list {
        gap: 1.5rem;
    }

    .blog-index-page .blog-list,
    .blog-archive-page .blog-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .blog-card {
        border-radius: 16px;
    }

    .blog-card-body {
        padding: 1rem 1rem 0.85rem;
    }

    .blog-card-meta {
        font-size: 0.875rem;
    }

    .blog-card-title {
        font-size: clamp(1.1rem, 4.6vw, 1.5rem) !important;
    }

    .blog-card-excerpt {
        font-size: 1rem;
    }

    .pagination .page-numbers {
        min-width: 2.2rem;
        height: 2.2rem;
        padding: 0 0.7rem;
        font-size: 0.9rem;
    }

    .blog-single-meta {
        gap: 0.45rem 0.55rem;
        margin-top: 0.85rem;
        font-size: 0.82rem;
    }

    .blog-single-meta-item {
        padding: 0.22rem 0.55rem;
    }

    .blog-single-title {
        font-size: clamp(1.75rem, 8vw, 2.8rem);
    }

    .blog-single-body {
        margin-top: 0;
        padding: 1rem 1rem 1.25rem;
    }

    .blog-single-featured-image {
        margin-top: 0.85rem;
    }

    .blog-single-content {
        margin-top: 1.1rem;
        font-size: 1rem;
        line-height: 1.7;
    }

    .blog-single-summary {
        margin-bottom: 1rem;
        padding: 0.8rem 0.9rem;
    }

    .blog-single-summary-label {
        font-size: 0.72rem;
    }

    .blog-single-summary-text {
        font-size: 0.94rem;
        line-height: 1.6;
    }

    .blog-single-divider {
        margin-top: 0.9rem;
    }

    .blog-single-taxonomy {
        flex-direction: column;
        gap: 0.35rem;
        min-width: 0;
    }

    .blog-single-taxonomy-label {
        padding-top: 0;
    }

    .blog-single-tags {
        flex-direction: row;
        align-items: center;
        gap: 0.4rem;
        padding: 0;
    }

    .blog-single-tags .blog-single-taxonomy-label {
        font-size: 0.82rem;
        padding: 0;
    }

    .blog-single-tags .blog-single-taxonomy-links a {
        font-size: 0.76rem;
        padding: 0.24rem 0.55rem;
    }

    .blog-single-share {
        justify-content: flex-end;
    }

    .blog-single-page .post-navigation a {
        padding: 0.9rem 1rem;
    }

    .blog-author-box {
        grid-template-columns: 1fr;
        gap: 0.8rem;
        padding: 0.9rem;
    }

    .blog-author-avatar-wrap {
        width: min(132px, 40vw);
    }

    .blog-author-bio {
        font-size: 0.92rem;
        line-height: 1.55;
    }
}

@media (max-width: 480px) {
    .blog-index-page,
    .blog-archive-page,
    .blog-search-page,
    .blog-index-fallback-page,
    .blog-single-page {
        padding: 80px 0 40px;
    }

    .blog-index-page.blog-index-page--with-banner,
    .blog-archive-page.blog-archive-page--with-banner,
    .blog-single-page.blog-single-page--with-banner {
        padding-top: 0;
    }

    .blog-simple-banner {
        min-height: 36vh;
    }

    .blog-single-banner {
        min-height: 38vh;
    }

    .blog-single-body {
        margin-top: 0;
        padding: 0.95rem 0.9rem 1.1rem;
    }

    .blog-shell,
    .blog-single-shell {
        padding: 0 1rem;
    }

    .blog-shell--after-banner {
        margin-top: 1.5rem;
    }

    .blog-empty-state-inner {
        padding: 1rem;
    }

    .blog-empty-kicker {
        font-size: 0.72rem;
    }

    .blog-empty-title {
        font-size: 1.45rem;
    }

    .blog-empty-state .search-form {
        gap: 0.5rem;
    }

    .blog-empty-state .search-submit,
    .blog-empty-browse {
        width: 100%;
        min-height: 44px;
    }
}
