.phml-form {
	display: flex;
	gap: 12px;
	max-width: 680px;
	margin: 24px auto;
}

.phml-email {
	flex: 1;
	min-width: 0;
	height: 54px;
	padding: 0 18px !important;
	background: #fff;
	border: 1px solid #cbd5e1 !important;
	border-radius: 10px !important;
	box-shadow: 0 8px 24px rgba(20, 33, 56, 0.06);
}

.phml-submit {
	min-height: 54px;
	padding: 0 24px;
	border: 0;
	border-radius: 10px;
	color: #0b1220;
	background: #8ee63f;
	font-weight: 800;
	cursor: pointer;
	transition: 0.2s ease;
}

.phml-submit:hover {
	background: #7ed62f;
	transform: translateY(-1px);
}

.phml-notice {
	max-width: 680px;
	margin: 18px auto;
	padding: 14px 16px;
	border-radius: 10px;
	text-align: center;
}

.phml-success {
	color: #315e12;
	background: #eff8e8;
	border: 1px solid #cfe7bd;
}

.phml-error {
	color: #8a2525;
	background: #fff1f1;
	border: 1px solid #f0caca;
}

.phml-hp {
	position: absolute !important;
	left: -9999px !important;
}

@media (max-width: 600px) {
	.phml-form {
		flex-direction: column;
	}

	.phml-submit {
		width: 100%;
	}
}
