/* Start custom CSS for shortcode, class: .elementor-element-58beb6ba */.search-results-actions-heading h4 {
  position: relative;
  color: transparent !important; /* Hides the original text layout */
}

.search-results-actions-heading h4::after {
  content: "RVs For Sale"; /* Injects the replacement text */
  position: absolute;
  left: 0;
  top: 0;
  color: #333333; /* Restores visibility for the new text */
  
  /* Optional: Forces text to stay on one line if needed */
  white-space: nowrap; 
}/* End custom CSS */