.upcoming_events .cardHeader {
    background-color: #e41717;
    font-size: 22px;
    font-weight: 600;
}

.upcoming_events .my-card {
    overflow: hidden;
}

.upcoming_events .card {
    border-radius: 15px !important;
}

.upcoming_events .datebox {
    padding: 12px;
}

@media only screen and (min-width: 768px) {
    .upcoming_events .datebox .date span {
        font-size: 19px;
        font-weight: 500;
    }
}

.genderSvg {
    padding-right: 10px;
    margin-top: -3px;
    width: auto;
    height: 30px;
}

.svg-box {
    width: 26px;
}

.upcoming_events .card-body .date span {
    font-size: 18px;
    font-weight: 500;
}

.upcoming_events .card-body .date span i,
.upcoming_events .card span i.fa-clock-o {
    color: #E41717;
}

.upcoming_events .card .date_info .info .textLabel {
    font-weight: 600;
    font-size: 18px;
    color: #313131;
}

.upcoming_events .card .textred {
    color: #EB6363 !important;
}

.upcoming_events .card .textblue {
    color: #47b1f9;
}

.upcoming_events .card .date_info .info .btn_Label {
    color: #7bba16;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.upcoming_events .card .date_info .info .btn_Label-red {
    color: #EA7D7D;
}

.upcoming_events .card .date_info .info .info_data .custom-btn,
.upcoming_events button.btn.custom-btn {
    border: solid 1px #CECECE;
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
    color: #e41717;
    font-weight: 600;
}

.upcoming_events button.btn.custom-btn:hover {
    background-color: #e41717 !important;
    color: #fff;
}

.custom-background {
    background: linear-gradient(90deg, rgba(239, 131, 131, 0.1) 23.76%, rgba(93, 173, 248, 0.11) 66.76%);
    font-weight: 500;
}

.eventsContainerInCard {
    padding: 0 15px 0px 15px;
}

.firstEvent {
    padding-top: 10px;
    padding-bottom: 11px;
}

.genderAge p {
    font-size: 17px;
}

.genderAge span {
    font-weight: 600;
    font-size: 16px;
}

.my-shadow-lg {
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .275) !important;
}

.footer_Info .custom-btn {
    min-height: 50px;
}

@media only screen and (min-width: 768px) {
    .event-card-link:hover .my-card {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }
}

@media only screen and (max-width: 767px) {
    .eventsContainerInCard {
        padding: 0 10px 0px 10px;
    }
}

.why-subscribe-list {
    list-style: none;
    padding: 0;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.availability-badge {
    align-items: center;
    display: inline-flex;
    gap: 6px;
    min-height: 28px;
}

.availability-spinner {
    display: none;
}

.availability-badge.status-loading .availability-spinner {
    display: inline-block;
}

.availability-badge.status-loading .availability-text {
    opacity: 0.75;
}

.availability-text {
    width: 145px;
}

.availability-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.waitlist-note {
    color: #EB6363;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}
