/* =========================================================
   ISKA QUÉBEC — CORE GLOBAL
========================================================= */

.iska-hidden {
	display: none !important;
}

.iska-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.iska-boxed {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.iska-text-gold {
	color: #d4af37 !important;
}

.iska-text-white {
	color: #ffffff !important;
}

.iska-bg-dark {
	background: #050505 !important;
}
/* =========================================================
   ISKA Québec — Headline White Fix
   Corrigé : les sections premium foncées doivent garder les titres blancs.
========================================================= */

.iska-section h1,
.iska-section h2,
.iska-section h3,
.iska-section h4,
.iska-section h5,
.iska-section h6,

.iska-dark-section h1,
.iska-dark-section h2,
.iska-dark-section h3,
.iska-dark-section h4,
.iska-dark-section h5,
.iska-dark-section h6,

.iska-profile-view-wrap h1,
.iska-profile-view-wrap h2,
.iska-profile-view-wrap h3,

.iska-process h1,
.iska-process h2,
.iska-process h3,

.iska-sanction-detail-card h1,
.iska-sanction-detail-card h2,
.iska-sanction-detail-card h3,

.iska-member-dashboard h1,
.iska-member-dashboard h2,
.iska-member-dashboard h3,

.iska-ranking-wrap h1,
.iska-ranking-wrap h2,
.iska-ranking-wrap h3,

.iska-fighter-profile h1,
.iska-fighter-profile h2,
.iska-fighter-profile h3,

.iska-hero h1,
.iska-hero h2,
.iska-hero h3,

.iska-ufc-section h1,
.iska-ufc-section h2,
.iska-ufc-section h3,

.bt_bb_section[class*="iska"] h1,
.bt_bb_section[class*="iska"] h2,
.bt_bb_section[class*="iska"] h3,
.bt_bb_section[class*="iska"] h4,
.bt_bb_section[class*="iska"] h5,
.bt_bb_section[class*="iska"] h6 {
	color: #ffffff !important;
}

/* Texte doré premium */
.iska-gold-title,
.iska-section .iska-gold-title,
.iska-hero .iska-gold-title {
	color: #d4af37 !important;
}


/* Sections claires ISKA : autorise les titres foncés seulement quand le bloc est explicitement clair */
.iska-light-section h1,
.iska-light-section h2,
.iska-light-section h3,
.iska-light-section h4,
.iska-light-section h5,
.iska-light-section h6,
.bt_bb_section.iska-light-section h1,
.bt_bb_section.iska-light-section h2,
.bt_bb_section.iska-light-section h3,
.bt_bb_section.iska-light-section h4,
.bt_bb_section.iska-light-section h5,
.bt_bb_section.iska-light-section h6 {
	color: #050505 !important;
}
