/* GP Product Customizer – Date Picker */
.gppc-date-picker-wrap {
	margin: 1.2em 0;
	padding: 1em;
	background: #f9f9f9;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
}

.gppc-date-picker-wrap label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.5em;
	font-size: 0.95em;
	color: #333;
}

.gppc-date-picker-wrap label .required {
	color: #e2401c;
	text-decoration: none;
	margin-left: 2px;
}

.gppc-date-picker-wrap input[type="date"] {
	display: block;
	width: 100%;
	max-width: 280px;
	padding: 0.6em 0.8em;
	font-size: 1em;
	border: 1px solid #ccc;
	border-radius: 6px;
	background: #fff;
	color: #333;
	cursor: pointer;
	transition: border-color 0.2s;
}

.gppc-date-picker-wrap input[type="date"].gppc-input-error,
.gppc-date-picker-wrap input[type="date"]:focus {
	outline: none;
	border-color: #0073aa;
	box-shadow: 0 0 0 1px #0073aa;
}

.gppc-date-picker-wrap input[type="date"].gppc-input-error {
	border-color: #e2401c;
	box-shadow: 0 0 0 1px #e2401c;
}

.gppc-date-picker-wrap input[type="date"]:invalid {
	border-color: #e2401c;
}

.gppc-date-price-box {
	margin-top: 0.9em;
	padding: 0.85em 1em;
	max-width: 360px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
}

.gppc-date-price-label {
	display: block;
	margin-bottom: 0.35em;
	font-size: 0.82em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #666;
}

.gppc-date-price-value {
	display: block;
	font-size: 1.05em;
	line-height: 1.4;
	color: #111;
}

.gppc-date-price-value .price {
	display: inline-block;
}

.gppc-date-price-value .woocommerce-Price-amount {
	font-size: 1.2em;
}

.gppc-date-picker-help {
	margin: 0.5em 0 0;
	font-size: 0.85em;
	color: #666;
}
