.ingatlan-ado-kalkulator-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    max-width: 600px;
    margin: 20px auto;
}
.ingatlan-ado-kalkulator-container h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
}
.input-section {
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 25px;
    border: 1px solid #e5e5e5;
}
.form-group, .form-group fieldset {
    margin-bottom: 20px;
    border: none;
    padding: 0;
}
.form-group:last-child { margin-bottom: 0; }
.form-group label, .form-group legend {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
}
.form-group input[type="number"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}
.radio-group {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.radio-group input[type="radio"] {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    accent-color: #0073aa;
}
.results-section {
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
}
.results-section h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.eredmeny-sor {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.eredmeny-sor span { color: #555; }
.eredmeny-sor strong { font-weight: 600; }
.eredmeny-sor.jovedelem-sor strong {
    font-size: 1.1em;
    font-weight: 700;
}
hr { border: none; border-top: 1px solid #f0f0f0; margin: 5px 0; }
.final-result {
    margin-top: 20px;
    background-color: #d4edda;
    padding: 20px;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #c3e6cb;
}
.final-result p {
    margin: 0 0 10px 0;
    font-size: 1.1em;
    color: #155724;
}
.result-amount {
    font-size: 2em;
    font-weight: 700;
    color: #155724;
}