.yotpo-product-points-inner-wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.yotpo-product-points-widget-icon {
  display: flex;
  width: 20px !important;
  height: 20px !important;
}

.yotpo-product-points-widget-icon .yotpo-custom-icon {
  width: 20px !important;
  height: 20px !important;
  border-radius: unset !important;
}

.yotpo-product-points-widget-logged-in-view,
.yotpo-product-points-widget-logged-out-view {
  font-size:13px !important; 
}

.yotpo-product-points-widget-points-amount {
  font-weight:700 !important; 
}

#yotpo-product-points-widget>div {
  border-radius: unset !important;
}