/* /Pages/Calendar.razor.rz.scp.css */
.cal-grid[b-n8pqht4a71] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 3px;
    margin-bottom: 0.5rem;
}

.cal-hdr[b-n8pqht4a71] {
    text-align: center;
    font-size: 0.7rem;
    font-weight: 700;
    color: #5A7A94;
    padding: 4px 0;
}

.cal-cell[b-n8pqht4a71] {
    min-height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 8px;
    transition: background 0.15s;
    user-select: none;
    padding: 2px;
}

.cal-cell:hover[b-n8pqht4a71] {
    background: rgba(0, 180, 197, 0.15);
}

.cal-today[b-n8pqht4a71] {
    background: rgba(0, 180, 197, 0.1);
    font-weight: 700;
}

.cal-sel[b-n8pqht4a71] {
    background: #00B4C5;
    color: white;
}

.cal-sel:hover[b-n8pqht4a71] {
    background: #0099AA;
}

.cal-num[b-n8pqht4a71] {
    font-size: 0.85rem;
    line-height: 1;
}

.cal-badge[b-n8pqht4a71] {
    background: #1E3D5A;
    color: white;
    font-size: 0.6rem;
    font-weight: 700;
    border-radius: 99px;
    min-width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    padding: 0 3px;
}

.cal-badge-inv[b-n8pqht4a71] {
    background: white;
    color: #00B4C5;
}
