.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: .35rem;
}

.footer-links a {
  color: #f5a623;
  font: inherit;
  text-decoration: none;
  transition: color .2s ease, filter .2s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  filter: brightness(1.2);
  text-decoration: underline;
  text-underline-offset: .2em;
  outline: none;
}

.footer-links .footer-home:hover,
.footer-links .footer-home:focus-visible { color: #fff; }

.footer-links .footer-watch:hover,
.footer-links .footer-watch:focus-visible { color: #ffd166; }

.footer-links .footer-request:hover,
.footer-links .footer-request:focus-visible { color: #9b72ff; }

.footer-links .footer-status:hover,
.footer-links .footer-status:focus-visible { color: #45d483; }

.footer-links .footer-admin:hover,
.footer-links .footer-admin:focus-visible { color: #58a6ff; }

.footer-separator { color: rgba(255, 255, 255, .34); }

.poster-rail {
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 4px;
}

.poster-rail::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.poster-rail.is-dragging {
  cursor: grabbing;
  user-select: none;
  scroll-behavior: auto;
}
