/* SD Smart Text Replacer editor sidebar styles (minimal) */
.sdsmtxtrplcr-sidebar .components-panel__body {
    padding: 12px 0 8px;
}

.sdsmtxtrplcr-sidebar .components-text-control {
    margin-bottom: 8px;
}

/* Make the button slightly wider */
.sdsmtxtrplcr-sidebar .components-button.is-primary {
    width: 100%;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 6px;
}

/* Align labels and fields nicely on small widths */
@media (max-width: 600px) {
    .sdsmtxtrplcr-sidebar .components-panel__body {
        padding: 8px;
    }
}

/* Add margin only when notice is shown */
.sdsmtxtrplcr-panel .components-notice {
    margin-top: 16px;
    margin-bottom: 4px;
}