.footer-text {
  font-size: 20px;
  color: #002850 !important;
}

.footer-text a {
  color: #002850 !important;
  text-decoration: underline;
  font-weight: bold;
}

@media (max-width: 768px) {
  .footer-text {
    font-size: 18px;
  }

  /* ✅ Stile del Footer */
  footer.site-footer {
    padding: 20px !important;
    border-bottom: 50px solid #FFD02C !important; /* ✅ Usa il colore corretto */
    text-align: center; /* ✅ Per una migliore disposizione sui vari device */
  }

  /* ✅ Migliora la leggibilità del testo */
  footer.site-footer .text-content {
    color: #002850 !important; /* Usa il colore brand */
    font-family: "Roboto", sans-serif;
    font-size: clamp(1.125rem, 1.0642rem + 0.2703vw, 1.25rem) !important;
  }

  footer.site-footer a:hover {
    text-decoration: none;
  }
