/* START Equal height lineup cards */

.equal-height-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.jet-listing-dynamic .jet-listing-grid__item {
  display: flex;
  flex-direction: column;
}

.jet-listing-dynamic .jet-listing-grid__item .jet-listing-grid__item-content {
  flex-grow: 1;
}

/* END Equal height lineup cards */
	

/* START NO HYPHAN BREAKS */

body, p, h1, h2, h3, h4, h5, h6, 
.elementor-icon-list-item .jet-listing-dynamic-field__content,
li.elementor-icon-list-item,
span.elementor-icon-list-text,
span.elementor-testimonial__name,
div.elementor-testimonial__text,
summary.e-n-accordion-item-title, 
div.e-n-accordion-item-title-text {
    -moz-hyphens: none !important;
    -ms-hyphens: none !important;
    -webkit-hyphens: none !important;
    hyphens: none !important;
    word-wrap: normal !important; /* Prevents word breaks */
    overflow-wrap: normal !important; /* Ensures long words do not wrap */
    white-space: normal !important; /* Allows text to flow naturally */
}

/* END NO HYPHAN BREAKS */
		

/* START FLUENT FORMS CUSTOMIZATIONS */
/* Remove specific buttons on rich text fields */
#mceu_0-open,
#mceu_3,
#mceu_4,
#mceu_5,
#mceu_6,
#mceu_7,
#mceu_8,
#mceu_9,
#mceu_10,
#mceu_11,
#mceu_12,
#mceu_14,
#mceu_15,
#mceu_48,
#mceu_51,
#mceu_52,
#mceu_53,
#mceu_54,
#mceu_55,
#mceu_56,
#mceu_57,
#mceu_58,
#mceu_59,
#mceu_60,
#mceu_62,
#mceu_63 {
  display: none !important;
}
/* END FLUENT FORMS CUSTOMIZATIONS */

.post-edit-link {
		display: none;
}

.post-author-bio {
		display: none;
}

.post-state {
		display: none;
}

/* START SUREFORMS CUSTOMIZATIONS */

/* — SureForms front-end “Submit” button — */
.srfm-btn-frontend.srfm-button.srfm-submit-button{
	background:#B53926;   /* brand red-orange */
	color:#ffffff;        /* white text       */
	border:none;          /* keep edges clean */
}

/* Hover / focus / active states */
.srfm-btn-frontend.srfm-button.srfm-submit-button:hover,
.srfm-btn-frontend.srfm-button.srfm-submit-button:focus,
.srfm-btn-frontend.srfm-button.srfm-submit-button:active{
	background:#41a9ac;   /* teal on hover    */
	color:#ffffff;
}

/* END SUREFORMS CUSTOMIZATIONS */

#rafflepress-logo {
	display: none !important;
}