
.dog-grape-toxicity-calculator-container {
    font-family: Arial, sans-serif;
    max-width: 600px;
    margin: 30px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.dog-grape-toxicity-calculator-container h2 {
    text-align: center;
    color: #4CAF50;
}

.dog-grape-toxicity-calculator-container input,
.dog-grape-toxicity-calculator-container button {
    padding: 12px;
    margin: 12px 0;
    width: 100%;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.dog-grape-toxicity-calculator-container button {
    background-color: #f44336;
    color: white;
    border: none;
    cursor: pointer;
}

.dog-grape-toxicity-calculator-container button:hover {
    background-color: #d32f2f;
}

#toxic-risk-result {
    margin-top: 20px;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.result-high-risk {
    font-size: 20px;
    color: red;
    font-weight: bold;
}

.result-low-risk {
    font-size: 20px;
    color: green;
    font-weight: bold;
}

.error {
    font-size: 18px;
    color: red;
    font-weight: bold;
    text-align: center;
}
