.agent-table {
    font-size: 0.75rem;
}

.agent-table th {
    vertical-align: top;
    min-width: 5rem;
}

.agent-table .header-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.agent-table .header-container > .bottom-container {
    font-weight: normal;
}

@container (min-width: 60rem) {
    .agent-table th:nth-child(1) {
        min-width: 10rem;
    }
}
