.single-related {
    display: block;
    padding: 50px 0 60px;
    background: linear-gradient(0deg, rgba(242, 244, 247, 0) 53.55%, rgb(var(--uicolor-code) / 5%) 101.85%);
    position: relative
}
.related-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
