.elementor-20 .elementor-element.elementor-element-8c135af{--display:flex;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-7bd5a30 */#bmiCalculator {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    width: 300px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#bmiCalculator input,
#bmiCalculator button {
    margin-top: 10px;
    padding: 10px;
    width: 90%;
    box-sizing: border-box;
}
#bmiCalculator button {
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
}
#bmiCalculator button:hover {
    background-color: #45a049;
}/* End custom CSS */