/* Ensure every footer label and link remains readable on the dark gradient. */
footer [class*="text-white/"] {
  color: rgba(255, 255, 255, 0.78) !important;
}

footer a:hover,
footer button:hover {
  color: #fff !important;
}

button[aria-label^="Testimonial by"] {
  position: relative;
  width: 24px !important;
  min-width: 24px;
  height: 24px !important;
  min-height: 24px;
  background: transparent !important;
}

button[aria-label^="Testimonial by"]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(107, 76, 122, 0.2);
  transform: translate(-50%, -50%);
}

button[aria-label^="Testimonial by"][class*="w-7"]::after {
  width: 28px;
  height: 2px;
  border-radius: 0;
  background: rgba(107, 76, 122, 0.55);
}

button[aria-label^="Testimonial by"]:hover::after {
  background: rgba(107, 76, 122, 0.55);
}

[role="dialog"]:not(#mobile-navigation) .text-plum-deeper {
  color: #fff !important;
}

[role="dialog"]:not(#mobile-navigation) [class*="text-plum/"] {
  color: rgba(255, 255, 255, 0.78) !important;
}

[role="dialog"]:not(#mobile-navigation) h3 {
  color: rgba(255, 255, 255, 0.92) !important;
}

[role="dialog"]:not(#mobile-navigation) button {
  color: #fff !important;
}
