@import url('https://fonts.googleapis.com/css2?family=Outfit&display=swap');

@font-face {
  font-family: 'Sizebay';
  src: url('https://static.sizebay.technology/font/stores/fontRuler/fonts/buttons-icons.woff');
}

@font-face {
  font-family: 'Sizebay';
  src: url('https://static.sizebay.technology/font/stores/fontRuler/fonts/untitled-font-3.woff');
}

:root {
  --main-font: 'Inter', sans-serif;
  --main-color: #000000;
}

#szb-vfr-recommendation {
  display: block;
  margin-bottom: 3em;
  margin-top: -2em;
  font-size: 14px;
}

div.szb-vfr-btns {
  gap: 1em;
  margin-bottom: 1em;
  margin-top: -2em;
}

button.vfr__button--clean {
  font-family: var(--main-font);
  font-weight: 500;
  font-size: 14px;
  color: var(--main-color);
  margin: 0;
  height: max-content;
  line-height: normal;
  padding: 14px 12px;
  border: solid 1px var(--wp--preset--color--tertiary);
  border-radius: 2px;
}

.vfr__button--clean:focus {
  outline: none !important;
}

.vfr__button--clean:hover {
  text-decoration: none;
  opacity: 1 !important;
  border: 1px solid var(--main-color);
}

button.vfr__button--clean::before {
  display: flex;
  font-family: 'Sizebay';
  font-size: 19px;
  text-transform: none;
  color: #000;
  align-self: center;
  margin-right: 5px;
}

button#szb-vfr-button:before {
  height: 13px;
  content: '\61';
}

button#szb-measurements-button:before {
  height: 11px;
  content: '\62';
}

@media screen and (max-width: 768px) {
  .vfr__container {
    margin-left: 0px;
  }

  .vfr__button--clean {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 390px) {
  button.vfr__button--clean {
    font-size: 10px !important;
  }

  #szb-vfr-recommendation {
    font-size: 12px;
    margin-bottom: 3em !important;
  }
}
