.w-100 {
  width: 100%;
}

.hide,
.hidden {
  display: none !important;
}

/* Screen reader only text */
.screen-reader-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Skip links for keyboard navigation */
.skip-link {
  position: absolute;
  top: -40px;
  left: 8px;
  z-index: 10000;
  background: #000000;
  color: #ffffff;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: top 0.3s;
}

.skip-link:focus {
  top: 8px;
}

.skip-link:hover,
.skip-link:focus {
  background: #0066cc;
  color: #ffffff;
  text-decoration: underline;
}