/* css/style.css */
.wss-schedule {
    max-width: 1000px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}
#wss-calendar {
    margin-top: 20px;
}
.wss-leave-form {
    max-width: 500px;
    margin: 20px auto;
}
.wss-leave-form label {
    font-weight: bold;
}
.wss-leave-form input[type="date"],
.wss-leave-form input[type="time"],
.wss-leave-form textarea {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
}
.wss-notice {
    background-color: #dff0d8;
    color: #3c763d;
    padding: 10px;
    border: 1px solid #3c763d;
    border-radius: 4px;
}