.entry-content > .dntm-testimonials,
.dntm-testimonials {
	position: relative;
	box-sizing: border-box;
	width: 100vw;
	max-width: none;
	min-height: clamp(230px, 22vw, 304px);
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding: clamp(56px, 7vw, 92px) clamp(82px, 9vw, 148px) clamp(44px, 6vw, 70px);
	overflow: hidden;
	color: #8f8f8f;
	font-family: "Antic Didone", Georgia, "Times New Roman", serif;
	text-align: center;
}

.dntm-testimonials *,
.dntm-testimonials *::before,
.dntm-testimonials *::after {
	box-sizing: border-box;
}

.dntm-testimonials__viewport {
	width: min(760px, 100%);
	margin: 0 auto;
	overflow: hidden;
}

.dntm-testimonials__track {
	display: flex;
	align-items: stretch;
	transition: transform 360ms ease;
	will-change: transform;
}

.dntm-testimonials__slide {
	display: flex;
	flex: 0 0 100%;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	min-width: 0;
	margin: 0;
	padding: 0;
}

.dntm-testimonials__quote {
	max-width: 690px;
	margin: 0;
	color: #8f8f8f;
	font-family: "Antic Didone", Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.04;
	text-wrap: balance;
}

.dntm-testimonials__author {
	margin-top: clamp(68px, 6.2vw, 86px);
	color: #8f8f8f;
	font-family: "Antic Didone", Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.1;
}

.dntm-testimonials__arrow {
	position: absolute;
	top: 43.5%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 34px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #707070;
	cursor: pointer;
	transform: translateY(-50%);
	transition: color 180ms ease, opacity 180ms ease;
}

.dntm-testimonials__arrow:hover,
.dntm-testimonials__arrow:focus,
.dntm-testimonials__arrow:focus-visible {
	background: transparent;
	color: #b8b8b8;
}

.dntm-testimonials__arrow:focus-visible {
	outline: 1px solid currentColor;
	outline-offset: 6px;
}

.dntm-testimonials__arrow span {
	position: relative;
	display: block;
	width: 52px;
	height: 1px;
	background: currentColor;
}

.dntm-testimonials__arrow span::before {
	position: absolute;
	top: 50%;
	width: 13px;
	height: 13px;
	border-top: 1px solid currentColor;
	content: "";
}

.dntm-testimonials__arrow--prev {
	left: clamp(24px, 2vw, 76px);
}

.dntm-testimonials__arrow--prev span::before {
	left: 0;
	border-left: 1px solid currentColor;
	transform: translateY(-50%) rotate(-45deg);
	transform-origin: center;
}

.dntm-testimonials__arrow--next {
	right: clamp(24px, 2vw, 76px);
}

.dntm-testimonials__arrow--next span::before {
	right: 0;
	border-right: 1px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: center;
}

.dntm-testimonials--empty {
	min-height: 0;
	padding: 40px 20px;
	color: #686868;
}

.dntm-testimonials--empty p {
	margin: 0;
}

@media (max-width: 767px) {
	.entry-content > .dntm-testimonials,
	.dntm-testimonials {
		min-height: 300px;
		padding: 58px 28px 44px;
	}

	.dntm-testimonials__viewport {
		width: min(100%, 520px);
	}

	.dntm-testimonials__quote {
		line-height: 1.08;
	}

	.dntm-testimonials__author {
		margin-top: 44px;
	}

	.dntm-testimonials__arrow {
		top: auto;
		bottom: 18px;
		width: 52px;
	}

	.dntm-testimonials__arrow--prev {
		left: calc(50% - 76px);
	}

	.dntm-testimonials__arrow--next {
		right: calc(50% - 76px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.dntm-testimonials__track,
	.dntm-testimonials__arrow {
		transition: none;
	}
}
