Align search to the center, right or left (embeddable search)

Add this code to the Custom CSS field on the Settings tab of your Search widget’s settings:

.global-styles,[class*='widget__Container-sc'] {
text-align: center;
}

You can change center in the code to right or left based on the desired alignment