.bpil-related-posts {
    margin-top: 56px;
    padding-top: 24px;
}

.bpil-related-posts__header {
    margin-bottom: 20px;
}

.bpil-related-posts__eyebrow {
    margin: 0 0 8px;
    color: #2451d3;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bpil-related-posts__title {
    margin: 0;
    color: #10213f;
    font-size: clamp(28px, 4vw, 38px);
    line-height: 1.08;
    font-weight: 800;
}

.bpil-related-posts__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: start;
}

.bpil-related-card {
    min-width: 0;
    height: auto;
}

.bpil-related-card__body {
    display: flex;
    min-height: 0;
    height: auto;
    flex-direction: column;
    gap: 14px;
    padding: 26px 22px;
    border: 1px solid #d9e2f3;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 16px 38px rgba(27, 59, 119, 0.08);
    color: inherit;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.bpil-related-card__body:hover,
.bpil-related-card__body:focus-within {
    border-color: #bfd0f5;
    box-shadow: 0 20px 44px rgba(27, 59, 119, 0.13);
    transform: translateY(-2px);
}

.bpil-related-card__title {
    margin: 0;
    color: #2451d3;
    font-size: clamp(16px, 1.55vw, 20px);
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0;
}

.bpil-related-card__title-link {
    color: inherit;
    text-decoration: none;
}

.bpil-related-card__title-link:hover,
.bpil-related-card__title-link:focus {
    text-decoration: none;
}

.bpil-related-card__excerpt {
    margin: 0;
    color: #51627f;
    font-size: 17px;
    line-height: 1.58;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.bpil-related-card__cta {
    display: inline-flex;
    align-self: flex-start;
    margin-top: 2px;
    color: #2451d3;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
}

.bpil-related-card__cta:hover,
.bpil-related-card__cta:focus {
    text-decoration: none;
}

@media (max-width: 900px) {
    .bpil-related-posts__grid {
        grid-template-columns: 1fr;
    }

    .bpil-related-card__title {
        font-size: 16px;
    }
}
