/*
Theme Name: Shoptimizer Child Theme
Template: shoptimizer
Version: 1.2.2
*/

/* Ultra-high specificity overrides */
html body.page .widget-area,
html body.page .site-content > .content-area + .widget-area {
    display: none !important;
}

html body.page .site-content {
    display: block !important;
}

html body.page .content-area {
    width: 100% !important;
    float: none !important;
    margin: 0 auto !important;
}

/* Typography with maximum specificity */
html body h1, 
html body.wp-theme-shoptimizer h1,
.site-content h1 {
    font-size: 36px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
}

html body h2,
html body.wp-theme-shoptimizer h2,
.site-content h2 {
    font-size: 28px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
}

html body h3,
html body.wp-theme-shoptimizer h3,
.site-content h3 {
    font-size: 22px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
}

html body h4,
html body.wp-theme-shoptimizer h4,
.site-content h4 {
    font-size: 18px !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
}

html body p, 
html body li,
.site-content p,
.site-content li {
    font-size: 16px !important;
    line-height: 1.7 !important;
    font-weight: 400 !important;
}

/* Reviews with high specificity */
html body .woocommerce .commentlist li.review {
    display: flex !important;
    flex-direction: column !important;
    padding: 1.5em 0 !important;
    border-bottom: 1px solid #e1e1e1 !important;
}

/* Your accordion styles */
html body .cg-accordion,
html body .cg-accordion p,
html body .cg-accordion div,
html body .cg-accordion-content {
    color: #000000 !important;
}
