.node--type-evento.node--view-mode-relacionados-card {
    transition: all 0.3s;
}

.node--type-evento.node--view-mode-relacionados-card:not(.tns-slide-active) {
    box-shadow: none !important;
}

.node--type-evento.node--view-mode-relacionados-card .content__wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.node--type-evento.node--view-mode-relacionados-card .content__wrapper img {
    border-radius: 6px;
    height: 333px;
    width: 100%;
    object-fit: cover;
}

.node--type-evento.node--view-mode-relacionados-card .content__wrapper  :where(.card-header, .card-info) {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.node--type-evento.node--view-mode-relacionados-card .content__wrapper .event_type {
    display: flex;
    gap: 4px;
}

.node--type-evento.node--view-mode-relacionados-card .content__wrapper .event_type a {
    --_fsize-max: 12;
    --_fsize-min: 12;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--neutral-700);
}

.node--type-evento.node--view-mode-relacionados-card .content__wrapper .event_type span {
    height: 12px;
    width: 12px;
    background-color: var(--neutral-900);
    border-radius: 3px;
}

.node--type-evento.node--view-mode-relacionados-card .content__wrapper .event_type span.cine {
    background-color: var(--cine);
}
.node--type-evento.node--view-mode-relacionados-card .content__wrapper .event_type span.musica {
    background-color: var(--musica);
}
.node--type-evento.node--view-mode-relacionados-card .content__wrapper .event_type span.escenicas {
    background-color: var(--escenicas);
}
.node--type-evento.node--view-mode-relacionados-card .content__wrapper .event_type span.visuales {
    background-color: var(--visuales);
}
.node--type-evento.node--view-mode-relacionados-card .content__wrapper .event_type span.familia {
    background-color: var(--familia);
}
.node--type-evento.node--view-mode-relacionados-card .content__wrapper .event_type span.didactica {
    background-color: var(--didactica);
}
.node--type-evento.node--view-mode-relacionados-card .content__wrapper .event_type span.letras {
    background-color: var(--letras);
}

.node--type-evento.node--view-mode-relacionados-card .content__wrapper .title {
    color: var(--neutral-900);
    --_fsize-max: 14;
    --_fsize-min: 14;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    height: 34px;
    margin-block-end: unset;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.node--type-evento.node--view-mode-relacionados-card .content__wrapper .end_date,
.node--type-evento.node--view-mode-relacionados-card .content__wrapper .location {
    color: var(--neutral-700);
    --_fsize-max: 14;
    --_fsize-min: 14;
    font-weight: 400;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.node--type-evento.node--view-mode-relacionados-card .content__wrapper .end_date,
.node--type-evento.node--view-mode-relacionados-card .content__wrapper .location {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
}

.node--type-evento.node--view-mode-relacionados-card .content__wrapper .end_date::before,
.node--type-evento.node--view-mode-relacionados-card .content__wrapper .location::before {
    width: 12px;
    height: 14px;
}

.node--type-evento.node--view-mode-relacionados-card .content__wrapper .end_date::before {
    content: url('/sites/default/files/icons/calendar_month.svg');
}

.node--type-evento.node--view-mode-relacionados-card .content__wrapper .location span {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.node--type-evento.node--view-mode-relacionados-card .content__wrapper .location::before {
    content: url('/sites/default/files/icons/stadium.svg');
}