/* ── Frontend: <li> ─────────────────────────────────── */
.gaia-list > li {
    margin-bottom: 0.5em;
}

.gaia-list-item__label {
    display: block;
}

/* description: same style as label */
.gaia-list-item__desc {
    display: block;
}

/* ── Editor ──────────────────────────────────────────── */
.gaia-list-item {
    padding: 0.3em 0;
}

/* text wrapper: stacks label above desc */
.gaia-list-item__text {
    flex:           1;
    display:        flex;
    flex-direction: column;
    min-width:      0;
}

/* nested list in editor */
.gaia-list-item .gaia-list {
    margin-top:   0.4em;
    margin-left:  1.5em !important;
}

.gaia-list-item .block-editor-block-list__layout {
    padding: 0 !important;
    margin:  0 !important;
}

/* push the nested list's block wrapper right, overriding the outer list's margin reset */
.gaia-list-item .block-editor-block-list__layout > .block-editor-block-list__block {
    margin-left: 1.5em !important;
}