.scared-button-13-wrapper {
	position: relative;
	min-height: 100px; 
	display: flex;
	justify-content: center;
	align-items: center;
}

.scared-button-btn-container {
	position: fixed;
	padding: 150px; /* Invisible shield area */
	margin: -150px; /* Offset the padding */
	z-index: 99999;
}

.scared-button-13-wrapper button {
	position: relative; 
	transition: none !important;
	cursor: pointer;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 500;
	background-color: #61CE70;
	color: #fff;
	border: none;
	border-radius: 3px;
	padding: 12px 24px;
	pointer-events: auto;
}

.scared-button-13-wrapper button:focus,
.scared-button-13-wrapper button:active {
	outline: none !important;
	box-shadow: none !important;
}
