.poster-filters {
    display: grid;
    grid-template-columns: repeat(10, -webkit-max-content);
    grid-template-columns: repeat(10, max-content);
    border-bottom: 1px solid #7C7C7C;
    padding-bottom: 5px;
}

.poster-filters__single {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 20px;
    font-weight: 500;
    font-size: 16px;
}
@media (max-width: 999px) {
    .poster-filters__single {
        font-size: 14px;
    }
}

.poster-filters__single:focus, .poster-filters__single:hover {
    opacity: .8
}

.poster-filters__single.active {
    cursor: default
}

.event-card {
    background-color: #ffe2d9;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 4px 9px rgba(255, 255, 255, 0.22);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.event-card .event-card-image{
    height: auto;
    vertical-align: bottom;
    max-width: unset;
    max-height: 270px;
    width: 100%;
}

.event-card .event-title {
    font-family: "Raleway", Helvetica;
    font-weight: 700;
    color: #0F33D3;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 12px;
    min-height: 60px;
}

.event-card .event-location{
    margin-bottom: 4px;
}

.event-card .location-text {
    font-family: "Raleway", Helvetica;
    font-weight: 500;
    color: #ff6969;
    font-size: 14px;
}

.event-card .location-ico{
    top: 2px;
    position: relative;
}

.event-card .event-badges-tegs{
    position: absolute;
    top: 10px;
    left: 12px;
    max-width: 100%;
}

.event-card .event-badge-tag{
    background-color: #fff;
    color: black !important;
    opacity: 0.8;
    border-radius: 10px !important;
}

.event-card .event-badge-tag .dot-red{
    margin-right: 2px;
    top: -1px;
    position: relative;
}

.event-card .event-date-text{
    font-weight: 500;
    font-size: 14px;
}
.event-card .sectpr-list__item-date-img{
    margin-right: 3px;
    position: relative;
    top: 3px;
}