.arroz-feijao-card {
  display: flex;
  justify-content: center;
  margin: 12px 0;
}

.arroz-feijao-image {
  max-width: 100%;
  max-height: 200px;
  height: auto;
  object-fit: contain;
  border-radius: 4px;
  display: block;
}

.arroz-feijao-controls {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 8px;
}

.arroz-feijao-choice {
  background: #fff;
  border: 2px solid #d3d3d3;
  border-radius: 4px;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  padding: 10px 24px;
  transition: border-color .12s, background .12s;
}

.arroz-feijao-choice:hover { border-color: #488ddd; }

.arroz-feijao-choice.selected {
  background: #488ddd;
  border-color: #488ddd;
  color: #fff;
}
