.affiliate-section{
	background-image: url(/wp-content/themes/beloved/shortcodes/affiliate-module/affiliate-banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 15px 0;
	margin-bottom: 120px;
	border-radius: 6px;
	display: flex;
	justify-content: center;
}

.affiliate-section .affiliate-details{
	transform: translateY(138px);
	margin-left: 20px;
	margin-right: 20px;
	width: fit-content;
	background: #F3F3F3E5;
	backdrop-filter: blur(15px);
	padding: 23px 28px 5px;
	border-radius: 6px;
	max-width: 850px;
    width: 100%;
}

.affiliate-section .affiliate-subheading{
	font-size: 13px;
	font-weight: 700;
	line-height: 15.73px;
	letter-spacing: 0.07em;
	color: #323232;
}

.affiliate-section .affiliate-subheading span{
	color: var(--fs-color-primary);
}

.affiliate-section .affiliate-heading{
	font-size: 27px;
	font-weight: 900;
	line-height: 32.68px;
	color: #323232;
}

.affiliate-section .affiliate-text{
	font-size: 14px;
	font-weight: 600;
	line-height: 16.8px;
	color: #323232;
}

.affiliate-section .affiliate-button{
	font-size: 14px;
	font-weight: 600;
	line-height: 16.8px;
	color: #fff;
	background: #000000D4;
	border-radius: 7px;
	padding: 10px;
	width: 100%;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
}

.affiliate-section .affiliate-beloved-logo{
	margin-top: 17px;
	margin-left: auto;
	height: 50px;
	width: auto;
	display: flex;
}
