/* ===== OPENSEADRAGON ===== */
#openseadragon-viewer {
  width: 100%;
  height: 600px;
  background-color: #eeeeee;
  border: 1px solid #c83d1b;
  box-sizing: border-box;
}
.comandi-visualizzatore {
  margin: 10px !important;
}
@media (max-width: 768px) {
  #openseadragon-viewer {
    height: 70vh;
    min-height: 400px;
  }
}
#barra-tavole {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin: 10px 0 20px 0;
}
#titolo-tavola {
  flex: 1;
  text-align: center;
  font-size: 1.08em;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
}
.pulsante-tavole {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border: 0;
  border-radius: 50%;
  background-color: #C83B17;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
}
.pulsante-tavole:hover:not(:disabled) {
  background-color: #A93012;
}
.pulsante-tavole:disabled {
  opacity: 0.25;
  cursor: default;
}
@media screen and (max-width: 600px) {
  #barra-tavole {
    gap: 8px;
  }
  #titolo-tavola {
    font-size: 14px;
  }
  .pulsante-tavole {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
}
#selettore-tavole {
  margin: 30px auto 0 auto;
  text-align: center;
}
#selettore-tavole label {
  display: block;
  margin-bottom: 10px;
  font-size: 0.95em;
  font-weight: bold;
  color: #666;
}
#vai-tavola {
  width: 100%;
  max-width: 500px;
  padding: 12px 18px;
  font-size: 1em;
  color: #333;
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  box-sizing: border-box;
  transition: .20s;
}
#vai-tavola:hover {
  border-color: #C83B17;
}
#vai-tavola:focus {
  outline: none;
  border-color: #C83B17;
}
