.agenda-container {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

#calendar {
    height: 700px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    margin-top: 1rem;
}

.agenda-header {
    margin-bottom: 2rem;
}

/* Ensure toastui popups are visible and styled on top of the workspace theme */
.toastui-calendar-popup-container {
    z-index: 1050 !important;
}
