aside.modal-popup.exit-intent-teaser-popup .modal-inner-wrap {
    width: 90%;
    max-width: 420px;
}

aside.modal-popup.exit-intent-teaser-popup .modal-content {
    padding-top: 8px;
}

.exit-intent-teaser__modal {
    padding: 8px 4px 4px;
    text-align: center;
}

.exit-intent-teaser__icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #eaf2fd;
    color: #1979c3;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exit-intent-teaser__icon--success {
    background: #e8f5e9;
    color: #2e7d32;
}

.exit-intent-teaser__heading {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
}

.exit-intent-teaser__subtext {
    margin: 0 0 20px;
    color: #575757;
    font-size: 14px;
    line-height: 1.5;
}

.exit-intent-teaser__form {
    max-width: 360px;
    margin: 0 auto;
}

.exit-intent-teaser__label {
    display: block;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .03em;
    color: #757575;
    margin-bottom: 6px;
}

.exit-intent-teaser__input {
    width: 100%;
    height: 44px;
    margin-bottom: 12px;
    font-size: 15px;
    box-sizing: border-box;
}

.exit-intent-teaser__error {
    text-align: left;
    margin-bottom: 12px;
}

.exit-intent-teaser__submit {
    width: 100%;
    height: 44px;
    font-size: 15px;
    font-weight: 600;
}

.exit-intent-teaser__dismiss {
    display: block;
    margin: 16px auto 0;
    padding: 0;
    background: none;
    border: none;
    color: #757575;
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
}

.exit-intent-teaser__dismiss:hover {
    color: #1a1a1a;
}

.exit-intent-teaser__code-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: 360px;
    margin: 0 auto 20px;
    padding: 14px 18px;
    border: 2px dashed #1979c3;
    border-radius: 4px;
    background: #f7fafd;
}

.exit-intent-teaser__code {
    font-family: 'Courier New', monospace;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .05em;
    color: #1a1a1a;
    word-break: break-all;
}

.exit-intent-teaser__copy {
    border: 1px solid #1979c3;
    background: #fff;
    color: #1979c3;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 3px;
    cursor: pointer;
    white-space: nowrap;
}

.exit-intent-teaser__copy:hover {
    background: #1979c3;
    color: #fff;
}

.exit-intent-teaser__copy--done {
    border-color: #2e7d32;
    color: #2e7d32;
}

.exit-intent-teaser__copy--done:hover {
    background: #2e7d32;
    color: #fff;
}
