/* Services Card Block Custom Styles */
.services-card-block {
    /* Any custom styles that can't be handled by Tailwind go here */
}

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

