#k2d-calendar {
    background: #F1F4F4;
    padding: 15px;
    border-radius: 12px;
}

/* Header */
.fc-toolbar-title {
    color: #01339B;
    font-weight: bold;
}

/* Buttons */
.fc-button {
    background: #01339B !important;
    border: none !important;
    border-radius: 6px !important;
}

.fc-button:hover {
    background: #349AFE !important;
}

/* Events */
.fc-event {
    background: #349AFE !important;
    border: none !important;
    border-radius: 6px;
    font-size: 12px;
    padding: 2px;
}

/* Today highlight */
.fc-day-today {
    background: #eaf3ff !important;
}