.buttons-block {
    position: relative;
}

.buttons-block__inner {
    min-height: 1px;
}

.buttons-block__buttons {
    justify-content: center;
}

@media (max-width: 479px) {
    .buttons-block__buttons {
        align-items: center;
    }
}

.editor-styles-wrapper .buttons-block__editor-placeholder__notice {
    border: 1px dashed currentColor;
    border-radius: 0.5rem;
    padding: 0.875rem 1rem;
}
