.sf-listing-event-section {
    min-width: 272px;
}

.sf-listing-event-section .elementor-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.sf-listing-event-section .sf-listing-event-column{
    height: auto;
    position: relative;
}

.sf-listing-event-section .sf-listing-event-column .elementor-widget-wrap{
    align-content: baseline;
}

.sf-listing-event-section .sf-listing-event-column .sf-listing-event-img,
.sf-listing-event-section .sf-listing-event-column .sf-listing-event-title,
.sf-listing-event-section .sf-listing-event-column .sf-listing-event-date{
    align-self: flex-start;
}

.sf-listing-event-section .sf-listing-event-column .sf-listing-event-btn{
    position: absolute;
    bottom: 0;
}

.sf-listing-event-section .sf-listing-event-column .sf-listing-event-btn a{
    width: 100%;
}


.sf-event-listintg-section .jet-listing-grid__item{
    max-width: 272px;
    width: 272px;
    padding: 0;
    margin: 0 6px;
}

.sf-event-listintg-section .jet-listing-grid__item:first-child{
    margin-left: 25px;
}

.sf-event-listintg-section .jet-listing-grid__item:last-child{
    margin-right: 25px;
}

.sf-event-listintg-section.elementor-section > .elementor-container{
    max-width: 1135px;
    margin-top: 50px;
}

.sf-event-listintg-section .jet-listing-grid__items{
    overflow-x: scroll;
    flex-wrap: nowrap;
}

.sf-event-listintg-section .jet-listing-grid__items::-webkit-scrollbar{
    height: 0;
}

.sf-event-listintg-section .scroll-arrow {
    position: absolute;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-shadow: 0 1px 1px rgb(0 0 0 / 30%);
    cursor: pointer;
    top: 54%;
}

.sf-event-listintg-section .scroll-right {
    right: -55px;
}

.sf-event-listintg-section .scroll-left {
    left: -55px;
}

.title-wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.title-filter-selected, .cant-cards-wrapper{
    font-size: 25px;
    font-weight: bold;
}
.cant-cards-wrapper{
    display: flex;
    width: 62px;
    justify-content: space-between;
}

.no-result-filter{
    font-size: 22px;
    font-weight: 600;
}

.pagi-disabled {
    pointer-events: none;
    opacity: 0.4;
}

.sf-event-listintg-section .sf-rules-mobile-dots.show-dots-top{
    display: none;
}

@media screen and (max-width: 1023px) {

    .sf-event-listintg-section.elementor-section > .elementor-container{
        margin-top: 20px;
    }

    .cant-cards-wrapper{
        display: none !important;
    }

    .title-wrapper{
        width: 100%;
        justify-content: center;
        margin-bottom: 0px;
    }

    .jet-listing-grid__items{
        overflow-x: scroll;
        height: 100%;
        width: 100%;
        margin: 0;
    }

    .sf-event-listintg-section .sf-rules-mobile-dots.show-dots-top{
        justify-content: center;
        display: flex;
        width: 100%;
        margin-bottom: 24px;
        position: relative;
        top: unset;
    }

    .sf-event-listintg-section .sf-rules-mobile-dots span.dot-hidden {
        background: #D6362E;
    }
    
    .sf-event-listintg-section .sf-rules-mobile-dots span {
        width: 11px;
        height: 11px;
        margin: 0 6px;
        padding: 0;
        border-radius: 50%;
        background: #F0B5B2;
    }

    .title-filter-selected, .cant-cards-wrapper{
        font-size: 18px;
        margin-bottom: 20px;
    }
}

@media screen and ( max-width: 1024px ){
  .sf-listing-event-copy {
    max-height: 140px;
    overflow: hidden;
  }
}