.mci-modal.mci-simplified {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
    padding: 0 1rem 1rem;
}

.mci-simplified.mci-iframe-modal-wrapper {
    background: #008237;
    padding: 1rem 3rem;
    margin: 1rem auto;
    width: 90%;
    max-width: 880px;
    border-radius: 1rem;
    text-align: center;
    position: relative;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .mci-simplified.mci-iframe-modal-wrapper {
        display: none;
    }
}

.mci-simplified.mci-iframe-modal-wrapper .message {
    text-align: left;
    font-size: 16px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.mci-simplified.mci-iframe-modal-wrapper .controls .close {
    border-radius: 1rem;
    font-weight: 900;
    padding: 1rem 2rem;
    background: #fff;
    color: #008237;
    border: none;
    cursor: pointer;
    font-size: 16px;
}