.date-cell-root { width: var(--cell-width); min-width: var(--cell-width); height: var(--h-dates); border-right: 1px solid #f1f5f9; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; } .date-cell-weekend { background-color: #f1f5f9 !important; } .date-cell-weekday { font-size: 10px; text-transform: uppercase; } .date-cell-date { line-height: 1.1; } .date-cell-text-sat { color: #166534 !important; } .date-cell-text-sun { color: #991b1b !important; } .date-cell-text-default { color: #64748b; } .date-cell-text-strong { color: #111827; } .date-cell-reading-active { background-color: #fef08a !important; border-bottom: 2px solid #eab308; } .date-cell-highlight-btn { position: absolute; bottom: 6px; right: 6px; opacity: 0; transition: opacity 0.2s; } .date-cell-highlight-btn-active { opacity: 1; } .date-cell-hover-trigger:hover .date-cell-highlight-btn { opacity: 1; } .date-cell-highlight-bar { position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: #d97706; } .date-cell-tooltip-holiday { background: #7f1d1d; color: #ffffff; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); padding: 6px 8px; } .date-cell-tooltip-event { background: #312e81; color: #ffffff; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); padding: 6px 8px; }