.elementor-13003 .elementor-element.elementor-element-107274c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e6e73ff */.load-calculator {
    font-family: Tahoma, sans-serif;
    padding: 20px;
    border: 2px solid #FFC300;
    border-radius: 10px;
    background-color: #f9f9f9;
}
.appliance-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 8px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.appliance-item label {
    flex-grow: 1;
    font-weight: bold;
    color: #333;
    margin-left: 10px; /* برای راست به چپ */
}
.appliance-item input {
    width: 60px;
    padding: 5px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0 5px;
}
.unit {
    font-size: 0.9em;
    color: #666;
    margin-right: 10px; /* برای راست به چپ */
}
button {
    background-color: #FFC300;
    color: #000;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 15px;
    font-size: 1.1em;
    width: 100%;
}
#results {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px dashed #ccc;
}
#results h3 {
    color: #005A9C;
    margin-top: 15px;
}
#results p {
    font-size: 1.1em;
    margin: 5px 0;
}
.price-range {
    font-weight: bold;
    color: #D90429;
    font-size: 1.2em;
}
.cta-text {
    background-color: #e0f7fa;
    padding: 10px;
    border-radius: 5px;
    border-right: 4px solid #005A9C;
    margin-top: 20px;
    font-weight: bold;
}
.hidden-result {
    display: none;
}/* End custom CSS */