.html-renderer-container {
    box-sizing: border-box;
    overflow: hidden;
    background-color: transparent;
    position: relative;
}

.html-renderer-error {
    color: #d9534f;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    padding: 15px;
    border-radius: 4px;
    font-family: inherit;
    font-size: 14px;
}

.html-renderer-loading {
    color: #31708f;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    padding: 15px;
    border-radius: 4px;
    font-family: inherit;
    font-size: 14px;
}

.html-renderer-iframe-preview-note {
    font-size: 10px;
    color: #fff;
    background-color: #666;
    padding: 2px 6px;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 3px;
    z-index: 10;
}

.html-renderer-raw-wrap {
    width: 100%;
}
