/* Hide the V2 development warning bar (it is hardcoded and does not persist the X click). */
div[style*="255, 193, 7"][style*="z-index"] {
  display: none !important;
}

.footer.custom-footer a,
.copyright a {
  color: inherit;
  text-decoration: none;
}

.footer.custom-footer a:hover,
.copyright a:hover {
  text-decoration: underline;
}
