/* JUWAL Testimonials — styl pasujący do wyglądu strony */

.jt-wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 60px; /* miejsce na strzałki po bokach */
	box-sizing: border-box;
}

.jt-heading {
	text-align: center;
	font-size: 1.8em;
	color: #4a4a4a;
	margin-bottom: 48px;
	font-weight: 400;
}

/* Swiper */
.jt-swiper {
	padding-bottom: 48px !important; /* miejsce na paginację */
	overflow: visible !important;    /* strzałki poza kartami */
}

/* Karta */
.jt-card {
	background: #fff;
	border-left: 4px solid #b5914c;
	border-radius: 2px;
	padding: 32px 28px 24px;
	box-shadow: 0 2px 12px rgba(0,0,0,.07);
	height: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.jt-quote-mark {
	font-size: 2.8em;
	line-height: 1;
	color: #b5914c;
	font-family: Georgia, serif;
	margin-bottom: 12px;
}

.jt-quote {
	font-style: italic;
	color: #4a4a4a;
	font-size: 0.97em;
	line-height: 1.7;
	flex-grow: 1;
	margin: 0 0 20px;
}

.jt-divider {
	border: none;
	border-top: 1px solid #ddd;
	margin: 0 0 16px;
}

.jt-author {
	font-size: 0.9em;
	color: #4a4a4a;
	margin: 0 0 14px;
	line-height: 1.5;
}

.jt-author strong {
	font-size: 1em;
	color: #2a2a2a;
}

.jt-company {
	color: #666;
}

.jt-location {
	color: #888;
}

.jt-ref-link {
	font-size: 0.85em;
	color: #b5914c;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-top: auto;
}

.jt-ref-link:hover {
	text-decoration: underline;
}

.jt-ref-icon {
	font-size: 0.95em;
}

/* Nawigacja — strzałki NA ZEWNĄTRZ kart */
.jt-wrap .swiper-button-prev,
.jt-wrap .swiper-button-next {
	color: #b5914c !important;
	top: calc(50% - 24px) !important; /* kompensacja paginacji */
	width: 40px !important;
	height: 40px !important;
}

.jt-wrap .swiper-button-prev {
	left: 4px !important;
}

.jt-wrap .swiper-button-next {
	right: 4px !important;
}

.jt-wrap .swiper-button-prev::after,
.jt-wrap .swiper-button-next::after {
	font-size: 18px !important;
	font-weight: 700;
}

/* Paginacja — kropki */
.jt-wrap .swiper-pagination-bullet {
	background: #b5914c !important;
	opacity: 0.4;
}

.jt-wrap .swiper-pagination-bullet-active {
	background: #b5914c !important;
	opacity: 1;
}

/* Swiper — wyrównanie slajdów do góry */
.jt-swiper .swiper-slide {
	height: auto;
}

/* Responsywność */
@media (max-width: 768px) {
	.jt-wrap {
		padding: 0 16px;
	}

	.jt-wrap .swiper-button-prev,
	.jt-wrap .swiper-button-next {
		display: none !important;
	}
}
