#rendkivuli-container {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 30px;
    max-width: 600px;
    margin: 20px auto;
    font-family: system-ui, -apple-system, sans-serif;
}
#rendkivuli-container h3, #rendkivuli-container .description {
    text-align: center;
}
#rendkivuli-container h3 { color: #1f2937; font-size: 22px; }
#rendkivuli-container .description { color: #4b5563; margin-bottom: 30px; }

.form-group { margin-bottom: 25px; }
.form-group label {
    display: block; margin-bottom: 8px; font-weight: 500; color: #374151;
}
.form-group select {
    width: 100%; padding: 12px; border: 1px solid #d1d5db;
    border-radius: 6px; font-size: 16px; background-color: #fff;
}

#eredmeny-box {
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 25px;
    min-height: 150px;
}
.eredmeny-tartalom.hidden { display: none; }
.eredmeny-tartalom h4 {
    margin-top: 0;
    font-size: 20px;
    color: #1d4ed8;
}
.eredmeny-tartalom h4 strong { font-size: 24px; }
.eredmeny-tartalom p {
    font-size: 15px;
    line-height: 1.6;
    color: #374151;
}
.eredmeny-tartalom ul {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.6;
    color: #374151;
}