.formation-details {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 8px;
    margin-top: 15px;
}

.formation-package {
    border: 1px solid #ddd;
    padding: 20px;
    margin: 15px 0;
    border-radius: 5px;
    background-color: white;
}

.formation-package h4 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 1.2em;
}

.formation-price {
    font-weight: bold;
    color: #e74c3c;
    font-size: 1.1em;
    margin: 10px 0;
}

.formation-schedule {
    background-color: #ecf0f1;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
}

.formation-modules {
    list-style: none;
    padding: 0;
}

.formation-modules li {
    margin: 10px 0;
    padding: 10px;
    background-color: #f8f9fa;
    border-left: 3px solid #3498db;
}

.formation-note {
    font-style: italic;
    color: #7f8c8d;
    margin-top: 10px;
}

.software-list {
    color: #2980b9;
    margin: 10px 0;
}

.reservation-info {
    background-color: #e8f4f8;
    padding: 10px;
    border-radius: 5px;
    margin-top: 15px;
}