.single-event {
    max-width: 1800px;
    width: 100% !important;
    margin: 80px auto 0;
}

.single-bread_crumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #6C737F !important;
    text-decoration: none !important;
    margin-bottom: 33px;
}

.single-event__title {
    font-weight: 400;
    font-size: 80px;
    line-height: 120%;
    color: #111927;
    text-transform: none !important;
}

.single-event-container-top {
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
    padding: 80px 0 160px;
}

.single-event__image img {
    max-width: 880px;
    max-height: 467px;
    overflow: hidden;
    border-radius: 32px;
    object-fit: cover;
}

.single-event__content {
    width: 100%;
    max-width: 100%;
}

.single-event__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.single-event__date, .single-event__time, .single-event__location {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #6C737F;
}

.single-event__text p {
    font-weight: 400;
    font-size: 32px;
    line-height: 140%;
    color: #111927;
    margin-bottom: 24px;
}

.single-event__content span {
    display: flex;
    align-items: center;
    gap: 10px;
    p {
        font-weight: 400;
        font-size: 20px;
        line-height: 150%;
        color: #6C737F;
        margin: 0 0 6px 0 !important;
    }
    a {
        font-weight: 400;
        font-size: 20px;
        line-height: 100%;
        color: #5F70EC;
        padding-bottom: 2.6px;
        border-bottom: 2px solid #CAB6E6;
        text-decoration: auto !important;
    }
}

/**/

.this-event {
    display: flex;
    gap: 40px;
}

.this-event img {
    max-width: 880px;
    width: 100%; 
    max-height: 500px;
    overflow: hidden;
    border-radius: 32px;
    overflow: hidden;
}

.this-event .this-event__info h4 {
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    color: #111927;
    margin-bottom: 32px;
}

.this-event .this-event__info .event_list li {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #6C737F;
}

.this-event .this-event__info .event_list {
    margin: 0 0 32px 0;
}

.this-event .this-event__info p {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #6C737F;
    margin: 0 0 32px 0;
}

/**/

.upcoming-events {
    padding: 100px 0 60px;
}
.book-meeting {
	padding-top: 100px;
}

.upcoming-events .herov3-title {
    text-align: left;
    color: #111927;
    margin-bottom: 0 !important;
}

/**/

.book-meeting .herov3-title.solutions {
    color: #111927;
    margin-bottom: 32px;
}

.book-meeting .herov3-signature {
    max-width: 1185px;
    margin: 0 auto 32px;
}

.book-meeting .herov3-btn-main {
    margin: 0 auto 32px;
    display: block;
    max-width: max-content;
}

/**/

.guide-container {
    padding-top: 80px;
}

.guide-top {
    max-width: 1145px;
    margin: 0 auto 24px;
}

.guide-top .herov3-title {
    color: #111927 !important;
}

.guide-container .cards-grid {
    gap: 24px;
}

.card__subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #6C737F;
}

.guide-btn {
    max-width: max-content;
    padding: 22px 24px;
    border-radius: 16px;
    background: #5F70EC;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: #FCFCFD !important;
    display: block;
    margin: 64px auto;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.guide-btn:hover {
    color: #5F70EC !important;
    background: #f8f9fa !important;
}

.event-qr-image {
    margin: 0 auto;
    max-width: 126px;
    max-height: 126px;
    display: block;
}

#abra-home-fields .template_custom_fields {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

/**/

@media (max-width: 1870px) {
    .single-event {
        padding: 0 60px;
    }
}

@media (max-width: 1775px) {
    .single-event__image img, .this-event img {
        max-width: 750px;
        overflow: hidden;
        border-radius: 32px;
        object-fit: cover;
    }
}

@media (max-width: 1520px) {
    .single-event__image img, .this-event img {
        max-width: 640px;
        border-radius: 24px;
    }

    .single-event__meta {
        margin-bottom: 20px;
    }

    .single-event__date, .single-event__time, .single-event__location {
        font-size: 16px;
        color: #6C737F;
    }

    .single-event__text p {
        font-size: 26px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1440px) {
    .single-bread_crumbs {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .single-bread_crumbs span svg {
        width: 24px;
        height: 24px;
    }

    .single-event__title {
        font-size: 60px;
    }

    .single-event__content span {
        p {
            font-size: 16px;
            margin: 0 0 6px 0 !important;
        }

        a {
            font-size: 16px;
            padding-bottom: 2.6px;
        }
    }

    .this-event .this-event__info h4 {
        font-size: 36px;
    }

    .this-event .this-event__info .event_list li, .this-event .this-event__info p {
        font-size: 18px;
    }

    .upcoming-events {
        padding: 40px 0;
    }
    
    .card {
        padding: 24px;
        gap: 24px;
    }

    .card__subtitle {
        margin-top: 8px;
    }

    .guide-btn {
        padding: 24px;
        font-size: 16px;
    }
}


@media (max-width: 1310px) {
    .single-event__image img, .this-event img {
        max-width: 500px;
    }
}

@media (max-width: 1160px) {
    .single-event__text p {
        font-size: 20px;
        margin-bottom: 24px;
    }
}

@media (max-width: 1120px) {
    .single-event {
        padding: 0 24px;
        margin: 48px auto 0;
    }

    .single-event__title {
        font-size: 48px;
    }

    .guide-container .cards-grid {
        gap: 16px;
    }
}

@media (max-width: 985px) {
    .single-event-container-top {
        flex-direction: column;
        gap: 24px;
        padding: 80px 0 40px;
    }

    .single-event__image img, .this-event img {
        max-width: 100%;
        max-height: 390px;
    }

    /**/

    .this-event {
        display: flex;
        flex-direction: column;
    }

    /**/

    .guide-container {
        padding-top: 40px;
    }

    .guide-top {
        max-width: 1145px;
        margin: 0 auto 0;
    }

    .guide-btn {
        margin: 32px auto;
    }
}

@media (max-width: 550px) {
    .single-event {
        margin: 40px auto 0;
    }

    .single-event__title {
        font-size: 36px;
    }

    /**/

    .single-event-container-top {
        gap: 24px;
        padding: 40px 0;
    }

    .this-event .this-event__info h4 {
        font-size: 24px;
    }

    /**/

    .events__cards-list {
        margin-top: 32px;
    }

    .card__subtitle {
        margin-top: 0 !important;
        font-size: 14px;
    }
}