
.algert-quote-block-widget {
	position: relative;
}

.algert-quote-block-widget .item, .algert-quote-block-widget .item--rating, .algert-quote-block-widget .item--full-width-video, .algert-quote-block-widget .item--full-width, .algert-quote-block-widget .item--card {
	position: relative;
	border-radius: var(--block-border-radius);
	overflow: hidden;
	transition: transform var(--transition-ms);
}

.algert-quote-block-widget .item--card {
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	row-gap: var(--row-gap);
	--row-gap: 1em;
}

@media (max-width: 991.98px) {
	.algert-quote-block-widget .item--card {
		--row-gap: .75em;
	}
}

@media (max-width: 767.98px) {
	.algert-quote-block-widget .item--card {
		--row-gap: .625em;
	}
}

.algert-quote-block-widget .item--card .statistics-wrapper .value {
	margin-bottom: 8px;
}

@media (max-width: 767.98px) {
	.algert-quote-block-widget .item--card .statistics-wrapper .value {
		margin-bottom: 0;
	}
}

.algert-quote-block-widget .item--card .content-wrapper {
	flex: 1;
}

.algert-quote-block-widget .item--card .user-wrapper {
	display: flex;
	column-gap: 1.25em;
	margin-top: var(--row-gap);
}

@media (max-width: 767.98px) {
	.algert-quote-block-widget .item--card .user-wrapper {
		column-gap: 1em;
	}
}

.algert-quote-block-widget .item--card .user-wrapper .image-wrapper {
	flex-shrink: 0;
	position: relative;
}

.algert-quote-block-widget .item--card .user-wrapper .image-wrapper .image {
	width: 100%;
	max-width: 120px;
	object-fit: cover;
	aspect-ratio: 1/1;
	border-radius: var(--block-border-radius);
}

@media (max-width: 991.98px) {
	.algert-quote-block-widget .item--card .user-wrapper .image-wrapper .image {
		max-width: 100px;
	}
}

.algert-quote-block-widget .item--card .user-wrapper .image-wrapper .icon-play {
	position: absolute;
	right: -10px;
	top: -13px;
}

@media (max-width: 767.98px) {
	.algert-quote-block-widget .item--card .user-wrapper .image-wrapper .icon-play {
		right: -8px;
		top: -8px;
	}
}

.algert-quote-block-widget .item--card .user-wrapper .name-wrapper {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.algert-quote-block-widget .item--full-width {
	display: flex;
	align-items: stretch;
}

.algert-quote-block-widget .item--full-width > .image-wrapper {
	width: 100%;
	max-width: 300px;
	display: flex;
	align-items: flex-end;
	flex-shrink: 0;
}

@media (max-width: 991.98px) {
	.algert-quote-block-widget .item--full-width > .image-wrapper {
		max-width: 225px;
	}
}

@media (max-width: 767.98px) {
	.algert-quote-block-widget .item--full-width > .image-wrapper {
		display: none;
	}
}

.algert-quote-block-widget .item--full-width .content-wrapper {
	--icon-size: 3.5em;
	padding: 3.5em 2em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: 1.75em;
	flex: 1;
}

@media (max-width: 1199.98px) {
	.algert-quote-block-widget .item--full-width .content-wrapper {
		padding: 2.75em 2em;
	}
}

@media (max-width: 991.98px) {
	.algert-quote-block-widget .item--full-width .content-wrapper {
		--icon-size: 2.5em;
		padding: 2.5em 1.5em;
	}
}

@media (max-width: 767.98px) {
	.algert-quote-block-widget .item--full-width .content-wrapper {
		padding: 0 !important;
	}
}

@media (max-width: 767.98px) {
	.algert-quote-block-widget .item--full-width .content-wrapper .description-wrapper {
		padding: 1.5rem 1.5rem 0;
		text-align: center;
	}
}

.algert-quote-block-widget .item--full-width .content-wrapper .user-wrapper {
	padding-right: calc(.5em + var(--icon-size));
	position: relative;
}

@media (max-width: 767.98px) {
	.algert-quote-block-widget .item--full-width .content-wrapper .user-wrapper {
		padding: 0 1.5em;
		display: flex;
		flex-direction: column;
		text-align: center;
		overflow: hidden;
	}
}

.algert-quote-block-widget .item--full-width .content-wrapper .user-wrapper .image-wrapper {
	align-self: center;
	order: 1;
}

@media (min-width: 768px) {
	.algert-quote-block-widget .item--full-width .content-wrapper .user-wrapper .image-wrapper {
		display: none;
	}
}

.algert-quote-block-widget .item--full-width .content-wrapper .user-wrapper .button {
	position: relative;
	z-index: 2;
}

.algert-quote-block-widget .item--full-width .content-wrapper .icon-quote {
	width: var(--icon-size);
	height: auto;
}

.algert-quote-block-widget .item--full-width .content-wrapper .icon-quote--top {
	margin-bottom: 1em;
}

.algert-quote-block-widget .item--full-width .content-wrapper .icon-quote--right {
	position: absolute;
	bottom: 0;
	right: 0;
}

@media (max-width: 767.98px) {
	.algert-quote-block-widget .item--full-width .content-wrapper .icon-quote--right {
		display: none;
	}
}

.algert-quote-block-widget .item--full-width--has-button .content-wrapper {
	padding: 2em;
	row-gap: 1.5em;
}

@media (max-width: 991.98px) {
	.algert-quote-block-widget .item--full-width--has-button .content-wrapper {
		padding: 1.5em;
	}
}

@media (max-width: 767.98px) {
	.algert-quote-block-widget .item--full-width--has-button .content-wrapper {
		padding: 0;
	}
}

.algert-quote-block-widget .item--full-width--no-image .content-wrapper {
	--icon-size: 5em;
	padding: 4em;
	row-gap: 3em;
}

@media (max-width: 991.98px) {
	.algert-quote-block-widget .item--full-width--no-image .content-wrapper {
		--icon-size: 3.5em;
		padding: 2.5em;
	}
}

@media (max-width: 767.98px) {
	.algert-quote-block-widget .item--full-width--no-image .content-wrapper {
		row-gap: 1.5em;
		padding: 0 0 1.5em !important;
	}
}

.algert-quote-block-widget .item--full-width--no-image .content-wrapper .icon-quote--right {
	top: unset;
	bottom: 0;
}

.algert-quote-block-widget .item--full-width-video {
	width: 100%;
	display: grid;
	grid-template-columns: 350px 1fr;
}

@media (max-width: 991.98px) {
	.algert-quote-block-widget .item--full-width-video {
		grid-template-columns: 300px 1fr;
	}
}

@media (max-width: 767.98px) {
	.algert-quote-block-widget .item--full-width-video {
		grid-template-columns: 250px 1fr;
	}
}

@media (max-width: 575.98px) {
	.algert-quote-block-widget .item--full-width-video {
		grid-template-columns: 1fr;
	}
}

.algert-quote-block-widget .item--full-width-video .image-wrapper {
	position: relative;
}

.algert-quote-block-widget .item--full-width-video .image-wrapper:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .35), rgba(0, 0, 0, .1), transparent, transparent, transparent, transparent, transparent);
}

.algert-quote-block-widget .item--full-width-video .image-wrapper img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.algert-quote-block-widget .item--full-width-video .image-wrapper .icon-play {
	--size: 65px;
	width: var(--size);
	height: var(--size);
	position: absolute;
	top: 1.25em;
	left: 1em;
}

@media (max-width: 991.98px) {
	.algert-quote-block-widget .item--full-width-video .image-wrapper .icon-play {
		--size: 50px;
	}
}

@media (max-width: 767.98px) {
	.algert-quote-block-widget .item--full-width-video .image-wrapper .icon-play {
		--size: 40px;
	}
}

.algert-quote-block-widget .item--full-width-video .image-wrapper .user-wrapper {
	position: absolute;
	bottom: 1.25em;
	left: 1em;
	color: white !important;
}

.algert-quote-block-widget .item--full-width-video .content-wrapper {
	padding: 2em 2.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: 1.25em;
}

@media (max-width: 991.98px) {
	.algert-quote-block-widget .item--full-width-video .content-wrapper {
		padding: 1.5em;
		row-gap: 1em;
	}
}

.algert-quote-block-widget .item--rating {
	height: 100%;
	display: flex;
	column-gap: 1.25em;
}

@media (max-width: 991.98px) {
	.algert-quote-block-widget .item--rating {
		column-gap: 1em;
	}
}

.algert-quote-block-widget .item--rating .icon-quote {
	--size: 55px;
	width: var(--size);
	height: var(--size);
	flex-shrink: 0;
}

@media (max-width: 767.98px) {
	.algert-quote-block-widget .item--rating .icon-quote {
		--size: 40px;
	}
}

.algert-quote-block-widget .item--rating .main-content-wrapper {
	display: flex;
	flex-direction: column;
	row-gap: 1.5em;
}

@media (max-width: 767.98px) {
	.algert-quote-block-widget .item--rating .main-content-wrapper {
		row-gap: 1.25em;
	}
}

.algert-quote-block-widget .item--rating .main-content-wrapper .rating-wrapper {
	display: flex;
	align-items: center;
	column-gap: .25em;
}

.algert-quote-block-widget .item--rating .main-content-wrapper .rating-wrapper .rating-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.algert-quote-block-widget .item--rating .main-content-wrapper .rating-wrapper .rating-item .rating--filled-wrapper {
	overflow: hidden;
	position: absolute;
	left: 0;
	line-height: 0;
}

.algert-quote-block-widget .item--rating .main-content-wrapper .content-wrapper {
	flex: 1;
}

.algert-quote-block-widget .item--rating .main-content-wrapper .user-wrapper {
	display: flex;
	column-gap: 1.25em;
}

@media (max-width: 767.98px) {
	.algert-quote-block-widget .item--rating .main-content-wrapper .user-wrapper {
		column-gap: 1em;
	}
}

.algert-quote-block-widget .item--rating .main-content-wrapper .user-wrapper .image-wrapper {
	flex-shrink: 0;
	position: relative;
}

.algert-quote-block-widget .item--rating .main-content-wrapper .user-wrapper .image-wrapper .image {
	width: 100%;
	max-width: 55px;
	object-fit: cover;
	aspect-ratio: 1/1;
	border-radius: var(--block-border-radius);
}

.algert-quote-block-widget .item--rating .main-content-wrapper .user-wrapper .image-wrapper .icon-play {
	position: absolute;
	right: -10px;
	top: -13px;
}

@media (max-width: 767.98px) {
	.algert-quote-block-widget .item--rating .main-content-wrapper .user-wrapper .image-wrapper .icon-play {
		right: -8px;
		top: -8px;
	}
}

.algert-quote-block-widget .item--rating .main-content-wrapper .user-wrapper .name-wrapper {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.algert-quote-block-widget {
	--swiper-button-distance: -1em;
}

.algert-quote-block-widget .swiper {
	margin-bottom: 2em;
	width: 100%;
}

.algert-quote-block-widget .swiper-slide.controls-hidden .item, .algert-quote-block-widget .swiper-slide.controls-hidden .item--card, .algert-quote-block-widget .swiper-slide.controls-hidden .item--full-width, .algert-quote-block-widget .swiper-slide.controls-hidden .item--full-width-video, .algert-quote-block-widget .swiper-slide.controls-hidden .item--rating {
	margin-left: 10px;
	margin-right: 10px;
}

.algert-quote-block-widget .swiper-button {
	display: flex;
	top: calc(50% - 1em + var(--swiper-navigation-size) / 2);
	background-image: inherit !important;
}

@media (max-width: 767.98px) {
	.algert-quote-block-widget .swiper-button {
		display: none;
	}
}

.algert-quote-block-widget .swiper-button:focus {
	outline: none;
}

.algert-quote-block-widget .swiper-button.swiper-button-disabled {
	color: var(--color-dark-gray);
}

.algert-quote-block-widget .swiper-button::after {
	content: "";
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.algert-quote-block-widget .swiper-button-prev {
	left: var(--swiper-button-distance);
	justify-content: flex-start;
}

.algert-quote-block-widget .swiper-button-prev::after {
	background-image: url("https://www.bigtime.net/wp-content/plugins/algert-elements/assets/images/swiper-left.svg");
}

.algert-quote-block-widget .swiper-button-next {
	right: var(--swiper-button-distance);
	justify-content: flex-end;
}

.algert-quote-block-widget .swiper-button-next::after {
	background-image: url("https://www.bigtime.net/wp-content/plugins/algert-elements/assets/images/swiper-right.svg");
}

.algert-quote-block-widget .swiper-pagination {
	width: 100%;
	display: flex;
	column-gap: .5em;
	justify-content: center;
	bottom: var(--swiper-button-distance) !important;
	transform: translateY(100%);
}

.algert-quote-block-widget .swiper-pagination .swiper-pagination-bullet {
	--swiper-pagination-bullet-size: .75em;
	background-color: var(--color-dark-gray);
	opacity: .3;
}

.algert-quote-block-widget .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}
