/* Protek Laboral - Personalización de productos */

.protek-personalizacion {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	background: #fafafa;
}

.protek-personalizacion .protek-campo {
	display: flex;
	flex-direction: column;
	gap: 0.35em;
	margin: 0 0 0.75em;
}

.protek-personalizacion .protek-campo label {
	font-weight: 600;
}

.protek-personalizacion .protek-campo-ayuda {
	font-size: 0.85em;
	color: #666;
}

.protek-personalizacion .protek-solicitar-info {
	margin: 0;
}

.protek-personalizacion .protek-mensaje {
	margin-top: 0.75em;
	font-size: 0.9em;
}

.protek-personalizacion .protek-mensaje.protek-ok {
	color: #1e7e34;
}

.protek-personalizacion .protek-mensaje.protek-error {
	color: #b32d2e;
}

/* Modal */
.protek-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba( 0, 0, 0, 0.5 );
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999;
	padding: 1em;
}

.protek-modal {
	background: #fff;
	border-radius: 8px;
	padding: 1.5em;
	max-width: 460px;
	width: 100%;
	box-shadow: 0 10px 40px rgba( 0, 0, 0, 0.25 );
}

.protek-modal h3 {
	margin-top: 0;
}

.protek-modal-acciones {
	display: flex;
	flex-direction: column;
	gap: 0.6em;
	margin-top: 1.2em;
}

.protek-modal-acciones .button,
.protek-modal-acciones a.button {
	width: 100%;
	text-align: center;
}

.protek-modal-acciones .protek-cancelar {
	background: none;
	border: none;
	color: #666;
	cursor: pointer;
	text-decoration: underline;
}

/* Carrito */
img.protek-cart-img {
	max-width: 80px;
	height: auto;
	border-radius: 4px;
}

.protek-badge {
	display: inline-block;
	font-size: 0.72em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	padding: 0.15em 0.5em;
	margin-left: 0.4em;
	border-radius: 999px;
	background: #eef3ff;
	color: #2b54c5;
	vertical-align: middle;
}
