/* Admin styles for HDTI Woo Prescription */

.hdti-woo-rx-notice {
	border-radius: 4px;
	font-size: 14px;
}

/* Form styling improvements */
.hdti-woo-rx-upload {
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 6px;
	border-left: 4px solid #0073aa;
	padding: 20px;
	margin: 20px 0;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.hdti-woo-rx-upload h3 {
	margin: 0 0 15px 0;
	color: #333;
	font-size: 16px;
}

.hdti-woo-rx-upload input[type="file"] {
	width: 100%;
	padding: 8px;
	border: 2px dashed #ccc;
	border-radius: 4px;
	background: white;
	transition: border-color 0.3s ease;
}

.hdti-woo-rx-upload input[type="file"]:hover {
	border-color: #0073aa;
}

.hdti-woo-rx-upload input[type="file"]:focus {
	border-color: #0073aa;
	box-shadow: 0 0 5px rgba(0,115,170,0.3);
	outline: none;
}

.hdti-rx-confirm-field {
	background-color: #f0f8ff;
	padding: 15px;
	border-left: 4px solid #0073aa;
	margin: 15px 0;
	border-radius: 4px;
}

.hdti-rx-confirm-field label {
	font-weight: 600;
	color: #333;
}

/* Admin order display */
.hdti-rx-attachment {
	background-color: #f9f9f9;
	border-left: 4px solid #00a32a;
	padding: 10px;
	margin: 15px 0;
	border-radius: 4px;
}

.hdti-rx-attachment h4 {
	margin-top: 0;
	color: #333;
}

/* Required field styling */
.required {
	color: #d63638;
	font-weight: bold;
}

/* Custom prescription message styling */
.hdti-custom-prescription-message {
	font-weight: bold;
	margin: 8px 0;
	font-size: 14px;
	padding: 5px 0;
	line-height: 1.4;
	display: block;
}

/* Responsive custom message */
@media (max-width: 768px) {
	.hdti-custom-prescription-message {
		font-size: 13px;
		margin: 6px 0;
	}
}
