/* Theme overrides: add custom styles here */

.smart-calendar-wrap {
    border: 1px solid #e8ebf1;
    border-radius: 10px;
}

.smart-calendar-table th,
.smart-calendar-table td {
    min-width: 170px;
    vertical-align: top;
    background-color: #fff;
}

.smart-calendar-table .smart-time-col {
    min-width: 160px;
    background: #f8f9fb;
}

.smart-cell-empty {
    background: #fcfdff;
}

.smart-cell-filled {
    background: #f5f9ff;
}

.smart-event {
    border-left: 4px solid #3d7ff9;
    background: #ffffff;
    border-radius: 8px;
    padding: 8px 10px;
    box-shadow: 0 1px 4px rgba(17, 24, 39, 0.08);
}

.smart-event-locked {
    border-left-color: #f59f00;
    background: #fff9e8;
}

.smart-event-subject {
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 2px;
}

.smart-event-meta {
    color: #64748b;
    font-size: 12px;
    line-height: 1.4;
}

.iti { width: 100%; }

