.csaladtamogatas-kalkulator-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    max-width: 700px;
    margin: 20px auto;
}
.csaladtamogatas-kalkulator-container h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
    color: #333;
    font-size: 1.8em;
}
.input-section {
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
}
.form-group label {
    display: block;
    margin-bottom: 8px;
    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;
}
.form-group-checkbox {
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.form-group-checkbox input {
    margin-right: 10px;
    width: 18px;
    height: 18px;
}
.output-timeline .timeline-block {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-left: 5px solid #0073aa;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
}
#gyed-block { border-left-color: #5cb85c; }
#gyes-block { border-left-color: #f0ad4e; }

.timeline-block h3 {
    margin-top: 0;
    margin-bottom: 5px;
}
.timeline-block p.timeline-duration {
    font-size: 0.9em;
    color: #666;
    margin-top: 0;
    margin-bottom: 15px;
    font-style: italic;
}
.eredmeny-sor {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 15px;
    border-top: 1px solid #f5f5f5;
}
.eredmeny-sor span { color: #555; }
.eredmeny-sor strong { font-weight: 600; color: #222; }
.eredmeny-sor span.levonas { color: #d9534f; }

.eredmeny-sor.netto-sor {
    font-size: 1.1em;
    font-weight: bold;
}
.eredmeny-sor.netto-sor strong {
    font-size: 1.2em;
    color: #005a80;
}
#gyed-block .netto-sor strong { color: #4a934a; }
#gyes-block .netto-sor strong { color: #c78c2e; }

.jogi-nyilatkozat {
    font-size: 12px;
    color: #777;
    margin-top: 20px;
    text-align: center;
}