/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Description: Child theme of Kadence for the UA Schools redesign project.
Author:
Template: kadence
Version: 1.0.5
Text Domain: kadence-child
*/

/* Kadence's own ".entry-content a" rule sets underline with !important, which
   beats its own (non-!important) underline-removal rule for buttons inside
   Advanced Button blocks. Re-assert with !important so buttons render correctly. */
.wp-block-kadence-advancedbtn .kb-button,
.wp-block-kadence-singlebtn .kb-button {
	text-decoration: none !important;
}

/* Rank Math FAQ schema block used to feed structured data (FAQPage) on pages
   where the same Q&A content is already displayed via a Kadence accordion.
   Hidden visually to avoid duplicating content on the page. */
.rank-math-faq-hidden {
	display: none;
}

/* Home page "We're FOR it." rotating neighbor pool: home-neighbor-rotation.js
   randomly picks 4 of the .home-neighbor-card items on each page load and
   moves them into the first row's container so they always render as one
   full row of 4. The ones tagged .home-neighbor-extra are hidden by default
   so the section still looks correct (first 4, as one row) if JavaScript is
   unavailable. */
.home-neighbor-extra {
	display: none;
}
