.mbip-class{
    font-size: 14px;
}

#mbip-schedule-filters{
    font-size: 14px;
}
.btn-book {
    transition: background-color 0.3s ease, transform 0.1s ease;
}
.btn-book:hover {
    transform: translateY(-1px);
}
.btn-book:active {
    transform: translateY(0px);
}
/* Style for the description toggle */
.description-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}
.description-content.open {
    max-height: 500px; /* Adjust as needed */
    transition: max-height 0.5s ease-in;
}