.news-card__img-link {
    display: block;
    margin-bottom: 16px;
}

.news-card__img-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 63.2%; /* 1 / 1.618 × 100 */
    overflow: hidden;
    border-radius: 4px; 
    background-color: var(--Secondary-Light);
    border: 1px solid var(--Secondary-Light);
}

.news-card__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.links-simple-hover .news-card__img-wrap {
    transition: border-color 0.3s ease;
    border: 1px solid var(--Secondary-25);
}