/* EP Back in Store — Frontend styles */

.epbis-wrapper {
	margin: 12px 0;
}

.epbis-notify-btn {
	background: linear-gradient(135deg, #6d28d9, #4338ca) !important;
	color: #fff !important;
	border: none !important;
}

.epbis-notify-btn:hover {
	opacity: 0.92;
}

.epbis-modal {
	position: fixed;
	inset: 0;
	background: rgba(17, 24, 39, 0.55);
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.epbis-modal-inner {
	background: #fff;
	border-radius: 10px;
	padding: 28px;
	max-width: 420px;
	width: 100%;
	position: relative;
}

.epbis-modal-close {
	position: absolute;
	top: 10px;
	right: 14px;
	background: none;
	border: none;
	font-size: 22px;
	cursor: pointer;
	line-height: 1;
	color: #6b7280;
}

.epbis-modal h3 {
	margin-top: 0;
}

.epbis-modal-desc {
	color: #6b7280;
	font-size: 14px;
}

.epbis-form .epbis-email-input {
	width: 100%;
	padding: 10px 12px;
	margin-bottom: 12px;
	border: 1px solid #d1d5db;
	border-radius: 6px;
}

.epbis-consent-label {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 13px;
	color: #4b5563;
	margin-bottom: 14px;
}

.epbis-submit-btn {
	width: 100%;
	background: linear-gradient(135deg, #6d28d9, #4338ca) !important;
	color: #fff !important;
	border: none !important;
	padding: 10px 0 !important;
}

.epbis-form-message {
	margin: 10px 0 0;
	font-size: 13px;
}

.epbis-form-message.epbis-success { color: #059669; }
.epbis-form-message.epbis-error   { color: #dc2626; }

@media ( max-width: 480px ) {
	.epbis-modal-inner {
		padding: 20px;
	}
}
