.cb-testimonials-empty {
	padding: 24px;
	border-radius: 16px;
	background: #f6f8fe;
	color: #4a4a4a;
	font-family: "Poppins", sans-serif;
}

.cb-testimonials-widget {
	font-family: "Poppins", sans-serif;
	color: #4a4a4a;
	padding: 18px 0 10px;
	text-transform: none;
	letter-spacing: 0;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-spacing: normal;
	text-align: left;
}

.cb-testimonials-widget,
.cb-testimonials-widget * {
	font-family: "Poppins", sans-serif !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	word-spacing: normal !important;
	text-align: left;
	font-style: normal;
	font-kerning: normal;
	font-variant-ligatures: normal;
}

.cb-testimonials-widget__container {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

.cb-testimonials-widget__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 42px;
}

.cb-testimonials-widget__heading {
	max-width: 520px;
}

.cb-testimonials-widget__title {
	margin: 0 0 8px;
	font-size: 28px;
	line-height: 1.18;
	font-weight: 600;
	letter-spacing: 0;
	color: #4c4c4c;
}

.cb-testimonials-widget__subtitle {
	margin: 0;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
	color: #66666f;
}

.cb-testimonials-widget__controls {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	padding-top: 8px;
	flex-shrink: 0;
}

.cb-testimonials-widget__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #151515;
	font-size: 24px;
	line-height: 1;
	box-shadow: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.cb-testimonials-widget__arrow:hover,
.cb-testimonials-widget__arrow:focus {
	opacity: 0.72;
	transform: translateY(-1px);
	outline: none;
}

.cb-testimonials-widget__pagination {
	position: static;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
}

.cb-testimonials-widget__pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 4px;
	background: #d3dae8;
	opacity: 1;
}

.cb-testimonials-widget__pagination .swiper-pagination-bullet-active {
	background: #0e3f8d;
}

.cb-testimonials-widget__slider {
	overflow: hidden;
	padding: 4px 2px 22px;
}

.cb-testimonials-widget .swiper-slide {
	height: auto;
}

.cb-testimonials-widget__card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 382px;
	padding: 30px 30px 28px;
	border-radius: 16px;
	background: #f6f8fe;
	box-shadow: 0 2px 6px rgba(24, 39, 75, 0.04), 0 10px 24px rgba(24, 39, 75, 0.08);
}

.cb-testimonials-widget__quote {
	position: absolute;
	top: 28px;
	right: 28px;
	width: 32px;
	height: 22px;
	color: #c8d7ff;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	overflow: visible;
	pointer-events: none;
}

.cb-testimonials-widget__quote svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.cb-testimonials-widget__card-title {
	margin: 0 0 18px;
	padding-right: 58px;
	font-size: 18px;
	line-height: 1.32;
	font-weight: 600;
	color: #4f4f4f;
}

.cb-testimonials-widget__content {
	height: 136px;
	margin-bottom: 16px;
	padding-right: 12px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #9a9a9a transparent;
}

.cb-testimonials-widget__content::-webkit-scrollbar {
	width: 6px;
}

.cb-testimonials-widget__content::-webkit-scrollbar-track {
	background: transparent;
}

.cb-testimonials-widget__content::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: #9b9b9b;
}

.cb-testimonials-widget__content-inner,
.cb-testimonials-widget__content-inner p {
	margin: 0;
	font-size: 13px;
	line-height: 1.64;
	font-weight: 400;
	color: #4a4a4a;
	text-align: left !important;
	word-spacing: normal !important;
	white-space: normal;
}

.cb-testimonials-widget__content-inner p + p {
	margin-top: 12px;
}

.cb-testimonials-widget__stars {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: auto;
	padding-bottom: 22px;
	border-bottom: 1px solid #d9dfeb;
}

.cb-testimonials-widget__star {
	font-size: 14px;
	line-height: 1;
	color: #d6dcf1;
}

.cb-testimonials-widget__star.is-filled {
	color: #0b57d0;
}

.cb-testimonials-widget__author {
	display: flex;
	align-items: center;
	gap: 15px;
	padding-top: 18px;
}

.cb-testimonials-widget__author-avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	flex-shrink: 0;
	border-radius: 50%;
	background: linear-gradient(180deg, #f4f6fb 0%, #e8edf8 100%);
	overflow: hidden;
}

.cb-testimonials-widget__author-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cb-testimonials-widget__author-placeholder {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 22px;
	font-weight: 600;
	color: #6b7280;
}

.cb-testimonials-widget__author-meta {
	min-width: 0;
}

.cb-testimonials-widget__author-name {
	margin: 0 0 3px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 600;
	color: #4f4f4f;
}

.cb-testimonials-widget__author-source {
	margin: 0;
	font-size: 14px;
	line-height: 1.35;
	font-weight: 400;
	color: #66666f;
}

@media (max-width: 1024px) {
	.cb-testimonials-widget__header {
		flex-direction: column;
		gap: 18px;
		margin-bottom: 28px;
	}

	.cb-testimonials-widget__controls {
		padding-top: 0;
	}

	.cb-testimonials-widget__card {
		min-height: 368px;
		padding: 26px 24px 26px;
	}
}

@media (max-width: 767px) {
	.cb-testimonials-widget {
		padding-top: 12px;
	}

	.cb-testimonials-widget__title {
		font-size: 24px;
	}

	.cb-testimonials-widget__subtitle {
		font-size: 15px;
	}

	.cb-testimonials-widget__controls {
		gap: 14px;
	}

	.cb-testimonials-widget__card {
		min-height: 352px;
		padding: 24px 20px;
		border-radius: 14px;
	}

	.cb-testimonials-widget__card-title {
		font-size: 17px;
		margin-bottom: 16px;
	}

	.cb-testimonials-widget__content {
		height: 124px;
	}

	.cb-testimonials-widget__author-avatar {
		width: 56px;
		height: 56px;
	}
}
