/* Style front-end pour le plugin LearnDash Theme Reservation */

.ltr-theme-selection {
    margin: 20px 0;
}

.ltr-theme-selection h2 {
    margin-bottom: 20px;
}

.ltr-group-themes {
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 4px;
}

.ltr-group-themes h3 {
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.ltr-themes-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ltr-themes-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin-bottom: 8px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.ltr-theme-title {
    flex: 1;
    font-weight: 500;
}

.ltr-select-theme {
    background: #2271b1;
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
}

.ltr-select-theme:hover {
    background: #135e96;
}

.ltr-selected-theme {
    padding: 20px;
    background-color: #fff8f2;
    border: 1px solid #f1c2a3;
    border-left: 6px solid #E84F0E;
    border-radius: 5px;
    margin-top: 20px;
    color: #333;
}

/* Styles pour la répartition des thèmes */
.ltr-theme-distribution {
    margin: 20px 0;
}

.ltr-distribution-group {
    margin-bottom: 30px;
}

.ltr-distribution-weekend {
    margin-bottom: 20px;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.ltr-distribution-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.ltr-distribution-table th,
.ltr-distribution-table td {
    padding: 8px;
    text-align: left;
    border: 1px solid #e5e5e5;
}

.ltr-distribution-table th {
    background: #f2f2f2;
    font-weight: 600;
}

#ltr-choose-theme {
    background-color: #E84F0E !important;
    color: white !important;
    border: none;
    padding: 10px 16px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    margin-top: 10px;
}

#ltr-choose-theme:hover {
    background-color: #d44305 !important;
}

