/* Semua elemen di dalam #subfooter kecuali a:hover akan putih */
#subfooter,
#subfooter p,
#subfooter h4,
#subfooter h5,
#subfooter span {
  color: white !important;
}

/* Link di #subfooter default juga putih */
#subfooter a {
  color: white !important;
  text-decoration: none; /* jika perlu */
}

/* Link di #subfooter saat di‑hover jadi hitam */
#subfooter a:hover {
  color: black !important;
}

@media (min-width: 320px) {
    #footer .region-footer {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
    }
}