/**
 * description: Styling sheet for the wb_description shortcode ent-v2 skin
 * author: WorkerBee.TV
 * date created: September 14, 2021
 * @package Enterprise
 */

.wb-description-ent-v2,
.wb-description-ent-v2 p {
    color: #000000;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 10.5pt;
    line-height: 19px;
    overflow-wrap: break-word;
	overflow-wrap: anywhere;
	padding: 0 5px 0 0;
}

.wb-description-ent-v2 p .aligncenter {
    clear: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wb-description-ent-v2-wrapper {
    padding-right: 0;
    padding-left: 0;
    overflow-wrap: break-word;
	overflow-wrap: anywhere;
	padding: 0 5px 0 0;
}

.wb-ent-description.wb-ent-post-description-paragraph-group blockquote p {
    font-style: normal !important;
}