﻿.background {
    padding: 20px;
}

.section-title {
    font-weight: 600;
}

.section-sub {
    color: #666;
}

.header-card {
    margin-top: 5px;
}

.table-card {
    border-radius: 18px;
    overflow: hidden;
}

.empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 40px;
    color: #777;
}
