/* CSS Overrides */

/**
 * Hero carousel dots: GlobalMobileStyles forces all buttons to 44×44px on small
 * screens. Reset only for .bp-carousel__dot so indicators stay small; padding
 * on the button still gives a reasonable tap target.
 */
@media (max-width: 768px) {
  button.bp-carousel__dot {
    min-width: unset;
    min-height: unset;
  }
}

.statCard {
  transition: none !important;
}

.statCard:hover {
  transform: none !important;
  box-shadow: 0 2px 10px var(--shadow) !important;
  border-color: var(--border) !important;
}
