.content-wrapper {
	max-height: 400px;
	overflow-y: auto;
	padding-right: 16px;
}

.content-wrapper p {
	margin-bottom: 20px;
}

/* Custom scrollbar styling */
.custom-scrollbar::-webkit-scrollbar {
	width: 2px; /* Set scrollbar width */
}

.custom-scrollbar::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
	background-color: #878DE8; 
	border-radius: 0px; 
}

#authors .event-timeline {
	width: fit-content;
}

.feature-icon-wrapper {
	position: absolute;
	left: 24px;
	top: -24px;
	width: 48px;
	height: 48px;
	background-color: #DEE7FE;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 8px 20px 0px #1211271A;
}

.form-wrapper {
	border-radius: 20px;
	padding: 40px 32px;
}
.sp-form {
	padding: 0;
	margin: 0;
}
.sp-form .sp-field {
	padding: 0;
	margin-bottom: 16px;
}

.sp-form .sp-field.sp-button-container  {
	margin-bottom: 0;
	margin-top: 24px;
}

.sp-form .sp-button {
	width: 100%;
	background-color: #444BD3;
	padding: 13px;
	height: auto;
	border-radius: 8px;
}

.sp-form .sp-form-control {
	border: 1px solid #D1D1DB;
	border-radius: 8px;
}

.align-center {
	align-items: center;
}
.author-wrapper {
	position: relative;
}
.linkedin-url {
	position: absolute;
	left: 24px;
	top: 24px;
}

#reviews .linkedin-url {
	position: relative;
	left: unset;
	top: unset;
}
#logos-section .section-title {
	max-width: 741px;
}
#logos-section .section-title span, .section-title span {
	color: #444BD3;
}
.popup-inner {
	width: 680px;
}

#form-section {
	margin-bottom: 160px;
}

@media (max-width: 1023px) {
	
	#form-section {
		margin-bottom: 96px;
	}
	
	.form-wrapper {
		max-width: 408px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 32px;
	}
	
	.event-date-wrapper {
		gap: 16px;
	}
	
	.author-photo-wrapper {
		width: 160px;
	}
}

@media (max-width: 768px) {
	.popup-inner {
		height: 100vh;
	}
	
	.author-img, .author-info {
		margin-top: 72px;
	}
	
	.content-wrapper {
		max-height: 65vh;
	}
}

@media (max-height: 600px) {
	.content-wrapper {
		max-height: 250px;
	}
}