/* Styles for Home Seller Closing Costs & Net Proceeds Calculator */
.calcufacil-home_seller_costs_calculator.calcufacil-container.enhanced-homesellercosts-calc {
    max-width: 1000px;
    margin: 25px auto;
    background: #fafdff; /* Light, airy feel */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 25px;
    font-family: 'Arial', sans-serif;
}

.calcufacil-home_seller_costs_calculator .calcufacil-left.calculator-form {
    flex: 1 1 45%;
    min-width: 360px;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 7px rgba(0,0,0,0.06);
}

.calcufacil-home_seller_costs_calculator .calcufacil-right.results.enhanced-homesellercosts-results {
    flex: 1 1 55%;
    min-width: 380px;
    background: #fff;
    padding: 20px 25px;
    border-radius: 8px;
    border: 1px solid #e6eaf3;
    box-shadow: 0 2px 7px rgba(0,0,0,0.06);
}

.calcufacil-home_seller_costs_calculator .calculator-form h3 {
    font-size: 20px; color: #4a7bb0; /* Friendly blue */ margin-top:0; margin-bottom: 10px; font-weight: 600;
}
.calcufacil-home_seller_costs_calculator .calculator-form .description,
.calcufacil-home_seller_costs_calculator .calculator-form .instruction {
    font-size: 14px; color: #6086b0; margin-bottom: 15px; line-height: 1.5;
}
.calcufacil-home_seller_costs_calculator .calculator-form .instruction { font-size: 0.9em; font-style: italic; color: #7398c0;}

.calcufacil-home_seller_costs_calculator .calculator-form fieldset {
    border: 1px solid #d3dded;
    padding: 15px 18px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.calcufacil-home_seller_costs_calculator .calculator-form legend {
    font-weight: 600; color: #537eb3; padding: 0 10px; font-size: 1.1em;
    display: flex; align-items: center; gap: 8px;
}
.calcufacil-home_seller_costs_calculator .calculator-form legend i { color: #8cb3d9; }

.calcufacil-home_seller_costs_calculator .input-group { margin-bottom: 12px; display: flex; flex-direction: column; }
.calcufacil-home_seller_costs_calculator .input-group label {
    font-weight: 500; color: #537eb3; margin-bottom: 5px; font-size: 13.5px;
}
.calcufacil-home_seller_costs_calculator .input-group input[type="text"] {
    width: 100%; padding: 9px; border: 1px solid #c6d3e3; border-radius: 4px;
    font-size: 14px; box-sizing: border-box;
}

.calcufacil-home_seller_costs_calculator button[type="submit"] {
    background: #537eb3; color: #fff; padding: 11px 22px; border: none; border-radius: 5px;
    cursor: pointer; font-size: 16px; width: 100%; margin-top: 10px; font-weight: bold;
}
.calcufacil-home_seller_costs_calculator button[type="submit"]:hover { background: #4a7bb0; }

/* Results Area Styling */
.calcufacil-home_seller_costs_calculator .results.enhanced-homesellercosts-results h2 {
    font-size: 21px; color: #4a7bb0; text-align: center; margin-top:0; margin-bottom: 18px;
}
.calcufacil-home_seller_costs_calculator .homesellercosts-breakdown {
    background-color: #f0f5fa; border: 1px solid #d3dded; border-radius: 6px;
    padding: 15px; margin-bottom: 20px;
}
.calcufacil-home_seller_costs_calculator .homesellercosts-breakdown h4 {
    font-size: 1.1em; color: #4a7bb0; margin-top: 0; margin-bottom: 12px;
    display: flex; align-items: center; gap: 6px;
}
.calcufacil-home_seller_costs_calculator .homesellercosts-breakdown ul {
    list-style: none; padding-left: 0; font-size: 0.95em;
}
.calcufacil-home_seller_costs_calculator .homesellercosts-breakdown li {
    display: flex; justify-content: space-between; padding: 7px 0;
    border-bottom: 1px dotted #e0e6f0; color: #537eb3;
}
.calcufacil-home_seller_costs_calculator .homesellercosts-breakdown li:last-child { border-bottom: none; }
.calcufacil-home_seller_costs_calculator .homesellercosts-breakdown .value { font-weight: 600; }
.calcufacil-home_seller_costs_calculator .homesellercosts-breakdown .deduction-value { color: #c0392b; }
.calcufacil-home_seller_costs_calculator .homesellercosts-breakdown .subtotal {
    padding-top: 8px; margin-top: 5px; border-top: 1px solid #c6d3e3;
    font-size: 1.05em;
}
.calcufacil-home_seller_costs_calculator .homesellercosts-breakdown .subtotal strong { color: #3a6aa0; }

.calcufacil-home_seller_costs_calculator .net-proceeds-total {
    color: #fff; padding: 18px 20px; border-radius: 6px;
    text-align: center; margin-bottom: 20px; font-size: 1.15em;
}
.calcufacil-home_seller_costs_calculator .positive-proceeds { background-color: #4caf50; border: 1px solid #388e3c;}
.calcufacil-home_seller_costs_calculator .negative-proceeds { background-color: #f44336; border: 1px solid #d32f2f;}

.calcufacil-home_seller_costs_calculator .net-proceeds-total .final-value {
    display: block; font-size: 1.9em; font-weight: bold; margin-top: 5px;
}
.calcufacil-home_seller_costs_calculator .capital-gain-context {
    background-color: #f0f5fa; border: 1px solid #d3dded; border-radius: 6px;
    padding: 15px; margin-bottom: 20px; font-size: 0.9em;
}
.calcufacil-home_seller_costs_calculator .capital-gain-context h4 { font-size:1.05em; color:#4a7bb0; margin-top:0; margin-bottom:10px; display:flex; align-items:center; gap:6px;}
.calcufacil-home_seller_costs_calculator .capital-gain-context ul {list-style:none; padding-left:0;}
.calcufacil-home_seller_costs_calculator .capital-gain-context li {display:flex; justify-content:space-between; padding:5px 0; color: #537eb3;}
.calcufacil-home_seller_costs_calculator .capital-gain-context .value {font-weight:600;}
.calcufacil-home_seller_costs_calculator .capital-gain-context .positive-gain { color: #2e7d32;}
.calcufacil-home_seller_costs_calculator .capital-gain-context .negative-gain { color: #c0392b;}
.calcufacil-home_seller_costs_calculator .capital-gain-context .small-print {font-size:0.85em; color:#6086b0; margin-top:10px; font-style:italic;}


.calcufacil-home_seller_costs_calculator .disclaimer-box.homesellercosts-disclaimer {
    margin-top: 20px; padding: 12px; background-color: #f5f7fa;
    border: 1px solid #dfe5eb; border-left: 3px solid #8cb3d9; border-radius: 4px; font-size: 0.85em;
}
.calcufacil-home_seller_costs_calculator .disclaimer-box h4 { margin-top: 0; margin-bottom: 8px; color: #4a7bb0; }
.calcufacil-home_seller_costs_calculator .disclaimer-box ul { list-style: disc; margin-left: 18px; padding-left: 0; color: #537eb3; line-height: 1.5; }


.calcufacil-home_seller_costs_calculator .errors.main-error {
    color: #721c24; background-color: #f8d7da; border-color: #f5c6cb;
    padding: .75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: .25rem;
}
.calcufacil-home_seller_costs_calculator .initial-message {
    text-align: center; padding: 20px; background-color: #f0f5fa;
    border: 1px dashed #d3dded; border-radius: 5px; margin-top: 15px; color: #6086b0;
}

@media (max-width: 900px) {
    .calcufacil-home_seller_costs_calculator.calcufacil-container.enhanced-homesellercosts-calc {
        flex-direction: column;
    }
    .calcufacil-home_seller_costs_calculator .calcufacil-left.calculator-form,
    .calcufacil-home_seller_costs_calculator .calcufacil-right.results.enhanced-homesellercosts-results {
        flex-basis: 100%; min-width: 100%; margin-bottom: 20px;
    }
    .calcufacil-home_seller_costs_calculator .calcufacil-right.results.enhanced-homesellercosts-results { margin-bottom: 0; }
}