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

.betcooddcalculator-container {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.betcooddcalculator-title {
  text-align: center;
  color: #ff0000;
}

.betcooddcalculator-description {
  text-align: center;
  margin-bottom: 20px;
}

.betcooddcalculator-calculator {
  display: grid;
  gap: 15px;
}

.betcooddcalculator-calculator label {
  font-weight: bold;
}

.betcooddcalculator-calculator input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.betcooddcalculator-calculator button {
  padding: 10px;
  background: #000000;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.betcooddcalculator-calculator button:hover {
  background: #ff0000;
}
