.calendar-widget {
    margin-bottom: 30px;
}

.calendar-widget__body {
    padding: 0;
}

.calendar-widget__table {
    margin-bottom: 0;
}

.calendar-widget .calendar-widget__table th,
.calendar-widget .calendar-widget__table td {
    background-color: #fff;
}

.calendar-widget .calendar-widget__table th {
    border: none;
    padding-top: 8px;
    padding-bottom: 8px;
}

.calendar-widget .calendar-widget__table td {
    border: 3px solid #fff;
}

.calendar-widget td.marked span {
    /*background-color: var(--color-date-selected);*/
    background-color: transparent;

}

.calendar-widget td.selected.marked span {
    outline: 4px solid #1D637F;
    color: #fff;
    background-color: transparent;
}

.calendar-widget td.selected.marked span:after {
    width: 0;
    height: 0;
}

.calendar-widget__footer {
    background-color: transparent;
}

.calendar-widget__footer .button-clear-selection {
    color: #333;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 15px;
}

.calendar-widget__footer .button-clear-selection:hover {
    background-color: #fafafa;
}

.calendar-show-hide-buttons {
    margin-bottom: 30px;
}

.calendar-show-hide-buttons a {
    font-size: 0.9em;
    color: inherit;
}

.course-list {
    margin-bottom: 20px;
}

.course-list .course {
    margin-bottom: 40px;
}

.course__variation.heading {
    background-color: #1D637F;
    color: #fff;
}

.course__variation.heading td {
    font-weight: 500;
}

.course-list table tr.course__variation td {
    background-color: transparent;
}

.course table tr:not(:first-child):hover {
    background-color: #F1F9FC;
}

.course__title {
    font-size: 1.3em;
    margin-bottom: 10px;
}

.course__book a {
    color: inherit;
}

.course table {
    width: 100%;
    font-size: 1em;
}

.course table td {
    border: 1px solid #c0c0c0;
    border-collapse: collapse;
}

.course td {
    padding: 5px 10px;
}

.course__location {
    width: 30%;
}

.course__dates {
    width: 50%;
}

.course__price {
    width: 10%;
}

.course__book {
    width: 10%;
    min-width: 140px;
}

@media (max-width: 1024px) {

    .course__variation.heading {
        display: none;
    }

    .course__variation {
        display: flex;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .course__variation td {
        width: 100%;
    }

    .course__variation td:not(:last-child) {
        border-bottom: none;
    }

    .course__location::before {
        content: "Location: ";
        font-weight: 600;
    }

    .course__dates::before {
        content: "Dates: ";
        font-weight: 600;
    }

    .course__price::before {
        content: "Price: ";
        font-weight: 600;
    }
}

/*
.elementor-add-to-cart select {
    padding: 5px 35px 5px 5px;
    font-size: 14px;
    border: 1px solid #CCC;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/wp-content/plugins/bsm-booking/images/dropdown-triangle.svg);
    background-repeat: no-repeat;
    background-position: 99% center;
    background-size: 10px
}

.elementor-add-to-cart .reset_variations {
    font-family: "Open Sans", Sans-serif;
    font-size: 1em !important;
    color: #3D636C;
}

.elementor-add-to-cart .variations td {
    padding-bottom: 10px;
}

.woocommerce-variation-price {
    margin-bottom: 10px;
}

.woocommerce-Price-amount {
    color: #093945;
    font-family: "Maven Pro", Sans-serif;
    font-weight: 500;
}
*/
