/* Reepost Text Editor Widget Styles */

.reepost-text-editor-wrapper {
    width: 100%;
}

.reepost-text-editor-content {
    width: 100%;
}

.reepost-text-editor-content p:first-child {
    margin-top: 0;
}

.reepost-text-editor-content p:last-child {
    margin-bottom: 0;
}

.reepost-text-editor-content h1,
.reepost-text-editor-content h2,
.reepost-text-editor-content h3,
.reepost-text-editor-content h4,
.reepost-text-editor-content h5,
.reepost-text-editor-content h6 {
    margin-top: 0;
}

.reepost-text-editor-content h1:last-child,
.reepost-text-editor-content h2:last-child,
.reepost-text-editor-content h3:last-child,
.reepost-text-editor-content h4:last-child,
.reepost-text-editor-content h5:last-child,
.reepost-text-editor-content h6:last-child {
    margin-bottom: 0;
}
