/* ==========================================================================
   Brans Related Posts — Widget Styles
   Brand color: #17449e
   ========================================================================== */

.brp-widget {
    font-family: inherit;
    padding: 0;
    margin-bottom: 2rem;
}

.brp-widget__heading {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a2b4a;
    margin: 0 0 1rem 0;
    padding: 0;
    line-height: 1.3;
    display: block;
}

.brp-widget__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.brp-widget__item {
    border-bottom: 1px solid #e5e9ee;
}

.brp-widget__item:first-child {
    border-top: 1px solid #e5e9ee;
}

.brp-widget__link {
    display: block;
    padding: 0.75rem 0.75rem 0.75rem 1.1rem;
    border-left: 3px solid #17449e;
    color: #17449e;
    font-size: 0.92rem;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.45;
    transition: color 0.18s ease, border-left-color 0.18s ease, background 0.18s ease;
}

.brp-widget__link:hover,
.brp-widget__link:focus {
    color: #0f2f6e;
    border-left-color: #0f2f6e;
    background: #f0f5fb;
    outline: none;
}
