#szb-vfr-recommendation {
  display: flex;
  background-color: #f2f4f4;
  padding: 5px 9px;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 14px;
  justify-content: center;
}

#szb-vfr-recommendation b {
  display: contents;
  color: #00aae0;
}

.vfr__container {
  margin-left: 0px;
}

#szb-vfr-button {
  background: #00aae0;
  color: #fff;
  height: 30px;
  font-size: 12px !important;
  width: 150px;
  justify-content: center;
  border-radius: 4px;
}

#szb-chart-button {
  border-bottom: 0.5px solid #00aae0;
  margin: 0;
  text-wrap: nowrap;
  height: 30px;
  font-size: 12px !important;
  color: #00aae0;
}

button#szb-vfr-button:before {
  display: flex;
  height: 19px;
  width: 19px;
  content: '';
  margin-right: 6px;
}

.sizebay-icon-hanger:before {
  background: url(https://static.sizebay.technology/icons/hangerSlims-white.svg) center center / 100% 100% no-repeat;
}

.sizebay-icon-shoe:before {
  background: url(https://static.sizebay.technology/icons/shoeBoldWhite.svg) center center / 100% 100% no-repeat;
}

button#szb-chart-button:before {
  background: url(https://static.sizebay.technology/icons/chart-blue.svg) center center / 100% 100% no-repeat;
  display: flex;
  height: 19px;
  width: 19px;
  content: '';
  margin-right: 6px;
  transform: rotate(45deg);
}

#szb-vfr-button:hover,
#szb-chart-button:hover {
  text-decoration: none;
}

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