@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap');

.pwd-footer-link {
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  background-color: #969696;
  color: #969696;
  opacity: 1;
  padding: 10px 0;
  pointer-events: none;
}

.pwd-footer-link a {
  color: inherit;
  text-decoration: none;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}

.pwd-footer-link a:hover {
  opacity: 1;
  text-decoration: underline;
}

@media (max-width: 480px) {
  .pwd-footer-link {
    font-size: 10px;
  }
}
