.data-table {
    width: 100%;
    border-collapse: collapse;
}

.data-table th,
.data-table td {
    text-align: left;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.status-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.7rem;
    border-radius: var(--radius-pill);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(62, 53, 45, 0.14);
    font-size: var(--text-xs);
    color: var(--color-text);
    font-weight: 600;
}
