.solarcalc-container {
    max-width: 400px;
    text-align: center;
    margin: 20px auto;
}

.solarcalc-container label {
    color: white;
    margin-bottom: 10px;
    font-size: 16px;
}

.solarcalc-input {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
#solarcalc_button {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 18px;
    background-color: #B9975A;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.solarcalc-result {
    text-align: center;
    margin: 30px auto;
}
.solarcalc-label {
    color: white;
    font-size: 20px;
    margin-bottom: 10px;
}
.solarcalc-value {
    color: white;
    font-size: 64px;
    font-weight: bold;
}
.solarcalc-savings-value {
    color: #B9975A;
    font-size: 120px;
    font-weight: bold;
}
