/* Preserve the approved glass treatment independently of CSS compiler output. */
.service-button[data-slot] {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}
