.psa-subscription-box {
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	padding: 1rem 1.25rem ;
	margin: 1.5rem 0;
	background: #f9f9f9;
	max-width: 520px;
}

.psa-intro {
	margin: 0 0 .85rem;
	font-size: .95rem;
	color: #555;
}

.psa-field-row {
	display: flex;
	gap: .5rem;
	flex-wrap: wrap;
}

.psa-email-input {
	flex: 1 1 220px;
	padding: 0 10px!important;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: .95rem;
}

.psa-email-input:focus {
	outline: none;
	border-color: #0073aa;
	box-shadow: 0 0 0 2px rgba(0, 115, 170, .25);
}

.psa-submit-btn {
	padding: 0 10px;
	background: #0073aa;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: .95rem;
	cursor: pointer;
	white-space: nowrap;
	transition: background .2s;
}

.psa-submit-btn:hover:not(:disabled) {
	background: #005177;
}

.psa-submit-btn:disabled {
	opacity: .6;
	cursor: not-allowed;
}

.psa-message {
	margin: .6rem 0 0;
	font-size: .9rem;
	min-height: 1.2em;
}

.psa-message.psa-success {
	color: #2e7d32;
}

.psa-message.psa-error {
	color: #c62828;
}
