.single-product.woocommerce .course-listing_details--selectable {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.single-product.woocommerce .js-timetable-teachers-block[hidden],
.single-product.woocommerce .js-timetable-teachers-block.is-hidden {
    display: none !important;
}

.single-product.woocommerce .timetable-price-details .course-listing_price {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.8rem;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.single-product.woocommerce .timetable-price-details .course-listing_new-price,
.single-product.woocommerce .timetable-price-details .course-listing_old-price {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.single-product.woocommerce .timetable-form-dropdown-wrapper {
    position: relative;
}

.single-product.woocommerce .timetable-form-dropdown {
    position: absolute;
    top: 110%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 24rem;
    max-width: min(32rem, calc(100vw - 4rem));
}

.single-product.woocommerce .timetable-form-dropdown.is-active {
    display: block;
}

.single-product.woocommerce .timetable-form-dropdown__options {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 0.4rem;
    max-height: 20rem;
    overflow-y: auto;
    box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
}

.single-product.woocommerce .timetable-form-dropdown__option {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d9d9d9;
    background: #fff;
    padding: 1.2rem 1.6rem;
    color: #050504;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.0176rem;
    font-style: normal;
}

.single-product.woocommerce .timetable-form-dropdown__option:last-child {
    border-bottom: 0;
}

.single-product.woocommerce .timetable-form-dropdown__option:hover {
    background-color: #f3f3f4;
}

.single-product.woocommerce .timetable-form-dropdown__option.is-selected {
    background-color: #c8c7c7;
    font-weight: 700;
}

.single-product.woocommerce .timetable-add-to-cart-form {
    margin: 0;
}

@media screen and (min-width: 768px) {
    .single-product.woocommerce .timetable_list .course-listing_information-list-wrapper {
        gap: 2.4rem;
        flex-wrap: nowrap;
        align-items: flex-start;
    }

    .single-product.woocommerce .timetable_list .course-listing_information-list-wrapper .course-listing_information-list {
        flex: 1 1 0;
        min-width: 0;
        width: auto;
        max-width: none;
    }

    .single-product.woocommerce .timetable_list .course-listing_information-list-wrapper .course-listing_item,
    .single-product.woocommerce .timetable_list .course-listing_information-list-wrapper .course-listing_details {
        width: 100%;
    }

    .single-product.woocommerce .timetable_list .course-listing_information {
        align-items: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .single-product.woocommerce .timetable-form-dropdown {
        min-width: 20rem;
    }

    .single-product.woocommerce .timetable-form-dropdown__option {
        font-size: 1.4rem;
        letter-spacing: -0.0154rem;
    }
}
