.admin-note {
    margin-top: 0.25rem;
    font-size: 0.85rem;
    color: rgba(249, 186, 91, 0.7);
}

#edit-schedule-container {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}

#edit-schedule-container button {
    border: 1px solid rgba(249, 186, 91, 0.5);
    background: transparent;
    color: #f9ba5b;
    border-radius: 999px;
    padding: 0.6rem 1.5rem;
    cursor: pointer;
    transition: background 0.2s ease;
}

#edit-schedule-container button:hover {
    background: rgba(249, 186, 91, 0.15);
}
