.rtvp-price-replacement {
	display: inline-block;
	width: auto;
	max-width: 100%;
}

.rtvp-register-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 22px;
	border: 0;
	border-radius: 6px;
	background: #071426;
	color: #ffffff !important;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	text-decoration: none !important;
	transition: opacity .2s ease, transform .2s ease;
}

.rtvp-register-button:hover,
.rtvp-register-button:focus {
	color: #ffffff !important;
	opacity: .88;
	transform: translateY(-1px);
}

.rtvp-single-button {
	margin: 18px 0;
}

.elementor-widget-woocommerce-product-price .rtvp-price-replacement,
.elementor-widget-woocommerce-product-price .rtvp-register-button {
	width: 350px;
}

@media (max-width: 767px) {
	.rtvp-register-button {
		width: 100%;
	}
}
