﻿.popup-edit-shell {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    container-type: inline-size;
}

.popup-edit-body {
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
    max-width: 100%;
    overflow: visible;
}

.popup-edit-footer {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 1.25rem 3.5rem 1rem 2.5rem;
    border-top: 1px solid #e5e7eb;
    background-color: white;
}

