#gepjarmuado-calculator-container {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 30px;
    max-width: 450px;
    margin: 20px auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

#gepjarmuado-calculator-container h3 {
    text-align: center;
    margin-top: 0;
    color: #1f2937;
    font-size: 22px;
}

#gepjarmuado-calculator-container .description {
    text-align: center;
    color: #4b5563;
    margin-bottom: 25px;
    font-size: 15px;
}

.gja-form-group {
    margin-bottom: 20px;
}

.gja-form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #374151;
}

.gja-form-group input[type="number"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 16px;
    box-sizing: border-box;
}

.gja-form-group-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}

.gja-form-group-checkbox label {
    font-weight: 500;
    color: #374151;
}

.gja-eredmeny-wrapper {
    background-color: #eef2ff;
    border: 1px solid #c7d2fe;
    color: #4338ca;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.gja-eredmeny-wrapper span {
    font-size: 16px;
    font-weight: 500;
}

.gja-eredmeny-wrapper strong {
    font-size: 32px;
    font-weight: 700;
}

.gja-jogi-nyilatkozat {
    margin-top: 20px;
    font-size: 12px;
    color: #6b7280;
    text-align: center;
}