.news-detail {
        width: 100%;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .news-detail .page-title {
        margin-bottom: 0.5rem;
        font-size: 2rem;
        line-height: 1.2;
        font-weight: 700;
        font-family: var(--font-family-bold);
    }

    .news-detail .sub-title {
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 1.125rem;
        line-height: 1.4;
        font-weight: 500;
        color: rgb(var(--color-dark-gray));
        font-family: var(--font-family-medium);
    }

    .news-detail .news-content {
        margin-top: 0.5rem;
        font-size: 1rem;
        line-height: 1.6;
        color: rgb(var(--color-near-black));
        font-family: var(--font-family-medium);
    }
