@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: 'Outfit', sans-serif;
  --main-color: #000000;
}

body:has(.vfr__container) div[class='ks-chart-container sizing-chart-container ks-container-with-modal'] {
  display: none;
}

.ks-calculator-inject {
  display: none;
}

#szb-vfr-recommendation {
  display: block;
  font-size: 1.2em;
  margin-bottom: 0.4em;
  margin-top: -1em;
}

#szb-vfr-recommendation b {
  color: #000000;
  font-weight: 600;
}

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

button.vfr__button--clean {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 14px;
  color: var(--main-color);
  margin: 0;
  height: max-content;
  line-height: normal;
  outline: none important;
}

.vfr__button--clean:hover {
  text-decoration: none;
}

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

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

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

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

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