.hbis-block {
	margin: 1em 0 1.5em;
}

.hbis-block--variable:empty {
	display: none;
	margin: 0;
}

.hbis-message {
	margin: 0 0 .75em;
	font-weight: 600;
	line-height: 1.4;
}

.hbis-notify-button {
	cursor: pointer;
}

/* Modal */
.hbis-modal[hidden] {
	display: none;
}

.hbis-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.hbis-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .55);
}

.hbis-modal__panel {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 460px;
	max-height: 90vh;
	overflow-y: auto;
	background: #fff;
	color: #1a1a1a;
	border-radius: 4px;
	padding: 32px 28px 26px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, .25);
}

.hbis-modal__close {
	position: absolute;
	top: 8px;
	right: 10px;
	background: none;
	border: 0;
	font-size: 26px;
	line-height: 1;
	padding: 6px;
	cursor: pointer;
	color: #666;
}

.hbis-modal__close:hover {
	color: #000;
}

.hbis-modal__title {
	margin: 0 0 .3em;
	font-size: 1.25em;
}

.hbis-modal__product {
	margin: 0 0 .6em;
	font-weight: 600;
}

.hbis-modal__product:empty {
	display: none;
}

.hbis-modal__intro {
	margin: 0 0 1.2em;
	font-size: .92em;
	line-height: 1.5;
}

.hbis-field {
	margin: 0 0 .9em;
}

.hbis-field label {
	display: block;
	margin-bottom: .25em;
	font-size: .9em;
	font-weight: 600;
}

.hbis-field input[type="text"],
.hbis-field input[type="email"],
.hbis-field input[type="tel"] {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #c9c9c9;
	border-radius: 3px;
	font: inherit;
	background: #fff;
}

.hbis-field input:focus-visible,
.hbis-modal button:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.hbis-field--check label {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	font-weight: 400;
	font-size: .85em;
	line-height: 1.45;
}

.hbis-field--check input {
	margin-top: 3px;
	flex: 0 0 auto;
}

.hbis-hp {
	position: absolute !important;
	left: -9999px;
	height: 1px;
	overflow: hidden;
}

.hbis-modal__actions {
	margin: 1.2em 0 0;
}

.hbis-modal__actions .button {
	width: 100%;
	cursor: pointer;
}

.hbis-feedback {
	margin: 1em 0 0;
	font-size: .92em;
	line-height: 1.5;
}

.hbis-feedback:empty {
	display: none;
}

.hbis-feedback.is-error {
	color: #a4231f;
}

.hbis-feedback.is-success {
	color: #1c6b2e;
}

body.hbis-modal-open {
	overflow: hidden;
}

@media (max-width: 480px) {
	.hbis-modal__panel {
		padding: 28px 20px 22px;
	}
}
