/* Шрифт для всего виджета */
[class*="review"],
.review-widget,
.reviewlab-container {
  font-family: 'Montserrat', Arial, sans-serif !important;
}

/* Белая кнопка */
[class*="review"] button,
.review-widget button,
.reviewlab-container button,
[class*="review"] .btn,
.review-widget .btn,
.reviewlab-container .btn {
  background-color: #ffffff !important;
  color: #2D2D2D !important;
  font-family: 'Montserrat', Arial, sans-serif !important;
  border-style: solid !important;
  padding: 10px 20px !important;
  border-radius: 15px !important;
}
