/* Dedicated styles for Upcoming Events Detail Page */

.eventdetails .box__section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.eventdetails .box__section .bg__box {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    margin-top: 0 !important;
    bottom: auto !important;
    right: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Fix for overlapping content */
.eventdetails .row {
    align-items: stretch;
}

/* Ensure the Enroll Now button is properly contained and visible */
.eventdetails .bg__box .enroll_btn {
    position: relative;
    z-index: 10;
    margin-top: 1.5rem !important;
}

@media (max-width: 767.98px) {
    .eventdetails .box__section .bg__box {
        width: 100% !important;
        margin: 1rem 0 !important;
    }
}
