:root {
  --main-font: 'Open Sans';
  --main-color: #383b3e;
}

div.szb-vfr-btns {
  justify-content: space-between;
}

.vfr__container {
  margin-left: 0px;
}

#szb-vfr-recommendation {
  display: block;
  margin-bottom: 10px;
}

button.vfr__button--clean {
  font-family: var(--main-font);
  font-weight: 500;
  font-size: 16px;
  color: var(--main-color);
  margin: 0;
  height: max-content;
  line-height: normal;
  outline: none;
  text-decoration: underline;
}

button.vfr__button--clean:active {
  outline: none;
}

button#szb-vfr-button:before,
button#szb-measurements-button:before {
  display: flex;
  content: '';
  margin-right: 8px;
  margin-top: 5px;
}

button#szb-vfr-button:before {
  background: url(https://static.sizebay.technology/icons/Hanger.svg) center center / 100% 100% no-repeat;
  height: 20px;
  width: 20px;
}

button#szb-measurements-button:before {
  background: url(https://static.sizebay.technology/icons/tabela-medidas.svg) center center / 100% 100% no-repeat;
  transform: rotate(45deg);
  height: 23px;
  width: 22px;
}

body:has(.vfr__container) div.a-attribute-action {
  display: none;
}
