/*
 * GrandLiga longform article — SAFE OVERRIDES
 * Created 2026-08-22.
 *
 * IMPORTANT:
 * Keep grandliga-article.css as the stable base.
 * Future small visual corrections should be added to THIS file only.
 */

/* Approved Important notice typography. */
.gl-article .gl-article-important {
    font-size: 15.5px !important;
    line-height: 1.58 !important;
    padding: 18px 20px !important;
}

.gl-article .gl-article-important-icon {
    width: 26px !important;
    height: 26px !important;
    font-size: 15px !important;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    .gl-article .gl-article-important {
        font-size: 15px !important;
        line-height: 1.58 !important;
    }
}

@media screen and (max-width: 767px) {
    .gl-article .gl-article-important {
        font-size: 14.5px !important;
        line-height: 1.55 !important;
        padding: 15px 16px !important;
    }

    .gl-article .gl-article-important-icon {
        width: 24px !important;
        height: 24px !important;
        font-size: 14px !important;
    }
}
