#yotpo-widget-btn {
	border-radius: 8px !important;

    background-color: var(--primary-color) !important;
    cursor: pointer;
    align-self: center;
    min-height: 37px;
    height: -moz-fit-content;
    height: fit-content;
  	width: 100%;
    min-width: 120px !important;
    height: 37px !important;
    padding: 0 12px !important;
}

#yotpo-widget-btn span {
    color: var(--yotpo-empty-white) !important;
}

.yotpo-read-more {
	color car(--primary-color) !important;
  	font-weight: 600 !important;
}

.yotpo a {
	color car(--primary-color) !important;
  	text-decoration: underline !important;
}

.yotpo-comment-link {
	color: var(--primary-color) !important;
  	text-decoration: underline !important;
}