/* modules/yellow_dice/yellow_dice.css */

#dice-yellow {
  border: 1px solid #333;
  padding: 12px;
  background: #1a1a1a;
  color: #eee;
  width: 260px;
}

#dice-yellow .controls {
  display: flex;
  gap: 8px;
  margin-bottom: 6px;
}

#dice-yellow button {
  padding: 6px 10px;
  cursor: pointer;
}

#dice-yellow img {
  display: block;
  max-width: 100px;
  margin-top: 6px;
}

#dice-yellow #yellowDetails {
  font-size: 0.9em;
  margin-top: 4px;
}
