.turneffe-quickfact {
  display: flex;
  justify-content: space-between; }

.turneffe-quickfact__number {
  background-color: #0eb3d6;
  border-radius: 50%;
  color: white;
  text-align: center;
  align-self: center;
  justify-self: center;
  flex-grow: 1;
  width: 3.22em;
  height: 3.22em;
  margin-right: 1em;
  font-size: 1.325em;
  display: flex;
  align-items: center; }
  .turneffe-quickfact__number > span {
    width: 100%; }

.turneffe-quickfact__text {
  flex-grow: 2;
  align-self: center;
  text-transform: uppercase;
  padding: 0 1em; }

.turneffe-quickfact__icon {
  flex-grow: 1;
  display: flex;
  align-items: center; }
  .turneffe-quickfact__icon img,
  .turneffe-quickfact__icon svg {
    color: white;
    fill: white; }

.wp-block-button__link.has-turneffe-gold-background-color {
  background-color: #f7a800; }

.wp-block-button__link.has-turneffe-lightblue-background-color {
  background-color: #0eb3d6; }

.wp-block-button__link.has-turneffe-blue-background-color {
  background-color: #005d8f; }
