/* AirlyGo V11.1.71 — Home service-context visibility and motion. */
[data-service-content][hidden] {
  display: none !important;
}

[data-service-content].ag171-service-enter {
  animation: ag171-service-enter 260ms ease-out both;
}

@keyframes ag171-service-enter {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-service-content].ag171-service-enter {
    animation: none;
  }
}
