.opra-widget {
  position: fixed;
  top: 135px;
  right: 7px;
  z-index: 1050;
  width: 78px;
  height: auto;
  background-color: #003838;
  border-radius: 5px;
  padding: 0;
  color: white;
  font-family: Poppins, sans-serif;
  overflow: hidden;
  cursor: pointer;
}

.opra-widget.ow-blanc {
  background-color: white;
  color: #003838;
}

.opra-widget.ow-vert {
  background-color: #003838;
}

.opra-widget .ow-rating {
  text-align: center;
  margin: -2px 0 -5px 0;
}

.opra-widget .ow-score {
  font-size: 18px;
  margin-right: -3px;
}

.opra-widget.ow-blanc .ow-score {
  font-weight: 600;
}

.opra-widget.ow-vert .ow-score {
  font-weight: 500;
}

.opra-widget .ow-total {
  font-size: 12px;
  padding-left: 0;
  font-weight: 500;
}

.opra-widget.ow-blanc .ow-total {
  font-weight: 500;
}

.opra-widget.ow-vert .ow-total {
  font-weight: 400;
}

.opra-widget .ow-star {
  color: #fabd03;
  font-size: 20px;
}

.opra-widget .ow-reviews {
  font-size: 9px;
  margin-bottom: 2px;
  text-align: right;
  margin-right: 9px;
  margin-top: 2px;
}

.opra-widget.ow-blanc .ow-reviews {
  font-weight: 500;
}

.opra-widget.ow-vert .ow-reviews {
  font-weight: 400;
}


.opra-widget .ow-logo {
  background-color: #fabd03;
  width: 78px;
  height: 43px;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: initial;
}
