/* Shared data component semantics. Existing table wrappers remain the source of truth for current screens. */
.admin-table-wrap {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.admin-table caption {
    text-align: left;
}

.admin-empty-state__actions {
    margin-top: 1rem;
}
