/**
 * AI FAQ Schema Manager - Block Frontend Styles
 * These styles are used when the block is rendered on the frontend
 */

/* Import the main frontend accordion styles */
/* The accordion styles from assets/css/frontend.css will be used */

/* Block-specific container styling */
.wp-block-ai-faq-schema-faq-block {
    margin: 40px 0;
}

/* Ensure proper alignment support */
.wp-block-ai-faq-schema-faq-block.alignwide {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-ai-faq-schema-faq-block.alignfull {
    max-width: none;
    width: 100%;
}