/*
 Theme Name:   XStore Child
 Theme URI:    http://8theme.com/
 Description:  XStore Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     xstore
 Version:      0.0.1
 Text Domain:  xstore-child
*/
.form-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.form-container div {
    display: flex;
    flex-direction: column;
}
.form-container button {
    grid-column: span 2;
    align-self: center;
}