.isbrand-nl-popup-modal .modal-inner-wrap {
    max-width: 640px;
}

.isbrand-nl-popup-modal .modal-content {
    padding: 0;
}

.isbrand-nl-popup__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.isbrand-nl-popup__image {
    flex: 1 1 45%;
    min-width: 220px;
}

.isbrand-nl-popup__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.isbrand-nl-popup__content {
    flex: 1 1 55%;
    box-sizing: border-box;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.isbrand-nl-popup__heading {
    margin: 0 0 10px;
    font-size: 1.6rem;
    text-transform: uppercase;
}

.isbrand-nl-popup__text {
    margin: 0 0 20px;
    line-height: 1.5;
}

.isbrand-nl-popup__form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.isbrand-nl-popup__email {
    width: 100%;
    box-sizing: border-box;
}

.isbrand-nl-popup__submit {
    width: 100%;
}

.isbrand-nl-popup__message {
    margin-top: 4px;
    font-weight: 600;
}

.isbrand-nl-popup__message--error {
    color: #e02b27;
}

.isbrand-nl-popup__message--success {
    color: #006400;
}

@media (max-width: 640px) {
    .isbrand-nl-popup__image {
        flex-basis: 100%;
        max-height: 180px;
    }

    .isbrand-nl-popup__content {
        flex-basis: 100%;
        padding: 20px;
    }
}

.isbrand-nl-popup-modal header.modal-header {
    position: absolute;
    right: 0;
}

button.isbrand-nl-popup__submit.action.primary {
    background: #DD1229;
}
