/* Homepage-only styles. Card markup (grid cards, headings) reuses
   br-style.css as-is; this file only adds the section wrapper spacing,
   the heading's "view all" link, and the top hero heading. */

.br_home_hero {
    padding: 24px 0 8px;
    text-align: center;
}

.br_home_hero_title {
    color: #02010a;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

@media (min-width: 993px) {
    .br_home_hero_title {
        font-size: 28px;
    }
}

.br_home_section {
    margin-bottom: 40px;
}

.br_home_section .jeg_block_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.br_home_view_all {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #002e5b;
    text-decoration: none;
    white-space: nowrap;
}
