/* @define BookingTypes */

.BookingTypes-body {
    padding: 15px;
}

/* stylelint-disable-next-line */
.BookingTypes > .Header-main {
    border-bottom: none;
}

.BookingTypes-tabTitle {
    display: flex;
    align-items: center;
}

.BookingTypes-infoIcon {
    height: 1.5rem;
    width: 1.5rem;
    padding-right: 0.25rem;
}

@media (width <= 992px) {
    .BookingTypes-body {
        border-top: 1px solid #e9ecef;
        padding-top: 1rem;
    }
}
