.gm-cms-blog-page {
    min-height: 60vh;
    background: #f4f6f8;
    color: #1e293b;
}

.gm-cms-container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.gm-cms-blog-hero {
    padding: 58px 20px 64px;
    background: #1e293b;
    color: #fff;
}

.gm-cms-blog-hero h1 {
    margin: 0;
    font-size: 3rem;
    line-height: 1.15;
}

.gm-cms-blog-hero p {
    max-width: 720px;
    margin: 14px 0 0;
    color: #cbd5e1;
    line-height: 1.7;
}

.gm-cms-blog-hero .gm-cms-eyebrow {
    margin: 0 0 10px;
    color: #fca5a5;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gm-cms-blog-content {
    padding: 38px 0 64px;
}

.gm-cms-article-list {
    display: grid;
    gap: 24px;
}

.gm-cms-article-card {
    display: flex;
    min-height: 230px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}

.gm-cms-cover {
    display: flex;
    flex: 0 0 280px;
    min-height: 230px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #e2e8f0;
    color: #64748b;
    font-weight: 700;
    text-decoration: none;
}

.gm-cms-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gm-cms-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 30px;
}

.gm-cms-card-body h2 {
    margin: 0;
    font-size: 1.45rem;
    line-height: 1.35;
}

.gm-cms-card-body h2 a {
    color: #1e293b;
    text-decoration: none;
}

.gm-cms-card-body h2 a:hover,
.gm-cms-read-more:hover {
    color: #e24035;
}

.gm-cms-card-body p {
    margin: 14px 0;
    color: #64748b;
    line-height: 1.7;
}

.gm-cms-card-body time,
.gm-cms-detail-date {
    color: #94a3b8;
    font-size: .92rem;
}

.gm-cms-read-more {
    margin-top: auto;
    padding-top: 18px;
    color: #e24035;
    font-weight: 700;
    text-decoration: none;
}

.gm-cms-empty {
    padding: 72px 24px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    text-align: center;
}

.gm-cms-empty h2 {
    margin: 0;
    color: #64748b;
    font-size: 1.2rem;
}

.gm-cms-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-top: 34px;
}

.gm-cms-pagination a {
    color: #e24035;
    font-weight: 700;
    text-decoration: none;
}

.gm-cms-pagination span {
    color: #64748b;
}

.gm-cms-blog-detail {
    padding: 36px 0 64px;
}

.gm-cms-detail-shell {
    max-width: 980px;
    margin: 0 auto;
    padding: 38px 44px 48px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
}

.gm-cms-back,
.gm-cms-source-pdf {
    display: inline-block;
    margin-bottom: 20px;
    color: #64748b;
    font-weight: 600;
    text-decoration: none;
}

.gm-cms-source-pdf {
    margin-left: 18px;
    color: #e24035;
}

.gm-cms-detail-shell h1 {
    margin: 0;
    color: #1e293b;
    font-size: 2.65rem;
    line-height: 1.2;
}

.gm-cms-detail-date {
    display: block;
    margin: 18px 0 30px;
}

.gm-cms-article-content {
    color: #334155;
    font-size: 1.05rem;
    line-height: 1.8;
}

.gm-cms-article-content h2,
.gm-cms-article-content h3 {
    margin-top: 2em;
    color: #1e293b;
    line-height: 1.3;
}

.gm-cms-article-content img {
    max-width: 100%;
    height: auto;
}

.gm-cms-article-content table {
    width: 100%;
    border-collapse: collapse;
    overflow-x: auto;
}

.gm-cms-article-content th,
.gm-cms-article-content td {
    padding: 8px;
    border: 1px solid #e2e8f0;
}

.gm-cms-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 24px;
    align-items: center;
    margin-top: 48px;
    padding-top: 34px;
    border-top: 1px solid #e2e8f0;
}

.gm-cms-cta img {
    width: 100%;
    max-height: 260px;
    object-fit: cover;
    border: 1px solid #d7dee8;
    border-radius: 4px;
}

.gm-cms-cta div {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.gm-cms-cta a {
    display: block;
    padding: 13px 16px;
    background: #2e73ae;
    border: 1px solid #1f5e93;
    border-radius: 6px;
    box-shadow: 0 7px 12px rgba(31, 94, 147, .2);
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.gm-cms-cta a:hover {
    background: #245f93;
    color: #fff;
}

@media (max-width: 768px) {
    .gm-cms-blog-hero h1 {
        font-size: 2.2rem;
    }

    .gm-cms-article-card {
        display: block;
    }

    .gm-cms-cover {
        width: 100%;
        min-height: 190px;
    }

    .gm-cms-card-body {
        padding: 22px;
    }

    .gm-cms-detail-shell {
        width: calc(100% - 20px);
        padding: 26px 18px 34px;
    }

    .gm-cms-detail-shell h1 {
        font-size: 2rem;
    }

    .gm-cms-source-pdf {
        display: block;
        margin-left: 0;
    }

    .gm-cms-cta {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 36px;
        padding-top: 26px;
    }
}
