/*
 * NIVO Portal Shell base CSS.
 * Structural styles are split into token, layout, component, desktop and mobile files.
 * This file is reserved for small global shell-level refinements.
 */

.nivo-wp-content > *:first-child { margin-top: 0; }
.nivo-wp-content > *:last-child { margin-bottom: 0; }

::selection {
  background: rgba(69, 136, 38, 0.22);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
