.article-end-related {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #eadde5;
}
.article-end-related h2 {
    margin: 0 0 1rem;
    color: #641340;
}
.article-end-related__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}
.article-end-related__item {
    padding: 1.15rem;
    border: 1px solid #eadde5;
    border-radius: .75rem;
    background: #fff;
}
.article-end-related__category {
    margin: 0 0 .45rem;
    color: #8a2359;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.article-end-related__item h3 {
    margin: 0 0 .55rem;
    font-size: 1.05rem;
    line-height: 1.35;
}
.article-end-related__item h3 a { color: #641340; text-decoration: none; }
.article-end-related__item h3 a:hover, .article-end-related__item h3 a:focus { color: #b22a61; text-decoration: underline; }
.article-end-related__item > p:last-child { margin: 0; color: #5d5260; font-size: .94rem; line-height: 1.55; }
@media (max-width: 760px) { .article-end-related__grid { grid-template-columns: 1fr; } }