/* Styles for Travel Budget Estimator */
.calcufacil-travel_budget_estimator.calcufacil-container {
    max-width: 850px; margin: 25px auto; background: #fdfdfd; padding: 25px;
    border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    display: flex; flex-direction: row; flex-wrap: wrap; gap: 30px;
    font-family: 'Arial', sans-serif; border: 1px solid #FF7043; /* Coral for travel/fun */
    box-sizing: border-box;
}
.calcufacil-travel_budget_estimator.calcufacil-container *,
.calcufacil-travel_budget_estimator.calcufacil-container *::before,
.calcufacil-travel_budget_estimator.calcufacil-container *::after { box-sizing: border-box; }

.calcufacil-travel_budget_estimator h2 {
    width: 100%; text-align: center; color: #D84315; /* Deep Orange */
    margin-top:0; margin-bottom: 10px; font-size: 1.6em;
}
.calcufacil-travel_budget_estimator h3 {
    color: #E64A19; /* Darker orange */
    font-size: 1.2em; margin-top: 20px; margin-bottom: 10px;
    border-bottom: 1px solid #FFCCBC; padding-bottom: 5px;
}
.calcufacil-travel_budget_estimator .calcufacil-left.calculator-form {
    flex: 1.3; min-width: 350px; padding: 20px; background-color: #fff;
    border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); border: 1px solid #FFE0B2; /* Lightest orange */
}
.calcufacil-travel_budget_estimator .calcufacil-right.results {
    flex: 1; min-width: 300px; background: #FFF3E0; /* Very Light Orange */
    padding: 25px; border-radius: 8px; border: 1px solid #FFE0B2; /* Light Orange */
    box-shadow: 0 2px 8px rgba(0,0,0,0.05); display: flex; flex-direction: column;
    justify-content: flex-start; align-items: center;
}

.calcufacil-travel_budget_estimator .input-group { margin-bottom: 15px; }
.calcufacil-travel_budget_estimator label {
    display: block; font-weight: 600; color: #BF360C; /* Brownish Orange */
    margin-bottom: 6px; font-size: 0.95em;
}
.calcufacil-travel_budget_estimator input[type="text"],
.calcufacil-travel_budget_estimator input[type="number"],
.calcufacil-travel_budget_estimator select {
    width: 100%; padding: 10px 12px; border: 1px solid #FFAB91; /* Light Coral */
    border-radius: 5px; font-size: 1em; background: #FFF9F5; font-family: sans-serif;
}
.calcufacil-travel_budget_estimator select {
    -webkit-appearance: none; -moz-appearance: none; appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23BF360C%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat; background-position: right 15px center; background-size: 10px 10px; padding-right: 40px;
}
.calcufacil-travel_budget_estimator input[type="text"]:focus,
.calcufacil-travel_budget_estimator input[type="number"]:focus,
.calcufacil-travel_budget_estimator select:focus {
    border-color: #FF7043; box-shadow: 0 0 0 2px rgba(255, 112, 67, 0.2); outline: none;
}
.calcufacil-travel_budget_estimator .conditional-section {
    margin-top: 15px; padding: 15px; background: #FFF8E1; border-radius: 5px; border: 1px dashed #FFECB3;
}

.calcufacil-travel_budget_estimator button[type="submit"] {
    background-color: #FF7043; /* Coral */ color: #fff; padding: 12px 25px;
    border: none; border-radius: 5px; cursor: pointer; font-size: 1.05em;
    width: 100%; transition: background-color 0.3s ease; font-weight: 600; margin-top:15px;
}
.calcufacil-travel_budget_estimator button[type="submit"]:hover { background-color: #F4511E; /* Deep Orange */ }

/* Results Styling */
.calcufacil-travel_budget_estimator .results-header h2 { color: #D84315; margin-bottom: 20px; font-size: 1.4em; }
.calcufacil-travel_budget_estimator .initial-message {
    text-align: center; color: #D84315; font-style: italic; padding: 20px;
    background-color: #FFF3E0; border: 1px dashed #FFCCBC; border-radius: 5px; width:100%;
}
.calcufacil-travel_budget_estimator .calculation-summary { width: 100%; margin-bottom: 20px; }
.calcufacil-travel_budget_estimator .calculation-desc { font-size: 1.05em; color: #BF360C; margin-bottom: 15px; text-align:center; }
.calcufacil-travel_budget_estimator .calculation-desc strong { font-weight: bold; }

.calcufacil-travel_budget_estimator .main-result {
    display: flex; justify-content: space-between; align-items: center;
    background-color: #FFCCBC; /* Light Coral */ padding: 10px 15px; border-radius: 4px;
    border: 1px solid #FFAB91; font-size: 1em; color: #BF360C;
    margin-bottom: 6px; width: 100%;
}
.calcufacil-travel_budget_estimator hr { border:0; height:1px; background: #FFAB91; margin:12px 0; }
.calcufacil-travel_budget_estimator .main-result.info-result { background-color: #FFE0B2; border-color: #FFCC80; color: #D84315;}
.calcufacil-travel_budget_estimator .main-result.final-result {
    background-color: #F4511E; /* Deep Orange */ color: #fff; font-size: 1.3em;
    padding: 15px 20px; border-color: #E64A19; margin-top:10px; font-weight: bold;
}
.calcufacil-travel_budget_estimator .main-result span:first-child { text-align:left; padding-right: 10px;}
.calcufacil-travel_budget_estimator .main-result span:last-child { font-weight: bold; text-align:right; }

.calcufacil-travel_budget_estimator .errors {
    color: #B71C1C; background-color: #FFEBEE; border: 1px solid #FFCDD2;
    padding: 10px 15px; border-radius: 4px; margin: 15px 0; text-align: center; width:100%;
}
.calcufacil-travel_budget_estimator .errors ul { list-style: none; padding: 0; margin: 0; }

.calcufacil-travel_budget_estimator .disclaimer-box.info {
    padding: 15px; background-color: #FFF9C4; /* Light Yellow for info */
    border: 1px solid #FFF59D; border-left: 5px solid #FBC02D; /* Amber accent */
    border-radius: 8px; font-size: 0.85em; color: #424242; width:100%;
}
.calcufacil-travel_budget_estimator .disclaimer-box.info h4 {
    color: #E65100; font-size: 1.1em; margin-top: 0; margin-bottom: 10px;
}
.calcufacil-travel_budget_estimator .disclaimer-box.info ul { list-style: disc; margin-left: 20px; padding-left: 0; line-height: 1.6; }

/* Responsive */
@media (max-width: 768px) {
    .calcufacil-travel_budget_estimator.calcufacil-container { flex-direction: column; gap: 20px; padding: 15px; }
    .calcufacil-travel_budget_estimator .calcufacil-left.calculator-form,
    .calcufacil-travel_budget_estimator .calcufacil-right.results { min-width: unset; width: 100%; }
}