/* Shared primitives for every SCOLIV match display. Skin-specific geometry
   stays in each template; common overlays and preview semantics live here. */

[data-scoreboard-root],
[data-preview-bounds] {
  box-sizing: border-box;
}

.scoliv-wordmark {
  box-sizing: border-box;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  width: max-content;
  max-width: none;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -3px;
  white-space: nowrap;
  text-rendering: geometricPrecision;
  text-shadow: none;
  user-select: none;
}

.scoliv-wordmark__plain {
  color: #fff;
  font: inherit;
  font-weight: 400;
}

.scoliv-wordmark__liv {
  color: #ed1c24;
  font: inherit;
  font-weight: 900;
}

.match-logo-round {
  border-radius: 50% !important;
}

/* Preview crops the scoreboard only. Overlays remain on the live canvas. */
html[data-manager-preview="1"] #sco,
html[data-manager-preview="1"] #bdpxtImage,
html[data-manager-preview="1"] #marqueeContainer,
html[data-manager-preview="1"] .partner-position {
  display: none !important;
}
