.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-7696 .elementor-element.elementor-element-3fc8e17f{text-align:left;}.elementor-7696 .elementor-element.elementor-element-3fc8e17f .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:26px;font-weight:600;color:#1F2933;}/* Start custom CSS for html, class: .elementor-element-34101bb7 */.calculator {
margin: 10px auto;
width: 350px;
padding: 25px;
border: 1px solid #ccc;
border-radius: 4px;
}

.label {
display: block;
margin-bottom: 5px;
}

.input {
width: 100%;
padding: 5px;
border: 1px solid #ccc;
border-radius: 3px;
}

.button {
padding: 10px 20px;
background-color: #007bff;
color: #fff;
border: none;
border-radius: 3px;
cursor: pointer;
}

#result {
margin-top: 20px;
font-weight: bold;
}/* End custom CSS */