/* Let the block's maxWidth wrapper control the width instead of the form's hardcoded 480px */
.wb-giftcard-form .wgiftcard-form.wgiftcard-form-single {
	max-width: none;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	box-sizing: border-box;
}

/* The preview slot sits next to the form in a flex row — keep it fluid too */
.wb-giftcard-form .wgiftcard-form-preview-wrap {
	width: 100%;
}

/* Vertical centering when min-height is set */
.wb-giftcard-form--has-height {
	display: flex;
	align-items: center;
	justify-content: center;
}

.wb-giftcard-form--has-height .wb-giftcard-form__inner {
	width: 100%;
}
