/* Lawn Aeration Cost Estimator Styles */
.calcufacil-lawn_aeration_cost_estimator.calcufacil-container {
    max-width: 900px; margin: 20px auto; background: #fff; padding: 20px;
    border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex; flex-wrap: wrap; gap: 30px; font-family: Arial, sans-serif;
}
.calcufacil-lawn_aeration_cost_estimator .calcufacil-left,
.calcufacil-lawn_aeration_cost_estimator .calcufacil-right {
    flex: 1; min-width: 300px;
}
.calcufacil-lawn_aeration_cost_estimator .calculator-form h2 { font-size: 20px; color: #198754; margin-bottom: 15px; }
.calcufacil-lawn_aeration_cost_estimator .input-group { margin-bottom: 20px; }
.calcufacil-lawn_aeration_cost_estimator label { display: block; font-weight: bold; color: #333; margin-bottom: 10px; font-size: 14px; }
.calcufacil-lawn_aeration_cost_estimator .checkbox-label { display: block; font-weight: normal; margin-bottom: 10px; }
.calcufacil-lawn_aeration_cost_estimator .checkbox-label input { margin-right: 8px; vertical-align: middle; }
.calcufacil-lawn_aeration_cost_estimator input[type="number"] {
    width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 4px;
    box-sizing: border-box; font-size: 16px; background: #f9f9f9;
}
.calcufacil-lawn_aeration_cost_estimator button {
    background-color: #198754; color: #fff; padding: 12px 20px; border: none; border-radius: 4px;
    cursor: pointer; font-size: 16px; width: 100%; transition: background-color 0.3s ease; margin-top: 10px;
}
.calcufacil-lawn_aeration_cost_estimator button:hover { background-color: #146c43; }
.calcufacil-lawn_aeration_cost_estimator .disclaimer { font-size: 11px; color: #666; text-align: center; margin-top: 15px; }
.calcufacil-lawn_aeration_cost_estimator .results { background: #d1e7dd; padding: 25px; border-radius: 8px; border: 1px solid #badbcc; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.calcufacil-lawn_aeration_cost_estimator .results-header { text-align: center; margin-bottom: 20px; }
.calcufacil-lawn_aeration_cost_estimator .results-header h2 { font-size: 20px; color: #0f5132; margin: 0; }
.calcufacil-lawn_aeration_cost_estimator .breakdown-item.main-result { background-color: #c1e1c5; padding: 20px; border-radius: 8px; text-align: center; width: 100%; }
.calcufacil-lawn_aeration_cost_estimator .breakdown-item.main-result span:first-child { display: block; font-size: 16px; color: #0f5132; margin-bottom: 10px; }
.calcufacil-lawn_aeration_cost_estimator .breakdown-item.main-result span:last-child { font-size: 2.2em; color: #0a3622; font-weight: bold; display: block; }
.calcufacil-lawn_aeration_cost_estimator .note { font-size: 12px; color: #555; text-align: center; margin-top: 20px; font-style: italic; line-height: 1.4; }
.calcufacil-lawn_aeration_cost_estimator .errors { color: #721c24; background-color: #f8d7da; border: 1px solid #f5c6cb; padding: 10px 15px; border-radius: 4px; margin-top: 15px; text-align: center; }