/**
 * The following styles get applied both on the front of your site and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-alecan-drip-subscribe-form {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.wp-block-alecan-widget-leadbait input,
.wp-block-alecan-widget-leadbait input[type="submit"] {
    display: inline-block;
    margin: 5px;
}

.wp-block-alecan-widget-leadbait input#drip-email {
    flex: 1 1 auto;
    padding: 7px;
}

.wp-block-alecan-widget-leadbait input[type="submit"] {
    border: none;
    flex: 0 1 auto;
    padding: 10px;
    position: unset;
    margin-bottom: 0;
}

.wp-block-alecan-widget-leadbait input[type="hidden"] {
	display: none;
}
