    article h1 {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }

    article h2 {
        font-size: 1.4rem;
        margin-top: 2rem;
        margin-bottom: 0.5rem;
    }

    article h3 {
        font-size: 1.1rem;
        margin-top: 1.5rem;
        margin-bottom: 0.25rem;
    }

    .article-meta {
        font-size: 0.9rem;
        color: #666;
        margin-bottom: 1.5rem;
    }

    figure {
        margin: 1.5rem 0;
        text-align: center;
    }

    figure img {
        max-width: 100%;
        height: auto;
        border-radius: 4px;
    }

    figure figcaption {
        font-size: 0.85rem;
        color: #666;
        margin-top: 0.5rem;
    }

    article table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 1rem;
    }

    article table th,
    article table td {
        border: 1px solid #ddd;
        padding: 0.75rem;
        text-align: left;
        font-size: 0.95rem;
    }

    article table th {
        background-color: #f5f5f5;
        font-weight: 600;
    }

    .cta-block {
        border-left: 4px solid #005bbb;
        background-color: #f3f7fc;
        padding: 1rem 1.25rem;
        margin-top: 2rem;
        border-radius: 4px;
    }

    .cta-block a {
        color: #005bbb;
        text-decoration: underline;
    }

    .breadcrumb {
        font-size: 0.85rem;
        margin-bottom: 1rem;
    }

    .breadcrumb a {
        color: #555;
        text-decoration: none;
    }

    .breadcrumb a:hover {
        text-decoration: underline;
    }

    @media (min-width: 768px) {
        article h1 {
            font-size: 2.3rem;
        }
    }