/* Compact paired category modules (for example Sports / Politics). */
.j-important-wrap {
    gap: 16px;
}

.j-important {
    padding: 14px 16px !important;
}

/* Keep one intentional rule below the title and remove the duplicated rule. */
.j-important .j-box-head {
    min-height: 42px;
    margin: 0 0 3px !important;
    padding: 0 !important;
    border-bottom: 0 !important;
}

.j-important .j-box-head .j-section-title {
    display: block;
    min-height: 0;
    margin: 0 !important;
    padding: 0 0 9px !important;
    border-bottom: 1px solid #e6ebf2 !important;
    font-size: 18px;
    line-height: 1.7;
}

.j-important .j-box-head .j-section-title::before {
    display: none !important;
}

.j-important .j-box-head .j-section-title::after {
    content: "";
    display: block !important;
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 58px;
    height: 2px;
    border-radius: 999px;
    background: var(--j-primary);
}

.j-important .j-module-item {
    gap: 10px !important;
    padding: 9px 0 !important;
}

.j-important .j-module-item:last-child {
    border-bottom: 0 !important;
    padding-bottom: 5px !important;
}

.j-important .j-news-list-copy > strong {
    line-height: 1.7 !important;
}

.j-important .j-module-lead,
.j-important .j-module-subtitle {
    margin-top: 3px;
    line-height: 1.75;
}

.j-important .j-module-meta {
    margin-top: 4px;
}

@media (max-width: 760px) {
    .j-important-wrap {
        gap: 12px;
    }

    .j-important {
        padding: 12px 14px !important;
    }

    .j-important .j-box-head {
        min-height: 40px;
        margin-bottom: 2px !important;
    }

    .j-important .j-box-head .j-section-title {
        padding-bottom: 8px !important;
        font-size: 17px;
    }

    .j-important .j-module-item {
        gap: 9px !important;
        padding: 8px 0 !important;
    }
}
