/*
Theme Name: PPA
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: spectra-one
Text Domain: ppa
Tags: 
*/


/* COPILOT: UAGB BG IMAGE FIX START */
.wp-block-uagb-container.uagb-block-2a47384f,
.wp-block-uagb-container.uagb-block-38cc9f92,
.wp-block-uagb-container.uagb-block-ac47ac85,
.wp-block-uagb-container.uagb-block-d06dab85,
.wp-block-uagb-container.uagb-block-1c549ff7,
.wp-block-uagb-container.uagb-block-d531a200 {
  min-height: 250px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
/* COPILOT: UAGB BG IMAGE FIX END */

/* Footer sitemap columns: keep sub-page links visible on desktop.
   WP 6.9 accordion starts closed (hidden="until-found", max-height 0).
   .force-open was added in the footer markup but never styled. */
@media (min-width: 769px) {
  .footer-accordion .wp-block-accordion-item.force-open .wp-block-accordion-panel,
  .footer-accordion .wp-block-accordion-item.force-open .wp-block-accordion-panel[hidden] {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    content-visibility: visible !important;
    visibility: visible !important;
    padding-block: 0.25em !important;
  }
}
