.bwb-widget-wrapper {
  position: fixed;
  bottom: 1.5rem;
  right: auto;
  top: auto;
  left: 1.5rem;
  z-index: 2147483647;
}

.bwb-widget {
  background-color: #FFFFFF;
  border: 1px solid #f4f4f4;
  z-index: 9999;
  border-radius: 1rem;
  padding: 1rem;
  font-size: 0.9rem;
  width: 350px;
  max-width: calc(100vw - 3rem);
  max-height: 70vh;
  overflow: visible;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.bwb-widget .bwb-widget-content {
  max-height: 95%;
  overflow: auto;
}

.divider {
  margin: 0.75rem 0;
  height: 1px;
  background-color: #f4f4f4;
  width: 100%;
}

#bwb-widget-small {
  cursor: pointer;
  text-align: center;
  max-width: 125px;
  padding-top: 2rem;
}
#bwb-widget-small span.kopersbescherming {
  display: block;
  margin-top: 0.5rem;
  font-weight: 400;
  line-height: 1rem;
}
#bwb-widget-small:hover {
  border: 1px solid #4caf50;
}
#bwb-widget-small svg {
  fill: #eeeeee;
}
#bwb-widget-small svg.filled {
  fill: gold;
}
#bwb-widget-small #average {
  font-weight: bold;
}
#bwb-widget-small .score-wrapper {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.bwb-widget-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -1rem;
  right: -0.5rem;
  cursor: pointer;
  border-radius: 100%;
  background-color: #4caf50;
  padding: 0.5rem;
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
}
.bwb-widget-close svg {
  fill: #FFFFFF;
}

#bwb-widget-large {
  display: flex;
}
#bwb-widget-large h1 {
  font-size: 1.15rem;
}
#bwb-widget-large .bwb-widget-link {
  position: relative;
  border: 1px solid #f4f4f4;
  padding: 1rem 4rem 1rem 1rem;
  border-radius: 0.75rem;
  margin-bottom: 0.5rem;
  transition: all 0.2s ease-in-out;
}
#bwb-widget-large .bwb-widget-link::after {
  position: absolute;
  top: calc(50% - 15px);
  right: 1rem;
  height: 30px;
  width: 30px;
  content: "";
  background: url("../images/chevron-right-solid.svg") no-repeat;
  transition: all 0.2s ease-in-out;
}
#bwb-widget-large .bwb-widget-link:hover {
  border: 1px solid #a3d7a5;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
#bwb-widget-large .bwb-widget-link:hover::after {
  transform: translateX(5px);
}
#bwb-widget-large .bwb-widget-link p {
  margin-bottom: 0;
}
#bwb-widget-large .bwb-widget-link h3 {
  font-size: 1rem;
  margin-bottom: 0.1rem;
}
#bwb-widget-large .featured-review {
  margin-top: 1rem;
  background-color: #f4f4f4;
  padding: 1rem;
  border-radius: 0.75rem;
}
#bwb-widget-large .featured-review h6 {
  margin-bottom: 0;
  font-weight: bold;
}
#bwb-widget-large .featured-review .star-wrapper {
  margin-bottom: 0.5rem;
}
#bwb-widget-large .featured-review p {
  margin-bottom: 0;
}
#bwb-widget-large .featured-review svg {
  fill: #eeeeee;
}
#bwb-widget-large .featured-review svg.filled {
  fill: gold;
}
#bwb-widget-large a.more-reviews {
  margin-top: 1rem;
  display: block;
  text-align: center;
  color: #a4a4a4;
  transition: all 0.2s ease-in-out;
}
#bwb-widget-large a.more-reviews:hover {
  color: #4caf50;
}

/*# sourceMappingURL=style.css.map */
