/* CricLens Fresh provisional-result UI (v0.27.9) */
.fresh-result-note {
  color: #ff6b6b !important;
  font-weight: 800;
}

.match-row-fresh-result .match-row-detail .fresh-result-note {
  white-space: normal;
  line-height: 1.35;
}

.status-badge.status-completed_provisional,
.status-badge.status-completed-provisional {
  color: #ff8787;
  border-color: rgba(255,107,107,.30);
  background: rgba(255,107,107,.08);
}

.fresh-result-panel {
  margin-top: 18px;
  padding: 20px;
  border: 1px solid rgba(255,107,107,.24);
  border-radius: 16px;
  background: rgba(255,107,107,.045);
}

.fresh-result-panel-label {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.fresh-result-panel-text {
  margin: 8px 0 0;
  color: #ff6b6b;
  font-size: clamp(20px,3vw,30px);
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: -.025em;
}

.fresh-result-score-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
  margin-top: 16px;
}

.fresh-result-score {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(8,16,25,.38);
}

.fresh-result-score-team {
  display: block;
  color: var(--soft);
  font-size: 12px;
  font-weight: 750;
}

.fresh-result-score-value {
  display: block;
  margin-top: 4px;
  color: var(--text);
  font-size: 22px;
  font-weight: 850;
}

.fresh-result-score-overs {
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
}

.fresh-result-detail-section {
  padding-top: 0;
}

.fresh-result-detail-card {
  padding: 22px;
}

.fresh-result-detail-card h2 {
  margin-bottom: 8px;
}

.fresh-result-detail-note {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

@media (max-width: 680px) {
  .fresh-result-score-grid { grid-template-columns: 1fr; }
  .match-row-fresh-result .match-row-detail { display: flex; }
}

/* v0.27.12 native Fresh result hotfix */
.match-row-fresh-result .match-row-score.fresh-provisional-score {
  color: #ff6b6b;
  font-weight: 850;
}
