:root {
    --color-secondary: #53634E;
    --color-on-secondary: #FFFFFF;
    --color-secondary-container: #D6E8CD;
    --color-on-secondary-container: #3C4B37;
    --color-surface-container-lower: #F2F5EB;
}

/*
 *
 * FILTER
 *
 */

.membership-filter-button {
    background-color: var(--color-secondary-container) !important;
    color: var(--color-on-secondary-container) !important;
    border-color: var(--color-secondary-container) !important;
    cursor: pointer;
}

.membership-filter-button--active {
    background-color: var(--color-secondary) !important;
    color: var(--color-on-secondary) !important;
    border-color: var(--color-secondary) !important;
}

.membership-filter__buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

.membership-filter__section {
    margin-bottom: 30px;
}

/*
 *
 * TABLE
 *
 */

.membership-table__section {

}

table tbody tr:hover>td, table tbody tr:hover>th {
    background-color: rgba(0,0, 0, 0) !important;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: rgba(0,0, 0, 0) !important;
}

table tbody>tr:nth-child(even) {
    background-color: var(--color-surface-container-lower) !important;
}

.membership-table__head {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 120px;
    text-align: center;
}

.membership-table__section--color {
    color: #FFFFFF;
}

.membership-table__section {
    font-size: 0.875em;
    line-height: 1.25em;
}

.membership-table,
.membership-table * {
    border: none;
    border-collapse: collapse;
}

.membership-table__price {
    color: #FFFFFF;
    font-size: 2em;
}

.membership-table__label {
    vertical-align: middle;
}

.membership-table__text {
    text-align: center;
    vertical-align: middle;
}

/*
 *
 * SLIDER CONTAINER
 *
 */

.membership {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
}

.membership__slider-area {
    width: 100px;
    flex-grow: 1;
    flex-shrink: 0;
}



.membership__control-area {
    width: 40px;
    flex-grow: 0;
    flex-shrink: 0;
    text-align: center;
    font-size: 1.4em;
    padding: 20px 0;
}

@media all and (max-width: 768px) {
    .membership {
        flex-wrap: wrap;
    }

    .membership__control-area {
        order: 1;
        width: 50%;
    }

    .membership__slider-area {
        order: 2;
        width: 100%;
    }

}

.membership__control-area i {
    cursor: pointer;
}

#o-membership-explanations {
    font-size: 0.875em;
    line-height: 1.25em;
    margin-top: 40px;
}

#o-membership-single .membership-table__section--button {
    display: none;
}

#o-membership-explanations {
    font-size: 0.875em;
    line-height: 1.25em;
}
