/**
 * Special Order Product Options Styles
 */

.plrso-product-options {
	margin: 1.5em 0;
	padding: 1em 0;
	border-top: 1px solid #e5e5e5;
}

.plrso-label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.5em;
}

.plrso-label .required {
	color: #c00;
}

.plrso-field-desc {
	font-size: 0.9em;
	color: #666;
	margin: 0 0 0.5em;
}

/* Size Picker */
.plrso-size-picker {
	margin-bottom: 1.5em;
}

.plrso-size-option {
	display: flex;
	align-items: center;
	margin-bottom: 0.5em;
}

.plrso-size-option input[type="radio"] {
	margin-right: 0.5em;
}

.plrso-size-option label {
	cursor: pointer;
	font-weight: normal;
}

/* Cake Customizations */
.plrso-cake-customizations {
	margin-top: 1.5em;
}

.plrso-field {
	margin-bottom: 1.5em;
}

.plrso-field select,
.plrso-field input[type="text"] {
	width: 100%;
	max-width: 400px;
}

/* Other Flavor Input */
.plrso-other-flavor-input {
	margin-top: 0.75em;
	padding: 1em;
	background: #f9f9f9;
	border-left: 3px solid var(--enfold-main-color-primary2, #9b6a6c);
}

.plrso-other-flavor-input input {
	margin-bottom: 0.75em;
}

.plrso-other-instructions {
	font-size: 0.85em;
	color: #555;
	margin: 0;
	line-height: 1.5;
}

.plrso-other-instructions a {
	color: var(--enfold-main-color-primary2, #9b6a6c);
}

/* Words Field */
.plrso-words input {
	margin-bottom: 0.25em;
}

.plrso-char-count {
	font-size: 0.85em;
	color: #666;
	margin: 0;
}

.plrso-char-count.warning {
	color: #d63638;
}
