.kto-v16-cf7-success-popup {
    width: auto;
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 48px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.kto-v16-cf7-success-popup img,
.kto-v16-cf7-success-popup-shell img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: calc(100vh - 72px);
    border-radius: 8px;
}

.kto-v16-cf7-success-popup-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(15, 23, 42, 0.72);
}

.kto-v16-cf7-success-popup-shell {
    position: relative;
    width: min(1200px, 100%);
}

.kto-v16-cf7-success-popup-close {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    color: #111827;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.22);
}

html.kto-v16-cf7-success-popup-open,
html.kto-v16-cf7-success-popup-open body {
    overflow: hidden;
}

.kto-v16-cf7-success-popup-preview {
    width: 180px;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    background: #ffffff;
}

.kto-v16-cf7-success-popup-preview img {
    max-width: 160px;
    max-height: 90px;
    display: block;
}

.kto-v16-cf7-success-popup-preview span {
    color: #646970;
    font-size: 12px;
}
