.trustpilot-widget-banner {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d7d7dc;
  padding: 20px;
}

.b2c-call-banner {
  position: sticky;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 30px;
  left: 100%;
  background-color: #faf532;
  color: #1e1e1e;
  padding: 10px 40px 10px 20px;
  border-radius: 10px 0 0 10px;
  width: fit-content;
  cursor: pointer;
  transition: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transform: translateX(20px);
  transform-origin: right;
  font-size: 16px;
  font-family: "Syne";
}

.b2c-call-banner:hover,
.b2c-call-banner:active,
.b2c-call-banner:focus,
.b2c-call-banner:focus-within {
  color: #1e1e1e;
  transform: scaleY(1) translateX(0) !important;
}

.b2c-call-banner:focus-visible {
  outline: none;
}

.b2c-call-banner img {
  margin-right: 10px;
}

.spring-offer-banner {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #faf532;
  color: #1e1e1e;
  padding: 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Syne";
  font-weight: 700;
  z-index: 9999;
  text-align: center;
}

@media (max-width: 768px) {
  .spring-offer-banner {
    font-size: 10px;
  }
}
