/* NOMADTIPS3 3.42 real-time prediction display layer.
   Display-only: does not alter Event Gate, odds, referee or signal execution. */
body[data-page="live"] .event-details>.nomad-live-prediction{order:3}
body[data-page="live"] .event-details>.nomad-analytics-top{order:4}
body[data-page="live"] .event-details>.event-overview{order:5}
body[data-page="live"] .event-details>.event-stats{order:6}
body[data-page="live"] .event-details>.nomad-analytics-bottom{order:7}
body[data-page="live"] .event-details>.event-reason{order:8}

body[data-page="live"] .nomad-live-prediction{
  margin:4px 0;
  padding:6px 7px;
  border-radius:5px;
  background:linear-gradient(145deg,rgba(131,223,137,.055),rgba(255,255,255,.012));
  border:1px solid rgba(131,223,137,.10);
}
body[data-page="live"] .nomad-live-prediction.is-stale{opacity:.72}
body[data-page="live"] .nlp-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:5px}
body[data-page="live"] .nlp-head span{display:block;color:#dce4dc;font-size:6.5px;font-weight:900;letter-spacing:.075em}
body[data-page="live"] .nlp-head small{display:block;margin-top:1px;color:#6f796f;font-size:5.5px}
body[data-page="live"] .nlp-head>strong{color:#8b958d;font-size:5.5px;font-weight:900;letter-spacing:.05em;white-space:nowrap}
body[data-page="live"] .nlp-values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}
body[data-page="live"] .nlp-values>div{padding:5px 6px;border-radius:4px;background:rgba(255,255,255,.018);min-width:0}
body[data-page="live"] .nlp-values span{display:block;color:#737d74;font-size:5.5px;font-weight:900;letter-spacing:.04em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body[data-page="live"] .nlp-values b{display:block;margin-top:2px;font-size:11px;line-height:1.1;color:#eef4ee}
body[data-page="live"] .nlp-home b{color:var(--green)}
body[data-page="live"] .nlp-draw b{color:#c7cec8}
body[data-page="live"] .nlp-away b{color:#a2aba4}
body[data-page="live"] .nlp-track{display:flex;width:100%;height:5px;margin-top:5px;border-radius:99px;overflow:hidden;background:rgba(255,255,255,.035)}
body[data-page="live"] .nlp-track i{display:block;height:100%;min-width:0}
body[data-page="live"] .nlp-track-home{background:var(--green)}
body[data-page="live"] .nlp-track-draw{background:#c7cec8}
body[data-page="live"] .nlp-track-away{background:#818b83}
body[data-page="live"] .nlp-note{margin-top:4px;color:#657067;font-size:5px;font-weight:800;letter-spacing:.025em;text-align:right}
body[data-page="live"] .nlp-empty{min-height:28px;display:grid;place-items:center;color:#747d75;font-size:7px;background:rgba(255,255,255,.012);border-radius:4px}

@media(max-width:760px){
  body[data-page="live"] .nlp-values b{font-size:10px}
}
@media(max-width:420px){
  body[data-page="live"] .nomad-live-prediction{padding:5px}
  body[data-page="live"] .nlp-values{gap:3px}
  body[data-page="live"] .nlp-values>div{padding:4px}
  body[data-page="live"] .nlp-values b{font-size:9px}
  body[data-page="live"] .nlp-head small{font-size:5px}
  body[data-page="live"] .nlp-note{font-size:4.7px}
}