/* Admin Teams — дополнения к admin-users.css */

.atm-create-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 14px;
}

.atm-create-input {
    flex: 1 1 220px;
    min-width: 160px;
    max-width: 420px;
}

.atm-filter-input {
    width: 100%;
    max-width: 360px;
    margin-top: 8px;
}

.atp-col-actions {
    width: 96px;
    text-align: right;
}

.atp-btn-danger {
    color: #ffb4b8;
    border-color: rgba(255, 100, 110, 0.45);
}

.atp-btn-danger:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}
