.modavana-tryon-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.55);
    z-index: 999999;
}

.modavana-tryon-modal {
    background: #fff;
    width: 92%;
    max-width: 520px;
    margin: 80px auto;
    padding: 28px;
    border-radius: 14px;
    position: relative;
    text-align: center;
}

.modavana-tryon-close {
    position: absolute;
    top: 14px;
    right: 18px;
    cursor: pointer;
    font-size: 24px;
}

.modavana-tryon-upload {
    border: 2px dashed #ccc;
    padding: 28px;
    margin: 22px 0;
    cursor: pointer;
}

.modavana-tryon-actions button {
    margin: 8px;
    padding: 12px 22px;
    border: none;
    cursor: pointer;
}

.modavana-tryon-continue {
    background: #111;
    color: #fff;
}

.modavana-tryon-cancel {
    background: #eee;
}

.modavana-tryon-file-name {
    font-size: 14px;
    margin-top: 10px;
    color: #333;
}

.modavana-tryon-continue:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.modavana-tryon-modal {
    max-height: 85vh;
    overflow-y: auto;
}

#modavana-tryon-file-name + img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 220px;
    object-fit: contain;
}