.fmt-reactiewolk {
    width: 100%;
    line-height: 1.6;
    text-wrap: pretty;
    text-align-last: left;
}

.fmt-reactiewolk__item {
    display: inline;
}

.fmt-reactiewolk__comment {
    display: inline;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    text-decoration: none;
    transition: opacity .2s ease, color .2s ease;
}

.fmt-reactiewolk__comment:hover,
.fmt-reactiewolk__comment:focus {
    opacity: .72;
}

.fmt-reactiewolk--underline .fmt-reactiewolk__comment:hover,
.fmt-reactiewolk--underline .fmt-reactiewolk__comment:focus {
    text-decoration: underline;
    text-underline-offset: .12em;
}

.fmt-reactiewolk__separator {
    display: inline;
    opacity: .55;
    white-space: nowrap;
}

.fmt-reactiewolk--empty {
    opacity: .65;
    font-size: 14px;
    text-align: left;
}
