.facebookLink {
  align-items: center;
  color: #fff !important;
  display: inline-flex;
  font-weight: 800;
  gap: 9px;
  margin-top: 8px;
}

.facebookLink > span {
  align-items: center;
  background: #1877f2;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  height: 28px;
  justify-content: center;
  line-height: 1;
  width: 28px;
}

.facebookLink:hover {
  text-decoration: underline;
}

.facebookLink:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}
