/**
 * EI Dedication Field — product page styles
 *
 * Intentionally minimal. Inherits the theme's form field styles where possible.
 */

.ei-dedication-wrap {
	margin: 1.25em 0;
}

.ei-dedication-field {
	margin-bottom: 0.875em;
}

.ei-dedication-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.3em;
	font-size: 0.95em;
}

.ei-dedication-field input[type="text"] {
	width: 100%;
	max-width: 420px;
	padding: 0.5em 0.65em;
	font-size: 1em;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
}

.ei-dedication-field input[type="text"]:focus {
	outline: none;
	border-color: #96588a; /* WooCommerce purple — matches default theme */
	box-shadow: 0 0 0 2px rgba(150, 88, 138, 0.2);
}

.ei-dedication-noscript {
	color: #666;
	font-size: 0.875em;
	margin-top: 0.5em;
}
