/*
 * WC Back In Stock Notify — LAYOUT ONLY.
 *
 * Deliberately contains no colors, fonts, borders or padding on the input
 * and button, so they inherit whatever the active theme styles them as and
 * the form blends into any site out of the box. All appearance is either
 * inherited from the theme or generated from Stock Notify Settings → Styling.
 */

.wc-bisn-form-container {
	margin: 1em 0;
}

.wc-bisn-heading {
	margin: 0 0 0.25em;
}

.wc-bisn-label {
	margin: 0 0 0.5em;
}

.wc-bisn-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
	align-items: stretch;
}

.wc-bisn-row .wc-bisn-email {
	flex: 1 1 220px;
	min-width: 0;
}

.wc-bisn-row .wc-bisn-submit {
	flex: 0 0 auto;
	cursor: pointer;
}

.wc-bisn-consent-row {
	display: flex;
	align-items: flex-start;
	gap: 0.5em;
	margin-top: 0.5em;
	cursor: pointer;
}

.wc-bisn-consent-row input {
	margin-top: 0.2em;
	flex: 0 0 auto;
}

.wc-bisn-message {
	margin: 0.5em 0 0;
}

.wc-bisn-message:empty {
	display: none;
}

.wc-bisn-variable-wrap {
	margin-top: 1em;
}
