/**
 * Northstar Testimonial widget
 */

.elementor-widget-northstar_testimonial
p.northstar-testimonial__text {
	margin: 0 auto;

	font-family: "Editorial New", serif;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.2;

	color: inherit;
	text-align: center;
	max-width: 700px;
}

@media screen and (max-width: 767px) {
	.elementor-widget-northstar_testimonial
	p.northstar-testimonial__text {
		font-size: 1.5rem;
		max-width: 600px;
	}
}

.elementor-widget-northstar_testimonial
p.northstar-testimonial__author {
	margin: 40px auto 0;

	font-family: "Rosario", monospace;
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0.018rem;
	text-transform: uppercase;

	color: inherit;
	text-align: center;
}


/**
 * Testimonial slider
 */

.elementor-widget-northstar_testimonial
.northstar-testimonial-slider {
	width: 100%;
	overflow: hidden;
}

.elementor-widget-northstar_testimonial
.northstar-testimonial-slider__viewport {
	width: 100%;
	overflow: hidden;
}

.elementor-widget-northstar_testimonial
.northstar-testimonial-slider__track {
	display: flex;
	width: 100%;

	transition: transform 0.4s ease;
	touch-action: pan-y;
	cursor: grab;

	user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

.elementor-widget-northstar_testimonial
.northstar-testimonial-slider__track.is-dragging {
	cursor: grabbing;
	transition: none;
}

.elementor-widget-northstar_testimonial
.northstar-testimonial-slider__track * {
	user-select: none;
	-webkit-user-select: none;
}

.elementor-widget-northstar_testimonial
.northstar-testimonial-slider__slide {
	flex: 0 0 100%;
	width: 100%;
	min-width: 0;
}


/**
 * Slider arrows
 */

.elementor-widget-northstar_testimonial
.northstar-testimonial-slider__navigation {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;

	margin-top: 40px;
}

.elementor-widget-northstar_testimonial
button.northstar-testimonial-slider__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	margin: 0;
	padding: 0;

	border: 0;
	background: transparent;
	box-shadow: none;
	color: inherit;

	cursor: pointer;
}

.elementor-widget-northstar_testimonial
button.northstar-testimonial-slider__arrow:hover,
.elementor-widget-northstar_testimonial
button.northstar-testimonial-slider__arrow:focus-visible {
	border: 0;
	background: transparent;
	box-shadow: none;
	color: inherit;
}

.elementor-widget-northstar_testimonial
button.northstar-testimonial-slider__arrow:focus-visible {
	outline: 1px solid currentColor;
	outline-offset: 4px;
}

.elementor-widget-northstar_testimonial
.northstar-testimonial-slider__arrow img {
	display: block;
	width: auto;
	height: auto;

	pointer-events: none;
	user-select: none;
	-webkit-user-drag: none;
}

.elementor-widget-northstar_testimonial
.northstar-testimonial-slider__arrow img {
	width: 40px;
	height: auto;
}