/* ==========================================================================
   Related Posts by Path & Category — Sidebar Widget
   Matches the "Our Services" list design from the reference screenshot.
   ========================================================================== */

/* Widget wrapper */
.rppc-widget {
    font-family: inherit;
    padding: 0;
}

/* Section heading — bold, dark (plain div, no hx tag) */
.rppc-widget__heading {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a2b4a;
    margin: 0 0 1rem 0;
    padding: 0;
    line-height: 1.3;
    display: block;
}

/* Unstyled list */
.rppc-widget__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Each list item */
.rppc-widget__item {
    position: relative;
    border-bottom: 1px solid #e5e9ee;   /* subtle divider */
}

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

/* Left blue accent bar via the link's left border */
.rppc-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;
}

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