/*
 * KCE Competition Tracker — Official Champion standings treatment
 * v1.1.0-beta2.16.31
 *
 * Visual only. No standings data, points, position, or statistics are changed.
 */
.kce-ct-standings-page .kce-ct-standing-row.kce-ct-official-champion-row{
  position:relative;
  background:
    linear-gradient(90deg,rgba(20,120,66,.34),rgba(20,120,66,.14) 72%,rgba(20,120,66,.07)) !important;
  border-color:rgba(74,222,128,.58) !important;
  box-shadow:
    inset 4px 0 0 rgba(74,222,128,.95),
    inset 0 0 24px rgba(34,197,94,.10),
    0 0 16px rgba(34,197,94,.08);
}
.kce-ct-standings-page .kce-ct-standing-row.kce-ct-official-champion-row:hover{
  background:
    linear-gradient(90deg,rgba(20,120,66,.42),rgba(20,120,66,.18) 72%,rgba(20,120,66,.09)) !important;
}
.kce-ct-standings-page .kce-ct-official-champion-row .driver{
  color:#ecfff3;
}
.kce-ct-standings-page .kce-ct-champion-badge{
  display:inline-flex;
  align-items:center;
  gap:4px;
  margin-left:8px;
  padding:2px 7px;
  border:1px solid rgba(134,239,172,.58);
  border-radius:999px;
  background:rgba(21,128,61,.42);
  color:#dcfce7;
  font-size:10px;
  font-weight:900;
  line-height:1.35;
  letter-spacing:.05em;
  white-space:nowrap;
  vertical-align:middle;
}
.kce-ct-champion-finale-preview{
  margin-top:12px;
  padding:10px 12px;
  border-left:4px solid #15803d;
  background:#f0fdf4;
}
.kce-ct-champion-finale-preview p{
  margin:4px 0;
}
@media(max-width:760px){
  .kce-ct-standings-page .kce-ct-champion-badge{
    display:flex;
    width:max-content;
    margin:4px 0 0;
  }
}


/* v1.1.0-beta2.16.33.1 — finalized Overall Championship rule note */
.kce-ct-standings-page .kce-ct-overall-heading-wrap{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.kce-ct-standings-page .kce-ct-overall-championship-rule{
  display:inline-block;
  color:#c8d3e3;
  font-size:16px;
  font-weight:900;
  line-height:1.25;
  letter-spacing:.01em;
  white-space:nowrap;
}
@media(max-width:1050px){
  .kce-ct-standings-page .kce-ct-overall-heading-wrap{
    align-items:flex-start;
    flex-direction:column;
    gap:6px;
  }
  .kce-ct-standings-page .kce-ct-overall-championship-rule{
    white-space:normal;
  }
}
