.social_image {
	height: 40px !important;


}

.cwrs_share {
	margin-top: 10px;
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.whatsapp_class {
	display: none;
}

.wcrs_thankyou_wrapper p {
	text-align: center;
}

.wcrs_thankyou_wrapper span #referralLink {
	width: 50% !important;
}

@media only screen and (max-width: 600px) {

	.cwrs_share {
		margin-top: 25px;
	}

	.cwrs_share {
		gap: 20px;
		display: flex;
		font-size: 10px;
		height: 45px;
	}
}

/* Referral Benefits List - Specific Request styling */
.wcrs-referral-benefits {
	list-style: none;
	padding: 20px;
	margin: 20px 0;
	border: 2px dotted #444;
	/* Slight dotted outline */
	border-radius: 8px;
	background-color: #fff;
	/* Ensure contrast against gray bg */
}

.wcrs-referral-benefits li {
	font-size: 26px !important;
	/* Approx 10px bigger than standard 16px, !important to override theme */
	font-weight: 800 !important;
	/* Bolder */
	color: #222;
	margin-bottom: 10px;
	line-height: 1.4;
}

.wcrs-referral-benefits li:last-child {
	margin-bottom: 0;
}

/* Referral Box Container */
.wcrs-referral-box {
	border: 2px solid #e5e5e5;
	background-color: #fafafa;
	padding: 30px;
	border-radius: 8px;
	text-align: center;
	max-width: 800px;
	margin: 20px auto;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* Typography */
.wcrs-referral-title {
	font-size: 32px !important;
	margin-bottom: 15px;
	color: #333;
	font-weight: 500 !important;
}

.wcrs-referral-desc {
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
}

.wcrs-referral-label {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	display: block;
	color: #444;
}

/* Input Group */
.wcrs-referral-input-group {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 20px;
	flex-wrap: wrap;
	align-items: center;
}

.wcrs-referral-input {
	padding: 10px 15px !important;
	border: 1px solid #ddd !important;
	border-radius: 4px !important;
	font-size: 16px !important;
	width: 100% !important;
	max-width: 400px !important;
	background-color: #fff !important;
	color: #555 !important;
	height: 45px !important;
	/* Match button height usually around this */
}

/* Copy Button */
.wcrs-copy-btn {
	padding: 0 25px !important;
	height: 45px !important;
	line-height: 45px !important;
	font-weight: 600 !important;
	border-radius: 4px !important;
	white-space: nowrap;

}

/* Social Share Wrapper */
.wcrs-social-share-wrapper {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dashed #e0e0e0;
}

/* Responsive adjustments */
@media only screen and (max-width: 600px) {
	.wcrs-referral-box {
		padding: 20px 15px;
	}

	.wcrs-referral-input-group {
		flex-direction: column;
		align-items: center;
	}

	.wcrs-referral-input {
		width: 100% !important;
		max-width: 100% !important;
		margin-bottom: 10px;
	}

	.wcrs-copy-btn {
		width: 100%;
		margin-top: 15px;
	}
}