/* ==========================================================================
   Cross-Path Related Posts — Sidebar Widget
   ========================================================================== */

.cprw-widget {
    font-family: inherit;
    padding: 0;
}

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

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

.cprw-widget__item {
    position: relative;
    border-bottom: 1px solid #e5e9ee;
}

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

.cprw-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;
}

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