html.wcag-font-size-small {
  font-size: 16px;
}
html.wcag-font-size-medium {
  font-size: 24px;
}
html.wcag-font-size-big {
  font-size: 32px;
}

.btn-text-resizer {
  align-items: stretch;
  height: 100%;
}

.btn-text-resizer button {
  color: #666;
  border: none;
  height: 100%;
}

.btn-text-resizer button:hover,
.btn-text-resizer button:focus,
html.wcag-font-size-small #wcag-font-small,
html:not(.wcag-font-size-medium):not(.wcag-font-size-big) #wcag-font-small,
html.wcag-font-size-medium #wcag-font-medium,
html.wcag-font-size-big #wcag-font-big {
  color: #8b0002;
  outline: 0;
  box-shadow: none;
}

.btn-text-resizer .fas {
  color: inherit;
}

#wcag-font-small {
  font-size: .7rem;
}
#wcag-font-medium {
  font-size: 1rem;
}
#wcag-font-big {
  font-size: 1.3rem;
}
