/* =====================
   FLIKAR
===================== */
.engp-tabs { display:flex; margin-bottom:10px; }
.engp-tab-button { padding:10px 20px; cursor:pointer; background:#f0f0f0; border:none; border-radius:8px 8px 0 0; margin-right:2px; }
.engp-tab-button.active { background:#e6a0c4; color:white; }
.engp-tab-content { display:none; padding:15px; border:1px solid #ccc; border-radius:0 8px 8px 8px; background:#fff; }
.engp-tab-content.active { display:block; }

/* =====================
   ALLMÄNT FORM-FÄLT
===================== */
.engp-field { margin-bottom:12px; }
.engp-field label { display:block; margin-bottom:4px; }
.engp-field select,
.engp-field input[type="checkbox"],
.engp-field input[type="radio"],
.engp-field input[type="range"],
.engp-field textarea { margin-bottom:6px; }

/* =====================
   SLIDER
===================== */
.engp-slider { width:100%; }

/* =====================
   PERSONDETALJER
===================== */
.engp-person-details label { display:block; margin:4px 0; }
.engp-person-details select,
.engp-person-details input[type="checkbox"],
.engp-person-details input[type="radio"] { margin-bottom:6px; }

/* =====================
   LEKSAKER
===================== */
.engp-leksaker-section label { display:inline-block; margin-right:8px; margin-bottom:4px; }

/* =====================
   GENERERA NOVELL OUTPUT
===================== */
.engp-output {
    white-space: pre-wrap;
    margin-top: 10px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #f9f9f9;
    font-family: sans-serif;
    line-height: 1.5;
}

/* =====================
   KNAPP
===================== */
.engp-generate-button {
    background: #e6a0c4;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
}
.engp-generate-button:disabled {
    background: #ccc;
    cursor: not-allowed;
}

/* =====================
   ROLLSPEL TEXTAREA
===================== */
.engp-rollspel-text {
    width: 100%;
    min-height: 80px;
    margin-top: 4px;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* =====================
   FÄLLBARA PERSONDETALJER
===================== */
.engp-person-section div {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-top: 4px;
    background: #f7f7f7;
}
