/* Price Hide & Notify Me — front-end styles */

.phn-notify-form {
	margin: 1.5em 0;
	max-width: 420px;
}

.phn-notify-intro {
	margin-bottom: 0.75em;
	font-size: 0.95em;
}

.phn-notify-form .phn-field {
	margin-bottom: 0.75em;
}

.phn-notify-form .phn-email {
	width: 100%;
	padding: 0.6em 0.8em;
	box-sizing: border-box;
}

.phn-notify-button[disabled] {
	opacity: 0.6;
	cursor: not-allowed;
}

.phn-notify-message {
	display: block;
	margin-top: 0.75em;
	font-size: 0.95em;
}

.phn-notify-message.phn-success {
	color: #1a7f37;
}

.phn-notify-message.phn-error {
	color: #b32d2e;
}

.phn-price-placeholder {
	font-style: italic;
	opacity: 0.8;
}
