.offerEmails {
    width: 100%;
    height: auto;
}

.offerEmails__options {
    width: 30%;
    height: 36rem;
    border: 1px solid lightgrey;
    display: inline-block;
    vertical-align: top;
}

.offerEmails__option {
    width: 100%;
    height: 9rem;
    padding: .3rem;
    border-bottom: 1px solid lightgrey;
    text-align: center;
    line-height: 9rem;
    font-size: 1.4rem;
    font-weight: 700;
    cursor: pointer;
}

.offerEmails__option.active {
    background-color: #DDD;
}

.offerEmails__option:last-child {
    border-bottom: 0;
}

.offerEmails__emailWrapper {
    display: none;
}

.offerEmails__emailWrapper.active {
    display: inline;
    width: 70%;
    min-height: 36rem;
    display: inline-block;
    vertical-align: top;
    padding: 0 10rem;
}

.offerEmails__emailWrapper.active .ql-editor {
    min-height: 17rem;
}

.offerEmails__emailWrapper.active .ql-container.ql-snow {
    min-height: 17.25rem;
}

/* .offerEmails__wysiwyg {
    height: calc(100% - 75px);
}

.offerEmails__wysiwygWrapper {
    max-height: 100%;
    height: 36rem;
    box-shadow: inset 0 0 2px 1px #dddddd;
    border: 2px solid #b3b3b3;
    border-radius: 4px;
} */

.rdw-editor-main {
    max-height: 100%;
    height: 34rem;
    border: 2px solid #b3b3b3;
    box-shadow: inset 0 0 2px 1px #dddddd;
    border-radius: 4px;
}

@media screen and (max-width: 991px) {
    .offerEmails__options {
        width: 100%;
        display: block;
    }

    .offerEmails__emailWrapper.active {
        padding: 0;
        width: 100%;
    }
}
