.technopack-ask-price-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.technopack-ask-price-modal[hidden] {
	display: none !important;
}

.technopack-ask-price-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 32, 0.55);
}

.technopack-ask-price-modal__dialog {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 520px;
	max-height: 90vh;
	overflow: auto;
	padding: 28px 24px 20px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.technopack-ask-price-modal__close {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 36px;
	height: 36px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #203347;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.technopack-ask-price-modal__title {
	margin: 0 36px 6px 0;
	font-size: 1.35rem;
	line-height: 1.3;
	color: #203347;
}

.technopack-ask-price-modal__product {
	margin: 0 0 16px;
	font-size: 0.95rem;
	color: rgba(0, 0, 0, 0.65);
}

.technopack-ask-price-modal__product[hidden] {
	display: none !important;
}

.technopack-ask-price-wrap {
	margin-top: 8px;
}

body.technopack-ask-price-open {
	overflow: hidden;
}

[data-products] .ct-woo-card-actions .technopack-ask-price,
[data-products="type-2"] .ct-woo-card-actions .technopack-ask-price {
	cursor: pointer;
	margin-inline-start: auto;
}
