body {
  font-family: Arial, sans-serif;
  margin: 20px;
}

h1 {
  margin-bottom: 10px;
}

.controls {
  margin-bottom: 20px;
}

.occupazione {
  margin-top: 8px;
}

.alert {
  color: red;
}

.layout {
  display: flex;
  gap: 30px;
}

.catalogo {
  width: 260px;
}

.catalogo button {
  width: 100%;
  margin-bottom: 8px;
  padding: 8px;
  cursor: pointer;
  text-align: left;
}

.catalogo small {
  display: block;
  font-size: 11px;
  opacity: 0.8;
}

.stand-wrapper {
  flex: 1;
}

.stand {
  position: relative;
  border: 2px solid #333;
  background: #f8f9fa;
}

.arredo {
  position: absolute;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: move;
  border-radius: 4px;
  user-select: none;
  text-align: center;
  padding: 4px;
}
