/* Custom theme styles */

/* Reduce spacing between consecutive text_image sections */
.ud-text-image + .ud-text-image {
  padding-top: 40px;
}

/* Make blueish background visible in full - remove white wrapper background */
.ud-text-image-wrapper {
  background: transparent !important;
  border: none !important;
}

/* Use custom icon background color for the ::before pseudo-element */
.ud-single-feature .ud-feature-icon::before {
  background: var(--icon-bg-color, var(--primary-color));
}

