/* parent-access-delete.css — "Delete parent account" action + confirm
   popup for the Parent Access tab. The popup shell itself reuses the
   shared ui-confirm-* classes (overlays.css); only the row layout and the
   popup's own error text need dedicated rules here.
   See profile-parent-access-tab.js and profile-parent-access-delete-popup.js. */

.pa-row-actions {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    flex-shrink: 0;
}

.pa-delete-btn {
    font-size: var(--text-sm);
    color: var(--color-danger);
}

.pa-delete-popup-error {
    font-size: var(--text-xs);
    color: var(--color-danger);
    margin: 0;
}

.pa-delete-popup-error.is-hidden {
    display: none;
}
