/**
 * Frontend styles for GorillaDash Enquiry Component block
 * This file mainly ensures the block wrapper doesn't interfere with the component styles
 */

.wp-block-gorilladash-enquiry-component {
    /* Reset any default block styles that might interfere */
    margin: 0;
    padding: 0;
}

/* Ensure the shortcode content renders properly */
.wp-block-gorilladash-enquiry-component .gorilladash-enquiry-component {
    /* The component already has its own styles */
    /* Just ensure it displays correctly within the block wrapper */
    display: block;
    width: 100%;
}

/* Support for legacy class name */
.wp-block-gorilladash-enquiry-form {
    margin: 0;
    padding: 0;
}

.wp-block-gorilladash-enquiry-form .gorilladash-enquiry-component {
    display: block;
    width: 100%;
}