/* Stripe secondary button inside Elementor popup */
.mam-stripe-btn-wrap {
	margin-top: 12px;
	width: 100%;
}

.mam-stripe-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	padding: 11px 18px;
	border: 2px solid #c95b00;
	background: transparent;
	color: #c95b00;
	font-family: inherit;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.02em;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.mam-stripe-btn:hover,
.mam-stripe-btn:focus {
	background: #c95b00;
	color: #ffffff;
}
