.section-action-field {
    align-items: center;
}

.section-action-btn {
    margin-left: auto;
    margin-right: auto;
}

.section-action-label {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 0 !important;
    font-weight: normal;
}

/* ── Unified remove × button ──────────────────────────────────────────────── */

.section-remove-x {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    color: var(--button-icon-colour);
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
    padding: 0.1rem 0.25rem;
    transition: opacity 0.15s;
}

[data-locked='true'] .section-remove-x,
.section-remove-x:disabled {
    opacity: 0;
    pointer-events: none;
    cursor: default;
}
