/*--LIPSCORE WIDGET__*/
.tws-product-reviews-widget--lipscore .tab-content>.tab-pane {
    display: block !important;
}
/* Removing white-space */
.bountiful--article-bottom {
  margin: -20px 0 0 0;
}
.slot--article-description {
	padding: 20px 0;
}
/* Removing Description and article number */
.tws-article-description--article-number, .tws-article-description--heading {
  display: none;
}
/* Remove Show more */
.tws-article-description--text-container {
  max-height: fit-content;
}

.articlegroup .slot--articles {
	margin-top: 0;
}