/* Generated by scripts/split_assets.py from app.css. Do not edit directly. */
body.page-news .public-news-preview-list {
    display: grid !important;
    gap: 12px !important;
}

body.page-news .public-news-preview-list article {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: start !important;
    min-width: 0 !important;
    padding: 14px !important;
    border: 1px solid rgba(18, 105, 255, 0.12) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: 0 10px 20px rgba(20, 62, 104, 0.045) !important;
}

body.page-news .public-news-preview-list article div {
    display: grid !important;
    gap: 5px !important;
    min-width: 0 !important;
}

body.page-news .public-news-preview-list strong {
    white-space: nowrap !important;
}

body.page-news .news-feature-card {
    border-radius: 8px !important;
    background:
        linear-gradient(135deg, #071d3a, #0d315f 58%, #082848) !important;
    color: #ffffff !important;
}

body.page-news .news-feature-card :is(h2, p, small, strong) {
    color: #ffffff !important;
}

@media (max-width: 760px) {
body.page-news .public-news-preview-list strong {
        white-space: normal !important;
    }
}

body.page-news .public-news-preview-list {
    gap: 10px !important;
}

body.page-news .public-news-preview-list article {
    padding: 12px !important;
}
