/*
 Theme Name: Bedrock Ferrikx
 Theme URI: https://criticalglitch.it
 Description: Tema figlio personalizzato per Critical Glitch basato su Bedrock.
 Author: Ferrikx
 Template: bedrock
 Version: 1.0.0
*/
/* Forza MaxButtons a usare Pixeloid Sans Bold */
.maxbutton, 
.maxbutton * {
    font-family: 'Pixeloid Sans', sans-serif !important;
    font-weight: bold !important;
}
[id] {
  scroll-margin-top: 50vh; /* 30% dello schermo, regola a piacere */
}

/* Scheda Gioco */
.cg-scheda-gioco {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
  padding: 16px;
  font-family: 'Pixeloid Sans', sans-serif;
  font-size: 0.95rem;
  line-height: 1.1;
  width: 100%;
  box-sizing: border-box;
}

.cg-scheda-row {
  display: flex;
  gap: 12px;
  align-items: baseline;
  margin: 6px 0;
}

.cg-scheda-label {
  min-width: 40%;
  font-weight: 700;
}

.cg-scheda-value {
  flex: 1;
  font-weight: 400;
}

.cg-scheda-sep {
  height: 1px;
  background: rgba(255,255,255,0.06);
  margin: 8px 0;
}
