.wavy-related-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    direction: rtl;
}

.wavy-related-item img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.wavy-related-item span {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #222;
}

.wavy-related-item a {
    text-decoration: none;
}
