/* You can add your custom css here.*/

/* Make all survey question titles bold */
.sd-question__title,
.sd-element__title {
    font-weight: bold !important;
}

/* Ensure panel titles are also visible */
.sd-panel__title {
    font-weight: 600;
}
