.node--type-fotonoticia {
    padding-right: 33px;
}

@media (max-width:700px) {
    .node--type-fotonoticia {
       width: 100%;
    }  
}

.node--type-fotonoticia.node--view-mode-relacionados .content__wrapper {
    display: flex;
    gap: 17px;
}

.node--type-fotonoticia.node--view-mode-relacionados .content__wrapper.news img {
    max-height: 120px;
    width: 160px;
    border-radius: 10px;
    object-fit: cover;
}

.node--type-fotonoticia.node--view-mode-relacionados .content__wrapper.news .news-info__wrapper .news-bundle__wrapper {
    text-transform: uppercase;
    display: flex;
    margin-block-end: 4px;
    gap: 2px;
    overflow: hidden;
}

.node--type-fotonoticia.node--view-mode-relacionados .content__wrapper.news .news-info__wrapper span.news-date {
    --_fsize-max: 12;
    --_fsize-min: 12;
    display: block;
    line-height: 1;
    --_color: var(--primary);
}

.node--type-fotonoticia.node--view-mode-relacionados .content__wrapper.news .news-info__wrapper span.news-subject,
.node--type-fotonoticia.node--view-mode-relacionados .content__wrapper.news .news-info__wrapper span.news-bundle {
    display: block;
    line-height: 1;
    font-weight: 600;
    --_fsize-max: 12;
    --_fsize-min: 12;
    white-space: nowrap;
    --_color: var(--neutral-900);
}

.node--type-fotonoticia.node--view-mode-relacionados .content__wrapper.news .news-info__wrapper h2.news-title {
    --_fsize-min: 18;
    --_fsize-min: 18;

    line-height: 1.1;
    margin-block-start: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
