.uc-popup .t396__artboard {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    border-radius: 32px !important;
    box-shadow: 0 8px 48px rgba(0,0,0,0.08) !important;
    background: #fff !important;
    z-index: 10001 !important;
    width: 80vw !important;
    min-width: 300px !important;
    max-width: 900px !important;
    /* height убираем! — пусть зависит от контента */
    /* height: 60vh !important; */
    min-height: 0 !important;
    max-height: 90vh !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 32px 32px 24px 32px !important;
    box-sizing: border-box !important;
    overflow-y: auto !important;
}

/* --- Мобильная версия --- */
@media (max-width: 480px) {
    .uc-popup .t396__artboard {
        width: 98vw !important;
        min-width: 0 !important;
        max-width: 100vw !important;
        border-radius: 16px !important;
        padding: 10px 0 16px 0 !important;
        box-sizing: border-box !important;
        max-height: 98vh !important;
    }
}
