/* PR Request a Quote — stiluri frontend */

.prrq-wrap {
	margin: 20px 0;
}

.prrq-toggle {
	cursor: pointer;
}

.prrq-form {
	margin-top: 18px;
	padding: 20px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	background: #fafafa;
	max-width: 460px;
}

.prrq-form[hidden] {
	display: none;
}

.prrq-field {
	margin: 0 0 14px;
}

.prrq-field label {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 600;
}

.prrq-field input[type="text"],
.prrq-field input[type="email"],
.prrq-field input[type="tel"],
.prrq-field textarea {
	width: 100%;
	padding: 9px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 15px;
	line-height: 1.4;
	box-sizing: border-box;
	background: #fff;
}

.prrq-field input:focus,
.prrq-field textarea:focus {
	outline: none;
	border-color: #666;
}

.prrq-field textarea {
	resize: vertical;
	min-height: 90px;
}

.prrq-req {
	color: #d63638;
}

.prrq-gdpr label {
	font-weight: 400;
	font-size: 13px;
	line-height: 1.5;
	display: block;
}

.prrq-gdpr input[type="checkbox"] {
	margin-right: 6px;
	vertical-align: middle;
}

/* Honeypot — ascuns pentru oameni, vizibil pentru boți */
.prrq-hp {
	position: absolute !important;
	left: -9999px !important;
	top: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.prrq-result {
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.5;
}

.prrq-result.prrq-ok {
	color: #007a1f;
	padding: 10px 14px;
	background: #eaf7ed;
	border-left: 3px solid #00a32a;
	border-radius: 3px;
}

.prrq-result.prrq-err {
	color: #b32d2e;
	padding: 10px 14px;
	background: #fcebeb;
	border-left: 3px solid #d63638;
	border-radius: 3px;
}

.prrq-submit[disabled] {
	opacity: 0.6;
	cursor: not-allowed;
}

.prrq-price-note {
	font-style: italic;
	color: #555;
}

/* Ascunde elemente WooCommerce care nu au sens fără preț */
.prrq-quote-product .price,
.prrq-quote-product .cart,
.prrq-quote-product .stock {
	display: none;
}

@media (max-width: 480px) {
	.prrq-form {
		padding: 16px;
	}
}
