
#mybb-live-preview {
    display: none;

    margin: 0 0 14px;
    padding: 14px 16px;

    color: #1f252b;
    background: rgba(255, 255, 255, 0.32);
    border: 1px solid rgba(31, 45, 56, 0.22);
}

#mybb-live-preview-title {
    margin: 0 0 10px;

    color: #7c473b;
    font: 700 11px/1 Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mybb-live-preview-content {
    min-height: 22px;
    overflow-wrap: anywhere;

    font: inherit;
}

.mybb-live-preview-content blockquote {
    margin: 8px 0;
    padding: 8px 12px;

    border-left: 3px solid rgba(124, 71, 59, 0.45);
    background: rgba(255, 255, 255, 0.24);
}

.mybb-live-preview-content pre {
    overflow: auto;

    margin: 8px 0;
    padding: 8px 10px;

    background: rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.08);

    white-space: pre-wrap;
}

.mybb-live-preview-content img {
    max-width: 100%;
}

.mybb-live-preview-empty {
    color: rgba(31, 37, 43, 0.52);
    font-style: italic;
}

