/* ============================================================
   Widget Summary Karyawan (Sisa Cuti / Summary Absensi / Overtime)
   (app/Filament/Admin/Widgets/EmployeeSummaryWidget.php +
    resources/views/filament/widgets/employee-summary.blade.php)
   ============================================================ */

.akti-summary-stack {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.akti-summary-stack .fi-section-header {
    background-color: #f8fafc;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e5e7eb;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.akti-summary-stack .fi-section-header-heading {
    color: #374151;
    font-weight: 600;
}

.dark .akti-summary-stack .fi-section-header {
    background-color: #1e293b;
    border-bottom-color: #374151;
}

.dark .akti-summary-stack .fi-section-header-heading {
    color: #e5e7eb;
}

.akti-date-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid #e5e7eb;
    font-weight: 600;
    color: #74292a;
}

.dark .akti-date-nav {
    border-top-color: #374151;
    color: #d18d8e;
}

.akti-date-nav-arrow {
    font-size: 1.25rem;
    line-height: 1;
    color: #9ca3af;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.125rem 0.375rem;
    border-radius: 0.25rem;
}

.akti-date-nav-arrow:hover:not(:disabled) {
    background: rgba(29, 78, 216, 0.08);
    color: #1d4ed8;
}

.akti-date-nav-arrow:disabled {
    cursor: not-allowed;
    opacity: 0.4;
}

.dark .akti-date-nav-arrow:hover:not(:disabled) {
    color: #60a5fa;
}
