.shift-overview-page {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.shift-overview-card {
    background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%);
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1rem !important;
    margin-top: 1rem;
}

.table-container {
    overflow-x: auto;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background-color: #ffffff;
    touch-action: pan-y;
}
