#ecbc-calendar {
    max-width: 1000px;
    margin: 40px auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 20px;
}

.fc-event {
    background: #0073aa !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 2px 6px !important;
    font-size: 14px !important;
    cursor: pointer !important;
}

.fc-event:hover {
    background: #005a87 !important;
}

.fc-toolbar-title {
    font-size: 1.5em !important;
    font-weight: bold !important;
}

.fc-button {
    background: #0073aa !important;
    border-color: #0073aa !important;
}

.fc-button:hover {
    background: #005a87 !important;
    border-color: #005a87 !important;
}

.fc-button-active {
    background: #005a87 !important;
    border-color: #005a87 !important;
} 