/**
 * AGI Artist Generator - Frontend Styles
 *
 * @package AGI_Artist_Generator
 */

/* Style H2 headings in generated ACF content */
.acf-field h2,
.wp-block-acf-career-text h2,
.wp-block-acf-collabs-tours h2,
.wp-block-acf-last-appearances h2 {
    margin-bottom: 20px;
    margin-top: 30px;
}

/* Also target H2 in any ACF WYSIWYG field content */
.acf-field .acf-input h2,
.acf-field .acf-editor-wrap h2 {
    margin-bottom: 20px;
    margin-top: 30px;
}

/* Target H2 in page content where ACF fields are displayed */
.entry-content h2,
.page-content h2,
.post-content h2 {
    margin-bottom: 20px;
}

/* More specific: H2 in ACF field output */
[data-name="career_text"] h2,
[data-name="collabs_tours"] h2,
[data-name="last_appearances"] h2 {
    margin-bottom: 20px;
    margin-top: 30px;
}

