/* Hero Block Custom Styles */
.hero-block {
    /* Any custom styles that can't be handled by Tailwind go here */
}

/* Admin preview styles */
.acf-block-preview .hero-block {
    /* Block preview specific styles if needed */
    min-height: 400px;
}

/* Ensure background image covers properly on all devices */
.hero-block .bg-cover {
    background-attachment: scroll; /* Better mobile performance */
}
