/* ===============================
   CSS EXCLUSIVO — CAMPEONATO JÚNIOR
=============================== */

.stage-match-block {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 18px;
}

.stage-match-block .match-line {
  margin: 0 !important;
  padding: 16px 14px 14px 14px !important;
  min-height: 56px;
  box-sizing: border-box;
}

.stage-match-block .stage-note {
  margin: 0 2px 0 2px !important;
  color: #666a73 !important;
  font-size: 0.82rem !important;
  text-align: right !important;
  padding-top: 2px !important;
}

.stage-match-block .stage-comment {
  display: block !important;
  font-size: 0.82rem !important;
  color: #888 !important;
  font-style: italic !important;
  line-height: 1.2 !important;
  text-align: right !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.stage-note--classified {
  font-size: 0.95em !important;
  color: #666 !important;
  margin: -1px 2px 0 2px !important;
  padding: 0 !important;
  text-align: right !important;
  font-weight: 700 !important;
  opacity: 0.95 !important;
}

/* LOGOS PADRONIZADAS */
.team-logo,
img.team-logo,
.match-team img.team-logo,
main img.team-logo {
  background: #fff !important;
  border-radius: 8px !important;
  border: 1.5px solid #e5e7eb !important;
  object-fit: contain !important;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04) !important;
  padding: 2px !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  max-width: 32px !important;
  max-height: 32px !important;
  display: inline-block !important;
}
