.gfy-cd114__related {
    padding: 34px 0 44px;
    background: #f7f9fd;
    border-top: 1px solid rgba(148, 163, 184, .18);
    border-bottom: 1px solid rgba(148, 163, 184, .18);
}
.gfy-cd114__related-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 20px;
}
.gfy-cd114__related-head span {
    display: block;
    margin-bottom: 6px;
    color: #2563eb;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .12em;
}
.gfy-cd114__related-head h2 { margin: 0; color: #10233f; font-size: clamp(1.45rem, 2vw, 2rem); }
.gfy-cd114__related-head p { margin: 7px 0 0; color: #66758b; }
.gfy-cd114__related-head > a { color: #2563eb; font-weight: 750; text-decoration: none; white-space: nowrap; }
.gfy-cd114__related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.gfy-cd114__related-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    min-height: 116px;
    padding: 17px;
    background: #fff;
    border: 1px solid rgba(148, 163, 184, .22);
    border-radius: 17px;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 10px 26px rgba(15, 35, 65, .055);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.gfy-cd114__related-card:hover { transform: translateY(-2px); border-color: color-mix(in srgb, var(--gfy-related-accent) 38%, #cbd5e1); box-shadow: 0 15px 32px rgba(15, 35, 65, .1); }
.gfy-cd114__related-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: var(--gfy-related-surface); color: var(--gfy-related-accent); }
.gfy-cd114__related-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.gfy-cd114__related-copy { min-width: 0; }
.gfy-cd114__related-copy strong { display: block; margin-bottom: 5px; color: #142844; font-size: 1rem; }
.gfy-cd114__related-copy small { display: -webkit-box; overflow: hidden; color: #6b788d; font-size: .84rem; line-height: 1.45; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.gfy-cd114__related-arrow { color: var(--gfy-related-accent); font-size: 1.2rem; font-weight: 800; }
@media (max-width: 980px) { .gfy-cd114__related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 680px) {
    .gfy-cd114__related { padding: 28px 0 34px; }
    .gfy-cd114__related-head { align-items: flex-start; flex-direction: column; gap: 10px; }
    .gfy-cd114__related-grid { grid-template-columns: 1fr; }
    .gfy-cd114__related-card { min-height: 104px; }
}
