.eas-mark-word-authoring-preview,
.eas-mark-word-question-text,
.eas-mark-word-result-passage {
    line-height: 1.9;
    font-size: 1.05rem;
    white-space: pre-wrap;
}

.eas-mark-word-authoring-preview {
    padding: 16px;
    border: 1px solid #dcdcde;
    border-radius: 4px;
    background: #fff;
    min-height: 50px;
}

.eas-mark-word-token {
    display: inline;
    appearance: none;
    border: 0;
    margin: 0;
    padding: 2px 3px;
    border-radius: 3px;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: inherit;
    cursor: pointer;
}

.eas-mark-word-token:hover {
    background: rgba(0, 115, 170, 0.10);
}

.eas-mark-word-token.is-selected {
    background: #fff3a3;
    box-shadow: inset 0 -2px 0 #d6a700;
}

.eas-mark-word-empty {
    margin: 0;
    color: #646970;
    font-style: italic;
}

.eas-mark-word-authoring {
    margin: 20px 0;
}

.eas-mark-word-question-text .eas-mark-word-token {
    cursor: pointer;
}

.eas-mark-word-result-passage {
    margin: 12px 0 18px;
    padding: 16px;
    border: 1px solid #dcdcde;
    border-radius: 4px;
    background: #fff;
}

.eas-mark-word-review-correct {
    background: #d7f0d7;
    box-shadow: inset 0 -2px 0 #3a8f3a;
    border-radius: 3px;
    padding: 1px 3px;
}

.eas-mark-word-review-missed {
    background: #fff3a3;
    box-shadow: inset 0 -2px 0 #d6a700;
    border-radius: 3px;
    padding: 1px 3px;
}

.eas-mark-word-review-wrong {
    background: #f6d7d7;
    box-shadow: inset 0 -2px 0 #c33;
    border-radius: 3px;
    padding: 1px 3px;
}
