/*
Theme Name:   Xstore child
Theme URI:    https://xstore.8theme.com
Description:  XStore Child Theme
Author:       8theme
Author URI:   https://www.8theme.com
Template:     xstore
Version:      1.0
Text Domain:  xstore-child
*/

/* FAQ Page - Hide duplicate H2 heading on mobile (non-AMP) */
@media (max-width: 768px) {
    body.page-id-1118 h2.wp-block-heading:first-of-type {
        display: none !important;
    }
}

/* PayPal Logo - Smaller Size */
footer img[src*="PayPal" i],
footer img[alt*="paypal" i],
footer .elementor-widget-image img[src*="PayPal" i] {
    max-height: 35px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}
