.elementor-509 .elementor-element.elementor-element-f1f9e0c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-509 .elementor-element.elementor-element-f1f9e0c:not(.elementor-motion-effects-element-type-background), .elementor-509 .elementor-element.elementor-element-f1f9e0c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#020101;}.elementor-509 .elementor-element.elementor-element-3b6d897{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8850f67 *//* ===== FEATURE ROW ===== */
.paychex-features {
  display: flex;
  gap: 25px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}


/* ===== EACH FEATURE ===== */
.feature {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #D1D5DB;
  font-size: 14px;
}

/* ===== ICON CIRCLE ===== */
.feature-icon {
  width: 34px;
  height: 34px;
  background: rgba(211,15,17,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== SVG INSIDE ICON (THIS FIXES YOUR ISSUE) ===== */
.feature-icon svg {
  width: 18px;
  height: 18px;
  stroke: #D30F11;
  stroke-width: 2;
  fill: none;
}

/* ===== HOVER EFFECT (OPTIONAL BUT NICE) ===== */
.feature-icon:hover {
  background: rgba(211,15,17,0.25);
  transform: scale(1.05);
  transition: all 0.2s ease;
}/* End custom CSS */