.hpv-lay-ma-box {
	display: inline-flex;
	width: 100%;
	max-width: 220px;
}

.hpv-lay-ma-button {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	min-height: 42px;
	border: 0;
	border-radius: 16px;
	background: linear-gradient(135deg, #0d5cab 0%, #0b2d67 100%);
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	line-height: 1.3;
	text-align: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, background 0.2s ease;
	box-shadow: 0 12px 22px rgba(13, 92, 171, 0.24);
}

.hpv-lay-ma-button:hover {
	transform: translateY(-1px);
	box-shadow: 0 16px 28px rgba(13, 92, 171, 0.3);
}

.hpv-lay-ma-button[disabled] {
	cursor: default;
	opacity: 1;
}

.hpv-lay-ma-label {
	display: block;
	width: 100%;
}

.hpv-lay-ma-button.is-running {
	background: linear-gradient(135deg, #1a6f34 0%, #0c4f23 100%);
	box-shadow: 0 12px 22px rgba(24, 111, 52, 0.24);
}

.hpv-lay-ma-button.is-revealed {
	background: linear-gradient(135deg, #d62828 0%, #9d0208 100%);
	box-shadow: 0 12px 22px rgba(157, 2, 8, 0.28);
}
