/*!
Theme Name: LSMA Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.1
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* Page-level typography tweaks. */

/*"Compliance" is a bit long for the pager header. */

h1.shrunken-head .rr-ph1 {
 font-size: clamp(2rem, 1.772rem + 0.974vw, 2.746rem); // down to 32px
}
h1.shrunken-head .rr-ph2 {
  font-size: clamp(3rem, 2.604rem + 1.688vw, 4.292rem); // down to 48px
}


/* Download buttons */

.download-btn-group {
	gap: 1rem;
}

.download-btn-group .kb-buttons-wrap:hover ~ .wp-block-group a {
	text-decoration: underline;
}


/* Side tabs */

.rr-vertical-tabs li.kt-tab-title-inactive .kb-svg-icon-wrap {
	color: #ffffff;
}

.rr-vertical-tabs .kt-tabs-layout-vtabs>.kt-tabs-title-list {
	margin-top: 50px;
}

.rr-vertical-tabs .kt-tab-title {
	font-size: clamp(1.25rem, 1.202rem + 0.204vw, 1.406rem);
}

@media (max-width: 767px) {
	.rr-vertical-tabs .kt-tabs-mobile-layout-tabs.kt-tabs-layout-vtabs .kt-tabs-title-list {
		flex-direction: column;
	}
}



/* Maren brand badge color pairings
   Generated using OKLCH (L=0.93, C=0.04) for perceptually uniform backgrounds
   All pairings meet WCAG AA contrast (minimum 4.5:1)
   Usage: apply .badge-[name] to badge elements                          */

.badge-midnight-plum {
  background-color: #ffdde4;
  color: #60042b;
  /* contrast 10.79:1 */
}

.badge-maren-blue {
  background-color: #ceedfe;
  color: #1b475b;
  /* contrast 8.18:1 */
}

.badge-rainstorm-teal {
  background-color: #caf1f2;
  color: #446061;
  /* contrast 5.62:1 */
}

.badge-anemone-red {
  background-color: #ffdede;
  color: #ae1935;
  /* contrast 5.60:1 */
}

.badge-tuscan-olive {
  background-color: #ddeed4;
  color: #4a623c;
  /* contrast 5.56:1 */
}

.badge-baywater-moss {
  background-color: #d5f0db;
  color: #4c6050;
  /* contrast 5.59:1 */
}

.badge-spyglass-bronze {
  background-color: #fee1cf;
  color: #75523b;
  /* contrast 5.58:1 */
}

.badge-seagrass-gold {
  background-color: #e4eccf;
  color: #52611d;
  /* contrast 5.57:1 */
}

.badge-wavebreak-silver {
  background-color: #e8ebcd;
  color: #585a4e;
  /* contrast 5.76:1 */
}

.badge-morningfog-grey {
  background-color: #fde2ce;
  color: #5c5753;
  /* contrast 5.76:1 */
}