/* Homepage Hero Rich Text Styles */
.hero-title {
    margin: 0;
    line-height: 1.2;
}

.hero-title h1, .hero-title h2, .hero-title h3 {
    margin: 0;
    line-height: inherit;
}

.hero-title p {
    margin: 0;
    line-height: inherit;
}

/* Ensure rich text content maintains Flatsome compatibility */
.ux_text .hero-title {
    color: inherit;
}

.ux_text .hero-title * {
    color: inherit;
}

/* Responsive adjustments for rich text */
@media (max-width: 768px) {
    .hero-title {
        font-size: 0.85em;
    }
    
    .hero-title h1 {
        font-size: 0.9em;
    }
    
    .hero-title h2 {
        font-size: 0.85em;
    }
}