/* Single-product CTA: many themes only style .single_add_to_cart_button; we avoid that class on purpose (AJAX hijack). */
a.hamtaweb-inquiry-single-cta.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35em;
	text-decoration: none;
}

.hamtaweb-inquiry-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	box-sizing: border-box;
}

.hamtaweb-inquiry-modal[hidden] {
	display: none;
}

.hamtaweb-inquiry-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}

.hamtaweb-inquiry-modal__panel {
	position: relative;
	z-index: 1;
	max-width: 420px;
	width: 100%;
	background: #fff;
	color: #111;
	border-radius: 8px;
	padding: 20px 22px 18px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
	direction: rtl;
	text-align: right;
	font-size: 16px;
	line-height: 1.6;
}

.hamtaweb-inquiry-modal__close {
	position: absolute;
	left: 10px;
	top: 8px;
	border: 0;
	background: transparent;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	color: #444;
	padding: 4px 8px;
}

.hamtaweb-inquiry-modal__text {
	margin: 0 0 8px;
}

.hamtaweb-inquiry-modal__phone {
	margin: 0;
	font-weight: 700;
	unicode-bidi: plaintext;
}

body.hamtaweb-inquiry-modal-open {
	overflow: hidden;
}
