/* KroTech Prijs op Aanvraag */

.krotech-por-price-label {
	font-weight: 700;
	display: inline-block;
}

.krotech-por-trigger {
	cursor: pointer;
}

.krotech-por-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(16, 30, 46, 0.55);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 100000;
	padding: 20px;
}

.krotech-por-modal-overlay.krotech-por-modal-open {
	display: flex;
}

.krotech-por-modal {
	background: #fff;
	border-radius: 8px;
	width: 100%;
	max-width: 480px;
	max-height: 90vh;
	overflow-y: auto;
	padding: 32px;
	position: relative;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.krotech-por-modal-title {
	margin: 0 0 4px;
	font-size: 20px;
	font-weight: 700;
}

.krotech-por-modal-product {
	color: #666;
	font-size: 13.5px;
	margin: 0 0 20px;
}

.krotech-por-modal-close {
	position: absolute;
	top: 14px;
	right: 16px;
	background: none;
	border: none;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	color: #888;
	padding: 4px 8px;
}

.krotech-por-modal-close:hover {
	color: #333;
}

.krotech-por-modal-form form {
	margin: 0;
}

body.krotech-por-modal-active {
	overflow: hidden;
}
