#potlek-calculator-container {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 30px;
    max-width: 550px;
    margin: 20px auto;
    font-family: system-ui, -apple-system, sans-serif;
}
#potlek-calculator-container h3, #potlek-calculator-container .description {
    text-align: center;
}
#potlek-calculator-container h3 { color: #1e293b; }
#potlek-calculator-container .description { color: #475569; margin-bottom: 30px; }

.potlek-form-group { margin-bottom: 20px; }
.potlek-form-group label {
    display: block; margin-bottom: 8px; font-weight: 500; color: #334155;
}
.potlek-form-group input[type="number"] {
    width: 100%; padding: 10px; border: 1px solid #cbd5e0; border-radius: 6px; box-sizing: border-box; font-size: 16px;
}
.potlek-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.potlek-eredmeny-wrapper {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    margin-top: 30px;
}
.potlek-eredmeny-wrapper h4 {
    margin-top: 0; text-align: center; color: #1e293b; margin-bottom: 15px;
}
.reszlet-sor {
    display: flex; justify-content: space-between; align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
}
.reszlet-sor:last-child { border-bottom: none; }
.reszlet-sor span { color: #475569; }
.reszlet-sor strong { color: #1e293b; font-weight: 600; font-size: 18px; }
.reszlet-sor.fo-eredmeny {
    background-color: #f0f9ff;
    margin: 10px -20px -20px -20px;
    padding: 15px 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: 1px solid #e0f2fe;
}
.reszlet-sor.fo-eredmeny span { font-weight: bold; }
.reszlet-sor.fo-eredmeny strong { font-size: 24px; font-weight: bold; color: #0369a1; }

hr {
    border: 0;
    border-top: 1px dashed #cbd5e0;
    margin: 10px 0;
}
.jogi-nyilatkozat {
    margin-top: 25px; font-size: 12px; color: #64748b; text-align: center; line-height: 1.5;
}