.detalhes-evento-editor.ql-container {
    border: none;
    font-family: inherit;
    font-size: 12px;
}

.detalhes-evento-editor .ql-editor {
    padding: 0;
    min-height: 200px;
    color: var(--neutral-darktest);
    line-height: 1.5;
}

.detalhes-evento-editor--readonly {
    padding: 0;
    min-height: 0;
    outline: none;
    color: var(--neutral-darktest);
    line-height: 1.5;
    font-size: 12px;
}

.detalhes-evento-editor h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 16px 0 0;
}

.detalhes-evento-editor h3:first-child {
    margin-top: 0;
}

.detalhes-evento-editor p {
    font-size: 12px;
    margin: 16px 0 0;
}

.detalhes-evento-editor p:first-child {
    margin-top: 0;
}

.detalhes-evento-editor b,
.detalhes-evento-editor strong {
    font-weight: 700;
}

.detalhes-evento-editor i,
.detalhes-evento-editor em {
    font-style: italic;
}
