/* Stili base per il progetto */
body {
  color: white;
  background-color: black;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

.jumbotron {
  background-color: black;
  padding: 2rem;
}

.jumbotron img {
  width: 250px;
}

.schema {
  background: black;
  padding: 1rem;
  overflow-x: auto;
}

.titolo-tabella {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5rem;
}

.form-select {
  margin-bottom: 0.5rem;
}

.tabella {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1rem auto;
}

.vittoria-container {
  padding: 3rem 0;
}

.vittoria-img {
  max-width: 300px;
  margin: 1rem auto;
  display: block;
}

.einstein-footer {
  max-width: 400px;
  margin: 0 auto;
}

#languageSelect {
  max-width: 150px;
}

/* Responsive per schema small */
.schema-small select {
  margin-bottom: 0.5rem;
}

.indizi {
  list-style-type: none;
  padding-left: 0;
}

.indizi li {
  margin-bottom: 0.5rem;
}

/* Per soluzione.html */
.risultato {
  font-size: 1.2em;
  font-weight: bold;
  color: #28a745;
}

/* RESPONSIVE */

/* Forza nascondi bottone mobile su schermi ≥ SM */
@media (max-width: 576px) {
  .einstein-footer {
    width: 450px;
  }
}
