.lsh-btn-md {
	background-color: black;
    padding: 15px 20px;
    border-radius: 50px;
	display: block;
    width: fit-content;
}

.lsh-btn-md span {
	font-family: 'Inter', sans-serif;
	color: white;
	font-weight: 900;
}

.lsh-btn-lg-member {
	background-color: white;
    padding: 12px 5px;
    border-radius: 50px;
	display: block;
    width: 278px;
	border: 2px solid #000;
	text-align: center;
}

.lsh-btn-lg-member span {
	font-family: 'Inter', sans-serif;
	color: black;
	font-weight: 900;
}

.lsh-location-txt h3 {
	font-family: 'sofia-pro', sans-serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 64px;
	letter-spacing: 0%;
	color: #000;
	margin-top: 0;
}

.black-checks {
    list-style: none;
    padding-left: 0;
}

.black-checks li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.4; 
}

.black-checks li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.25em;
    width: 1em;
    height: 1em;
    background-image: url('/wp-content/uploads/2025/10/black-checkmark.svg');
    background-size: contain; 
    background-repeat: no-repeat;
}

.member-box {
	box-shadow: 503px 804px 250px 0 rgba(120, 120, 120, 0.00), 
		322px 515px 243px 0 rgba(120, 120, 120, 0.01), 
		181px 290px 205px 0 rgba(120, 120, 120, 0.03), 
		80px 129px 152px 0 rgba(120, 120, 120, 0.04), 
		20px 32px 83px 0 rgba(120, 120, 120, 0.05);
}