/* Acessibilidade */
.fflch-skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  background: var(--fflch-gold);
  color: #111;
  padding: 10px 14px;
  z-index: 9999;
}

.fflch-skip-link:focus {
  left: 8px;
}

.fflch-accessibility-bar {
  background: #eef2f7;
  border-bottom: 1px solid var(--fflch-border);
  font-size: .9rem;
}

.fflch-accessibility-bar .fflch-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 8px 0;
}

.fflch-accessibility-bar button {
  border: 1px solid var(--fflch-border);
  background: #fff;
  border-radius: 999px;
  padding: 6px 10px;
  cursor: pointer;
}

.fflch-high-contrast {
  filter: contrast(1.25);
}

.fflch-font-large body,
.fflch-font-large {
  font-size: 112%;
}

.fflch-font-small body,
.fflch-font-small {
  font-size: 94%;
}
