/*
================================================================================
TURFSPORT – Experten-Tipps Magazine / Endless Paper V655
Nur klassische Laptops und Desktop mit Maus/Trackpad.
Mobil und Touch bleiben unverändert.

Referenz: Startseite V651 / News V654
================================================================================
*/

@media (min-width:1100px) and (hover:hover) and (pointer:fine){

  html body.rc-page-experten-tipps{
    background:#f4f5f7!important;
    color:#333333!important;
  }

  /* Gleiche Portalbreite wie Startseite / News */
  html body.rc-page-experten-tipps .rc-shell{
    width:calc(100% - 28px)!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:14px!important;
    padding-right:14px!important;
    box-sizing:border-box!important;
  }

  html body.rc-page-experten-tipps .rc-page-grid{
    width:100%!important;
    max-width:none!important;
    grid-template-columns:225px minmax(0,1fr) 230px!important;
    gap:18px!important;
    margin:20px auto 0!important;
  }

  html body.rc-page-experten-tipps .rc-main{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    margin:0!important;
    padding:18px 22px 32px!important;
    background:#fff!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }

  /* Sidebars als echte Widgets */
  html body.rc-page-experten-tipps .rc-sidebar .rc-box,
  html body.rc-page-experten-tipps .rc-home-tippspiel-sidebar,
  html body.rc-page-experten-tipps .rc-portal-market-box,
  html body.rc-page-experten-tipps .rc-comments-preview-box,
  html body.rc-page-experten-tipps .rc-photos-preview-box,
  html body.rc-page-experten-tipps .rc-calendar-box,
  html body.rc-page-experten-tipps .rc-portal-nav-box,
  html body.rc-page-experten-tipps .rc-portal-misc-box{
    background:#fff!important;
    border:0!important;
    border-radius:9px!important;
    box-shadow:0 4px 15px rgba(0,0,0,.05)!important;
  }

  /* Hero deutlich entschlacken */
  html body.rc-page-experten-tipps .rc-expert-overview-hero{
    display:block!important;
    margin:0 0 20px!important;
    padding:10px 14px!important;
    min-height:0!important;
    border:0!important;
    border-radius:9px!important;
    background:linear-gradient(90deg,#0b4a34 0%,#176044 100%)!important;
    box-shadow:none!important;
  }

  html body.rc-page-experten-tipps .rc-expert-overview-hero .rc-chip{
    display:none!important;
  }

  html body.rc-page-experten-tipps .rc-expert-overview-hero h1{
    margin:0!important;
    color:#fff!important;
    font-size:17px!important;
    line-height:1.2!important;
    font-weight:780!important;
    letter-spacing:-.01em!important;
  }

  html body.rc-page-experten-tipps .rc-expert-overview-hero p{
    margin:3px 0 0!important;
    max-width:none!important;
    color:rgba(255,255,255,.78)!important;
    font-size:11.5px!important;
    line-height:1.35!important;
    font-weight:400!important;
  }

  /* Haupttabs: flacher, keine schwere Pillenbox */
  html body.rc-page-experten-tipps .rc-tipcenter-tabs{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
    margin:0 0 22px!important;
    padding:0 0 12px!important;
    border:0!important;
    border-bottom:1px solid #eaeaea!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    position:static!important;
  }

  html body.rc-page-experten-tipps .rc-tipcenter-tabs a{
    min-height:36px!important;
    padding:8px 12px!important;
    border:1px solid #e5e8e7!important;
    border-radius:8px!important;
    background:#f8f9fa!important;
    color:#315247!important;
    font-size:12px!important;
    font-weight:760!important;
  }

  html body.rc-page-experten-tipps .rc-tipcenter-tabs a.is-active{
    background:#0f5138!important;
    border-color:#0f5138!important;
    color:#fff!important;
  }

  html body.rc-page-experten-tipps .rc-tipcenter-tabs a span{
    min-width:20px!important;
    height:20px!important;
    padding:0 6px!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.16)!important;
    color:inherit!important;
    font-size:10px!important;
  }

  /* Sektionskopf freistehend */
  html body.rc-page-experten-tipps .rc-tipcenter-section{
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }

  html body.rc-page-experten-tipps .rc-tipcenter-section-head{
    margin:0 0 16px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
  }

  html body.rc-page-experten-tipps .rc-tipcenter-section-head .rc-chip{
    display:inline-block!important;
    margin:0 0 5px!important;
    padding:0!important;
    min-height:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    color:#9b671d!important;
    font-size:9px!important;
    line-height:1.1!important;
    font-weight:800!important;
    letter-spacing:.06em!important;
    text-transform:uppercase!important;
  }

  html body.rc-page-experten-tipps .rc-tipcenter-section-head h2{
    margin:0 0 4px!important;
    color:#1a1a1a!important;
    font-size:23px!important;
    line-height:1.14!important;
    font-weight:820!important;
    letter-spacing:-.018em!important;
  }

  html body.rc-page-experten-tipps .rc-tipcenter-section-head p{
    margin:0!important;
    color:#666e6a!important;
    font-size:12px!important;
    font-weight:400!important;
  }

  /* Bahn-Tabs: schlicht wie Portalfilter */
  html body.rc-page-experten-tipps .rc-expert-track-tabs{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:8px!important;
    margin:0 0 16px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }

  html body.rc-page-experten-tipps .rc-expert-track-tabs a{
    min-width:0!important;
    padding:8px 11px!important;
    border:1px solid #e5e8e7!important;
    border-radius:8px!important;
    background:#f8f9fa!important;
    box-shadow:none!important;
  }

  html body.rc-page-experten-tipps .rc-expert-track-tabs a strong{
    color:#315247!important;
    font-size:11.5px!important;
    font-weight:760!important;
  }

  html body.rc-page-experten-tipps .rc-expert-track-tabs a span{
    margin-top:2px!important;
    color:#777f7b!important;
    font-size:9.5px!important;
    font-weight:500!important;
  }

  html body.rc-page-experten-tipps .rc-expert-track-tabs a.is-active{
    background:#eef5f1!important;
    border-color:#cfe1d8!important;
  }

  html body.rc-page-experten-tipps .rc-expert-track-tabs a.is-active strong{
    color:#0f5138!important;
  }

  /* Renntag-Überschrift als feine Zeile */
  html body.rc-page-experten-tipps .rc-expert-track-heading{
    margin:0 0 8px!important;
    padding:9px 2px!important;
    border:0!important;
    border-top:1px solid #eeeeee!important;
    border-bottom:1px solid #eeeeee!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }

  html body.rc-page-experten-tipps .rc-expert-track-heading span{
    color:#17382d!important;
    font-size:12.5px!important;
    font-weight:760!important;
  }

  html body.rc-page-experten-tipps .rc-expert-track-heading strong{
    padding:3px 7px!important;
    border-radius:6px!important;
    background:#f4f6f5!important;
    color:#8a6a2c!important;
    font-size:9.5px!important;
    font-weight:760!important;
  }

  /* Tippkarten: keine massiven Außenkarten mehr */
  html body.rc-page-experten-tipps .rc-expert-overview-list{
    display:block!important;
    margin:0!important;
    padding:0!important;
  }

  html body.rc-page-experten-tipps .rc-expert-overview-card{
    margin:0!important;
    padding:18px 2px!important;
    border:0!important;
    border-bottom:1px solid #eaeaea!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }

  html body.rc-page-experten-tipps .rc-expert-overview-card:last-child{
    border-bottom:0!important;
  }

  html body.rc-page-experten-tipps .rc-expert-overview-top{
    gap:14px!important;
    margin:0 0 9px!important;
    padding:0!important;
  }

  html body.rc-page-experten-tipps .rc-expert-overview-top .rc-chip{
    display:inline-block!important;
    min-height:0!important;
    margin:0 0 5px!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    color:#9b671d!important;
    font-size:9px!important;
    line-height:1.1!important;
    font-weight:800!important;
    letter-spacing:.05em!important;
    text-transform:uppercase!important;
  }

  html body.rc-page-experten-tipps .rc-expert-race-title{
    margin:0 0 4px!important;
    color:#17382d!important;
    font-size:19px!important;
    line-height:1.14!important;
    font-weight:810!important;
  }

  html body.rc-page-experten-tipps .rc-expert-race-subtitle{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    gap:4px 10px!important;
    margin:0!important;
    color:#555e59!important;
    font-size:11px!important;
    line-height:1.35!important;
  }

  html body.rc-page-experten-tipps .rc-expert-race-subtitle strong{
    color:#8a6a2c!important;
    font-weight:780!important;
  }

  html body.rc-page-experten-tipps .rc-expert-race-subtitle em{
    color:#777f7b!important;
    font-style:normal!important;
  }

  html body.rc-page-experten-tipps .rc-expert-overview-race-link{
    align-self:flex-start!important;
    min-height:30px!important;
    padding:6px 10px!important;
    border:1px solid #dfe7e3!important;
    border-radius:8px!important;
    background:#fff!important;
    color:#0f5138!important;
    box-shadow:none!important;
    font-size:10.5px!important;
    font-weight:760!important;
  }

  /* Metadaten als ruhige Textchips */
  html body.rc-page-experten-tipps .rc-expert-overview-meta{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:6px!important;
    margin:0 0 10px!important;
  }

  html body.rc-page-experten-tipps .rc-expert-overview-meta span{
    min-height:22px!important;
    padding:4px 7px!important;
    border:0!important;
    border-radius:6px!important;
    background:#f4f6f5!important;
    color:#5b6761!important;
    font-size:9.5px!important;
    font-weight:600!important;
  }

  /* 1-2-3 Picks: behalten Funktion, aber leichter */
  html body.rc-page-experten-tipps .rc-expert-overview-picks{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
    margin:0 0 7px!important;
  }

  html body.rc-page-experten-tipps .rc-expert-overview-picks > div{
    display:flex!important;
    align-items:center!important;
    gap:7px!important;
    min-width:0!important;
    padding:8px 9px!important;
    border:0!important;
    border-radius:8px!important;
    background:#f8f9fa!important;
    box-shadow:none!important;
  }

  html body.rc-page-experten-tipps .rc-expert-overview-picks > div > span{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:22px!important;
    height:22px!important;
    flex:0 0 22px!important;
    border-radius:999px!important;
    background:#d7aa49!important;
    color:#17382d!important;
    font-size:10px!important;
    font-weight:850!important;
  }

  html body.rc-page-experten-tipps .rc-expert-overview-picks > div > strong{
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    color:#24443a!important;
    font-size:11px!important;
    font-weight:720!important;
  }

  html body.rc-page-experten-tipps .rc-expert-overview-potential{
    margin:0!important;
    padding:7px 9px!important;
    border:0!important;
    border-left:2px solid #d7aa49!important;
    border-radius:0 7px 7px 0!important;
    background:#fffaf0!important;
    color:#53625c!important;
    font-size:10.5px!important;
  }

  html body.rc-page-experten-tipps .rc-expert-overview-potential span{
    color:#8a6a2c!important;
    font-weight:760!important;
    text-transform:uppercase!important;
    letter-spacing:.035em!important;
  }

  html body.rc-page-experten-tipps .rc-expert-overview-potential strong{
    color:#315247!important;
    font-weight:720!important;
  }

  /* Ergebnis-Auswertung ebenfalls flach */
  html body.rc-page-experten-tipps .rc-expert-result-box{
    margin:12px 0 0!important;
    padding:12px!important;
    border:0!important;
    border-radius:8px!important;
    background:#f8f9fa!important;
    box-shadow:none!important;
  }
}

/* Großer Desktop exakt wie Referenzportal */
@media (min-width:1760px) and (hover:hover) and (pointer:fine){
  html body.rc-page-experten-tipps .rc-shell{
    width:100%!important;
    max-width:none!important;
    padding-left:0!important;
    padding-right:0!important;
  }

  html body.rc-page-experten-tipps .rc-page-grid{
    width:calc(100vw - 96px)!important;
    max-width:1780px!important;
    grid-template-columns:255px minmax(0,1fr) 255px!important;
    gap:30px!important;
    margin:26px auto 0!important;
  }
}

/* Schmalerer Laptop etwas kompakter */
@media (min-width:1100px) and (max-width:1399px) and (hover:hover) and (pointer:fine){
  html body.rc-page-experten-tipps .rc-main{
    padding:16px 18px 28px!important;
  }

  html body.rc-page-experten-tipps .rc-expert-overview-picks{
    gap:6px!important;
  }
}


/* ==========================================================================
   V656 – Experten-Tipps: linke/rechte Portalspalten wie Startseite V651
   Inhalt der Widgets bleibt Experten-spezifisch; nur die Designsprache wird
   vereinheitlicht. Mobil/Touch bleibt unverändert.
   ========================================================================== */
@media (min-width:1100px) and (hover:hover) and (pointer:fine){

  /* Allgemeine Sidebar-Abstände identisch zur Startseite */
  html body.rc-page-experten-tipps .rc-portal-sidebar,
  html body.rc-page-experten-tipps .rc-expert-right-sidebar{
    display:flex!important;
    flex-direction:column!important;
    gap:16px!important;
  }

  /* Weiße Widgets, kleiner Radius, leichte Elevation */
  html body.rc-page-experten-tipps .rc-portal-sidebar .rc-box,
  html body.rc-page-experten-tipps .rc-expert-right-sidebar .rc-box,
  html body.rc-page-experten-tipps .rc-calendar-box,
  html body.rc-page-experten-tipps .rc-portal-nav-box,
  html body.rc-page-experten-tipps .rc-portal-misc-box,
  html body.rc-page-experten-tipps .rc-home-tippspiel-sidebar,
  html body.rc-page-experten-tipps .rc-portal-market-box,
  html body.rc-page-experten-tipps .rc-comments-preview-box,
  html body.rc-page-experten-tipps .rc-photos-preview-box{
    margin:0!important;
    padding:13px!important;
    border:0!important;
    border-radius:9px!important;
    background:#fff!important;
    box-shadow:0 4px 15px rgba(0,0,0,.05)!important;
    backdrop-filter:none!important;
  }

  /* Box-Köpfe wie auf der Startseite */
  html body.rc-page-experten-tipps .rc-portal-box-head,
  html body.rc-page-experten-tipps .rc-home-tippspiel-head,
  html body.rc-page-experten-tipps .rc-calendar-head{
    margin:0 0 10px!important;
    padding:0 0 8px!important;
    border-bottom:1px solid rgba(12,55,38,.10)!important;
  }

  html body.rc-page-experten-tipps .rc-portal-box-head h3,
  html body.rc-page-experten-tipps .rc-home-tippspiel-head h3,
  html body.rc-page-experten-tipps .rc-comments-preview-box h3,
  html body.rc-page-experten-tipps .rc-photos-preview-box h3,
  html body.rc-page-experten-tipps .rc-calendar-box h3{
    color:#073924!important;
    font-size:14px!important;
    line-height:1.12!important;
    font-weight:900!important;
    letter-spacing:.01em!important;
  }

  /* ------------------------------------------------------------------------
     Linke Premium-Navigation exakt in der Startseiten-Sprache
     ------------------------------------------------------------------------ */
  html body.rc-page-experten-tipps .rc-portal-nav-box{
    padding:12px!important;
    background:linear-gradient(160deg,rgba(255,253,248,.90),rgba(248,246,238,.76))!important;
  }

  html body.rc-page-experten-tipps .rc-portal-nav-box .rc-portal-box-head{
    margin:0 0 11px!important;
    padding:0 2px 9px!important;
    border-bottom:1px solid rgba(12,55,38,.12)!important;
  }

  html body.rc-page-experten-tipps .rc-portal-nav-box .rc-portal-box-head h3{
    font-size:14px!important;
    letter-spacing:.035em!important;
  }

  html body.rc-page-experten-tipps .rc-portal-nav-groups{
    display:grid!important;
    gap:12px!important;
  }

  html body.rc-page-experten-tipps .rc-portal-nav-group{
    position:relative!important;
    display:grid!important;
    gap:0!important;
    overflow:hidden!important;
    padding:0!important;
    border:1px solid rgba(8,69,45,.11)!important;
    border-radius:13px!important;
    background:linear-gradient(180deg,rgba(255,255,255,.54),rgba(255,255,255,.28))!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.70),0 5px 14px rgba(4,39,25,.035)!important;
  }

  html body.rc-page-experten-tipps .rc-portal-nav-group > strong{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    min-height:34px!important;
    margin:0!important;
    padding:8px 30px 8px 34px!important;
    border:0!important;
    border-bottom:1px solid rgba(211,174,83,.30)!important;
    border-radius:0!important;
    background:linear-gradient(180deg,rgba(8,82,53,.82),rgba(7,70,46,.76))!important;
    color:#fffaf0!important;
    text-shadow:0 1px 1px rgba(0,0,0,.20)!important;
    font-size:10px!important;
    line-height:1!important;
    font-weight:900!important;
    letter-spacing:.11em!important;
    text-transform:uppercase!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.14),inset 0 -1px 0 rgba(213,176,85,.16)!important;
  }

  html body.rc-page-experten-tipps .rc-portal-nav-group > strong::after{
    content:""!important;
    position:absolute!important;
    right:11px!important;
    top:50%!important;
    width:4px!important;
    height:4px!important;
    border-radius:50%!important;
    background:#d8b45e!important;
    box-shadow:0 0 0 3px rgba(216,180,94,.11)!important;
    transform:translateY(-50%)!important;
  }

  html body.rc-page-experten-tipps .rc-portal-nav-group > a{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    min-height:29px!important;
    padding:6px 24px 6px 12px!important;
    border:0!important;
    border-bottom:1px solid rgba(12,55,38,.075)!important;
    border-radius:0!important;
    background:transparent!important;
    color:#14382a!important;
    font-size:12px!important;
    line-height:1.2!important;
    font-weight:800!important;
    text-decoration:none!important;
    box-shadow:none!important;
  }

  html body.rc-page-experten-tipps .rc-portal-nav-group > a:last-child{
    border-bottom:0!important;
  }

  html body.rc-page-experten-tipps .rc-portal-nav-group > a::after{
    content:""!important;
    position:absolute!important;
    right:11px!important;
    top:50%!important;
    width:5px!important;
    height:5px!important;
    border-top:1.5px solid rgba(163,119,38,.64)!important;
    border-right:1.5px solid rgba(163,119,38,.64)!important;
    transform:translateY(-50%) rotate(45deg)!important;
    opacity:.62!important;
  }

  html body.rc-page-experten-tipps .rc-portal-nav-group > a:hover,
  html body.rc-page-experten-tipps .rc-portal-nav-group > a.is-active{
    padding-left:15px!important;
    background:linear-gradient(90deg,rgba(7,78,50,.105),rgba(7,78,50,.025))!important;
    color:#063b25!important;
  }

  html body.rc-page-experten-tipps .rc-portal-nav-group > a.is-active{
    box-shadow:inset 3px 0 0 rgba(190,146,55,.82)!important;
    font-weight:900!important;
  }

  /* ------------------------------------------------------------------------
     Rechte Widgets: alte Beige-/Kartenoptik reduzieren
     ------------------------------------------------------------------------ */
  html body.rc-page-experten-tipps .rc-home-tippspiel-sidebar{
    background:#fff!important;
    border:0!important;
  }

  html body.rc-page-experten-tipps .rc-home-tippspiel-rank{
    gap:7px!important;
  }

  html body.rc-page-experten-tipps .rc-home-tippspiel-rank-row{
    min-height:34px!important;
    padding:5px 7px!important;
    border:0!important;
    border-bottom:1px solid #eeeeee!important;
    border-radius:0!important;
    background:transparent!important;
  }

  html body.rc-page-experten-tipps .rc-home-tippspiel-rank-row:last-child{
    border-bottom:0!important;
  }

  html body.rc-page-experten-tipps .rc-home-tippspiel-rank-row span,
  html body.rc-page-experten-tipps .rc-home-tippspiel-rank-row b{
    background:#f4f6f5!important;
  }

  html body.rc-page-experten-tipps .rc-portal-market-box{
    background:#fff!important;
  }

  html body.rc-page-experten-tipps .rc-comments-preview-box .rc-comment-preview,
  html body.rc-page-experten-tipps .rc-comments-preview-box .rc-home-comment,
  html body.rc-page-experten-tipps .rc-comments-preview-box article{
    border:0!important;
    border-bottom:1px solid #eeeeee!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }

  html body.rc-page-experten-tipps .rc-photos-preview-box{
    overflow:hidden!important;
  }
}


/* ==========================================================================
   V657 – Experten-Tipps: sehr leichte Wechselabgrenzung je Rennen
   Nur zur besseren Scanbarkeit, ohne wieder in eine schwere Kartenoptik zu gehen.
   ========================================================================== */
@media (min-width:1100px) and (hover:hover) and (pointer:fine){

  html body.rc-page-experten-tipps .rc-expert-overview-card{
    margin:0!important;
    padding:18px 10px!important;
    border:0!important;
    border-bottom:1px solid #eaeaea!important;
    border-radius:0!important;
    box-shadow:none!important;
  }

  html body.rc-page-experten-tipps .rc-expert-overview-card:nth-child(odd){
    background:#ffffff!important;
  }

  html body.rc-page-experten-tipps .rc-expert-overview-card:nth-child(even){
    background:rgba(15,81,56,.022)!important;
  }

  html body.rc-page-experten-tipps .rc-expert-overview-card:nth-child(even){
    box-shadow:inset 3px 0 0 rgba(15,81,56,.055)!important;
  }

  html body.rc-page-experten-tipps .rc-expert-overview-card:nth-child(odd){
    box-shadow:inset 3px 0 0 rgba(199,159,90,.045)!important;
  }

  html body.rc-page-experten-tipps .rc-expert-overview-card:hover{
    background:rgba(15,81,56,.032)!important;
  }
}


/* ==========================================================================
   V705 – Experten-Tipps: Rennen klarer voneinander trennen
   Leichtes Zebra + Hover behält die jeweilige Grundfarbe.
   Mobil/Touch bleibt unverändert.
   ========================================================================== */
@media (min-width:1100px) and (hover:hover) and (pointer:fine){

  html body.rc-page-experten-tipps .rc-expert-overview-card{
    position:relative!important;
    margin:0 0 10px!important;
    padding:18px 14px 20px!important;
    border:1px solid rgba(17,79,55,.08)!important;
    border-radius:10px!important;
    box-shadow:0 3px 10px rgba(15,58,40,.025)!important;
    transition:
      background-color .16s ease,
      border-color .16s ease,
      box-shadow .16s ease,
      transform .16s ease!important;
  }

  /* Rennen 1, 3, 5 ... */
  html body.rc-page-experten-tipps .rc-expert-overview-card:nth-child(odd){
    background:#ffffff!important;
    box-shadow:
      inset 4px 0 0 rgba(194,151,70,.22),
      0 3px 10px rgba(15,58,40,.025)!important;
  }

  /* Rennen 2, 4, 6 ... – bewusst nur leicht grün. */
  html body.rc-page-experten-tipps .rc-expert-overview-card:nth-child(even){
    background:#f2f7f4!important;
    box-shadow:
      inset 4px 0 0 rgba(15,90,62,.22),
      0 3px 10px rgba(15,58,40,.025)!important;
  }

  /* Hover hebt jedes Rennen nur innerhalb seiner eigenen Farbfamilie an.
     Dadurch wird ein helles Rennen nicht plötzlich genauso grün wie sein Nachbar. */
  html body.rc-page-experten-tipps .rc-expert-overview-card:nth-child(odd):hover{
    background:#fffaf1!important;
    border-color:rgba(194,151,70,.18)!important;
    box-shadow:
      inset 4px 0 0 rgba(194,151,70,.36),
      0 6px 16px rgba(15,58,40,.045)!important;
  }

  html body.rc-page-experten-tipps .rc-expert-overview-card:nth-child(even):hover{
    background:#e9f3ed!important;
    border-color:rgba(15,90,62,.17)!important;
    box-shadow:
      inset 4px 0 0 rgba(15,90,62,.34),
      0 6px 16px rgba(15,58,40,.045)!important;
  }

  /* Ergebnisblock bleibt innerhalb des jeweiligen Rennens klar als Unterbereich. */
  html body.rc-page-experten-tipps .rc-expert-result-box{
    margin-top:14px!important;
    border-top:1px solid rgba(17,79,55,.11)!important;
  }
}
