.wcpfw-preorder-box {
	margin: 25px 0;
	padding: 24px;
	border-radius: 12px;
	background: #ffffff;
	border: 1px solid #eef0f2;
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
}

.wcpfw-preorder-status {
	margin: 0 0 12px;
	color: #ea2829;
	font-weight: 700;
	font-size: 16px;
}

.wcpfw-preorder-date {
	font-size: 15px;
	color: #4b5563;
	margin: 0 0 18px;
}

.wcpfw-preorder-date strong {
	color: #111827;
	font-weight: 700;
}

.wcpfw-notify-form {
	display: flex;
	gap: 12px;
	flex-wrap: nowrap;
	align-items: center;
}

.wcpfw-notify-form input[type="email"] {
	flex: 1;
	height: 48px !important;
	padding: 0 16px !important;
	border: 1.5px solid #e5e7eb !important;
	border-radius: 8px !important;
	font-size: 14px !important;
	background: #fdfdfd !important;
	transition: all 0.2s ease !important;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.02) !important;
	margin: 0 !important;
}

.wcpfw-notify-form input[type="email"]:focus {
	border-color: #ea2829 !important;
	background: #fff !important;
	box-shadow: 0 0 0 4px rgba(234, 40, 41, 0.1) !important;
	outline: none !important;
}

.wcpfw-notify-form button.button {
	height: 48px !important;
	padding: 0 24px !important;
	background: #ea2829 !important;
	color: #ffffff !important;
	border: none !important;
	border-radius: 8px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
	cursor: pointer !important;
	transition: all 0.2s ease !important;
	white-space: nowrap !important;
	margin: 0 !important;
}

.wcpfw-notify-form button.button:hover {
	background: #cc2324 !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(234, 40, 41, 0.2);
}

.wcpfw-notify-form button.button:active {
	transform: translateY(0);
}

.wcpfw-response {
	width: 100%;
	margin-top: 12px;
	font-size: 14px;
	font-weight: 500;
}

.wcpfw-preorder-badge {
	display: inline-block;
	margin-left: 6px;
	padding: 2px 8px;
	border-radius: 3px;
	background: #ef4444;
	color: #fff;
	font-size: 11px;
	line-height: 1.3;
	font-weight: 600;
	text-transform: uppercase;
}
.wcpfw-preorder-label {
	display: inline-block;
	background: #ea2829;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	padding: 7px 18px;
	border-radius: 50px;
	margin: 5px 0;
	line-height: 1;
	vertical-align: middle;
	width: fit-content;
}

/* Stock Status Preorder Green Styling */
.wcpfw-preorder-status {
	color: #187a39 !important; /* Green */
	font-weight: 600 !important;
}

.wcpfw-preorder-active, 
.wcpfw-preorder-active .wkfr-option-stock,
.wcpfw-preorder-active span {
	color: #187a39 !important;
}

.wcpfw-preorder-enabled {
	opacity: 1 !important;
	pointer-events: auto !important;
}

.wcpfw-preorder-option-enabled {
	opacity: 1 !important;
	pointer-events: auto !important;
	background: transparent !important;
}
