.vfr__container {
  margin-left: 0px;
  margin-top: 10px;
}

.vfr__button--clean {
  text-decoration: underline;
  font-family: 'Outfit';
  font-size: 14px;
  color: #000000;
  text-underline-offset: 3px;
}

#szb-vfr-recommendation {
  font-family: 'Outfit';
  font-size: 14px;
}

#szb-vfr-recommendation::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2e7d32;
}

button[class^='vfr__button']:focus {
  outline: none;
}

button#szb-vfr-button::after {
  content: '';
  margin-left: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(https://static.sizebay.technology/6463/icons/badge.svg);
  width: 35px;
  height: 35px;
}

div#szb-tooltip {
  margin-top: -6px;
  margin-left: -2px;
  width: 220px;
  background: black;
  height: 55px;
}

#szb-tooltip span {
  font-size: 14px;
  font-family: 'Outfit';
  text-align: center;
}

#szb-tooltip:after {
  left: 25%;
  background: black;
}

body:has(#szb-vfr-recommendation) #szb-tooltip {
  display: none !important;
}
