/* KSC READING TITLE YELLOW HARD FORCE V2R */
/* Scope: reading pages only */
/* Unified yellow: #FFD300 */

html body.ksc-reading-title-yellow-hard-force-v2r {
  --ksc-yellow: #FFD300 !important;
  --ksc-gold: #FFD300 !important;
  --ksc-accent: #FFD300 !important;
}

/* Hard title paint force */
html body.ksc-reading-title-yellow-hard-force-v2r h1,
html body.ksc-reading-title-yellow-hard-force-v2r h1 *,
html body.ksc-reading-title-yellow-hard-force-v2r main h1,
html body.ksc-reading-title-yellow-hard-force-v2r main h1 *,
html body.ksc-reading-title-yellow-hard-force-v2r section h1,
html body.ksc-reading-title-yellow-hard-force-v2r section h1 *,
html body.ksc-reading-title-yellow-hard-force-v2r [class*="title"] h1,
html body.ksc-reading-title-yellow-hard-force-v2r [class*="hero"] h1 {
  color: #FFD300 !important;
  -webkit-text-fill-color: #FFD300 !important;
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

/* First title card direct hit */
html body.ksc-reading-title-yellow-hard-force-v2r main > section:first-of-type h1,
html body.ksc-reading-title-yellow-hard-force-v2r main > section:first-of-type h1 *,
html body.ksc-reading-title-yellow-hard-force-v2r section:first-of-type h1,
html body.ksc-reading-title-yellow-hard-force-v2r section:first-of-type h1 * {
  color: #FFD300 !important;
  -webkit-text-fill-color: #FFD300 !important;
  background: none !important;
  background-image: none !important;
}

/* Keep successful spacing */
html body.ksc-reading-title-yellow-hard-force-v2r a[href*="/tr/kitap"],
html body.ksc-reading-title-yellow-hard-force-v2r a[href*="kitap"],
html body.ksc-reading-title-yellow-hard-force-v2r a:first-child {
  margin-bottom: 30px !important;
  color: #FFD300 !important;
  -webkit-text-fill-color: #FFD300 !important;
  border-color: rgba(255, 211, 0, .58) !important;
}

html body.ksc-reading-title-yellow-hard-force-v2r main > section:first-of-type,
html body.ksc-reading-title-yellow-hard-force-v2r section:first-of-type {
  margin-top: 26px !important;
  margin-bottom: 30px !important;
  border-color: rgba(255, 211, 0, .42) !important;
}