/* Styles isolés pour éviter les collisions avec notifications-ateliers */
.notifications-mercredi-form {
    max-width: 360px;
    margin: 20px 0;
    padding: 15px;
    background-color: #f0f4f8;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
    text-align: left;
}
.notifications-mercredi-field { margin-bottom: 10px; }
.notifications-mercredi-label {
    display: block; font-weight: 700; margin-bottom: 6px; color: #333;
}
.notifications-mercredi-input {
    width: 100%;
    padding: 8px; font-size: 14px;
    border: 1px solid #ccc; border-radius: 6px; box-sizing: border-box;
}
.notifications-mercredi-actions { margin-top: 10px; }
.notifications-mercredi-button {
    padding: 8px 10px; font-size: 14px; color: #fff; background-color: #78c2ad;
    border: none; border-radius: 6px; cursor: pointer; transition: background-color .3s ease;
    margin-right: 10px;
}
.notifications-mercredi-button:hover { background-color: #5aa593; }
.notifications-mercredi-button-remove { background-color: #f18a8a; }
.notifications-mercredi-button-remove:hover { background-color: #d97070; }
