/* Layer choices konteynerinə bir sinif: */
.layer_choices.pc-layer-type-checkbox .choice > button.choice-item {
    display: flex;
    align-items: center;
    justify-content: center; /* Dəyişiklik burada edildi */
}

/* checkbox ikonunu göstərin */
.layer_choices.pc-layer-type-checkbox .pc-checkbox-ui {
    display: inline-flex;
    align-items: center;
    margin-right: 8px; /* İkonla yazı arasında məsafə saxlayır */
}

.layer_choices.pc-layer-type-checkbox .pc-checkbox-ui input[type="checkbox"] {
    pointer-events: auto; /* kliklənə bilsin */
}