/* Override webflow slide-in animations to subtle fade-only.
   Excludes elements that need transforms for hover interactions. */
[data-w-id]:not(.tools-list-avatar):not(.small-card):not(.gradient-overlay) {
  transform: none !important;
}
