.om-subscribe-wrap {
	max-width: 480px;
}

.om-notice {
	padding: 14px 18px;
	border-radius: 6px;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 1.6;
}

.om-notice-success {
	background-color: #e8f5e9;
	border: 2px solid #2e7d32;
	color: #1a3a1a;
}

.om-notice-error {
	background-color: #ffebee;
	border: 2px solid #c62828;
	color: #7f0000;
}

.om-subscribe-form .om-form-group {
	margin-bottom: 18px;
}

.om-subscribe-form label {
	display: block;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 6px;
	color: #1a1a1a;
}

.om-required {
	color: #c62828;
}

.om-subscribe-form input[type="email"],
.om-subscribe-form input[type="text"] {
	width: 100%;
	padding: 12px 16px;
	font-size: 1rem;
	font-family: inherit;
	border: 2px solid #aaa;
	border-radius: 6px;
	line-height: 1.5;
	transition: border-color 0.15s;
}

.om-subscribe-form input:focus {
	border-color: #2e7d32;
	outline: none;
}

.om-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 32px;
	font-size: 1rem;
	font-family: inherit;
	font-weight: 700;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	background-color: #2e7d32;
	color: #fff;
	transition: background-color 0.15s;
}

.om-btn:hover {
	background-color: #1b5e20;
}

.om-btn-secondary {
	background-color: #555;
}

.om-btn-secondary:hover {
	background-color: #333;
}
