/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

/* Tablica — fiksni layout obavezan */
.ls-answers.table-array-radio {
    table-layout: fixed;
    word-wrap: break-word;
}

/* Stupac s pitanjem — sužen da oslobodi prostor */
.ls-answers.table-array-radio col.col-answers {
    width: 22% !important;
}

/* Stupci 2–9 (samo brojevi, kratki tekst) */
.ls-answers.table-array-radio colgroup.col-responses col:nth-child(n+2):nth-child(-n+10) {
    width: 5% !important;
}

/* Predzadnji stupac "Izuzetno je bio koristan 10" */
.ls-answers.table-array-radio colgroup.col-responses col:nth-child(11) {
    width: 13% !important;
}

/* Zadnji stupac "Ne mogu procijeniti" */
.ls-answers.table-array-radio colgroup.col-responses col:nth-child(12) {
    width: 12% !important;
}

/* Zaglavlje — thead i ponavljajuće zaglavlje u tbody (isti stil) */
.ls-answers.table-array-radio thead th.answer-text,
.ls-answers.table-array-radio tbody .ls-heading-repeat th.answer-text {
    word-break: break-word;
    white-space: normal;
    font-size: 12px;
    line-height: 1.3;
    padding: 6px 3px;
    vertical-align: bottom;
    text-align: center;
    hyphens: auto;
}

.large-heading {
  font-weight: 600;
  font-size: 1.40rem;
  line-height: 52px;
  font-family: "IBMPlexSerif", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}