/* Rennseite: Experten-Tipps und kompakte Tippspiel-Werbung in der sticky rechten Spalte. */
@media (min-width:901px){
  .portal-race-expert,
  .portal-tip-promo{
    border:1px solid #dbe5df;
    border-radius:10px;
    background:rgba(255,255,255,.96);
    box-shadow:0 7px 20px rgba(25,56,43,.055);
    overflow:hidden;
  }

  .portal-race-expert__head{
    display:flex;
    align-items:center;
    gap:9px;
    padding:10px 11px;
    border-bottom:1px solid #e2e8e4;
    background:linear-gradient(135deg,#f8faf8 0%,#fff9ed 100%);
  }
  .portal-race-expert__icon{
    display:grid;
    place-items:center;
    flex:0 0 31px;
    width:31px;
    height:31px;
    border-radius:50%;
    background:#fff3d8;
    color:#a56f13;
  }
  .portal-race-expert__icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linejoin:round}
  .portal-race-expert__head small{display:block;margin-bottom:2px;color:#9a6c1d;font-size:9px;font-weight:900;letter-spacing:.045em;text-transform:uppercase}
  .portal-race-expert__head strong{display:block;color:var(--ts-green-900,#0f4937);font-size:13px;line-height:1.15}
  .portal-race-expert__list{display:grid;grid-template-columns:1fr 1fr}
  .portal-race-expert__list>div{min-width:0;padding:8px 10px;border-bottom:1px solid #edf1ef}
  .portal-race-expert__list>div:nth-child(odd){border-right:1px solid #edf1ef}
  .portal-race-expert__list span{display:block;margin-bottom:2px;color:#78857f;font-size:9px;font-weight:750}
  .portal-race-expert__list strong{display:block;overflow:hidden;color:#173f31;font-size:11px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}
  .portal-race-expert__analysis{padding:0 10px 9px}
  .portal-race-expert__analysis summary{padding-top:8px;color:#8d651d;font-size:10px;font-weight:800;cursor:pointer}
  .portal-race-expert__analysis p{margin:7px 0 0;color:#53645d;font-size:10.5px;line-height:1.45}

  .portal-tip-promo{padding:12px;background:linear-gradient(145deg,#f7fbf8 0%,#fff8e9 100%)}
  .portal-tip-promo__eyebrow{display:block;margin-bottom:3px;color:#9a6c1d;font-size:9px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
  .portal-tip-promo>strong{display:block;color:var(--ts-green-900,#0f4937);font-size:14px;line-height:1.2}
  .portal-tip-promo p{margin:6px 0 10px;color:#607169;font-size:10.5px;line-height:1.45}
  .portal-tip-promo__actions{display:grid;grid-template-columns:1fr 1fr;gap:6px}
  .portal-tip-promo__actions a{display:flex;align-items:center;justify-content:center;min-height:30px;padding:5px 7px;border:1px solid #d9c69c;border-radius:7px;background:#fff;color:#77551d;font-size:10px;font-weight:850;text-decoration:none}
  .portal-tip-promo__actions a:hover{background:#fff9ed;border-color:#c8ad72}
  .portal-tip-promo__actions .portal-tip-promo__primary{border-color:#6f9f87;background:linear-gradient(180deg,#75a88e,#5f9279);color:#fff}
}
