#testimonial-feedback .form-control,
#testimonial-feedback .btn,
#testimonials-section .testimonial-card,
#testimonials-section .testimonial-dot,
#testimonials-section .testimonial-nav {
	border-radius: 0 !important;
	box-shadow: none !important;
}

/* =========================================================
   FEEDBACK FORM
========================================================= */

#testimonial-feedback .testimonial-form-panel {
	padding: 1.5rem;
	border: 1px solid rgba(0, 0, 0, 0.08);
}

#testimonial-feedback .form-control {
	background: #fff;
}

#testimonial-feedback #testimonial-counter {
	color: #666;
}

/* =========================================================
   ADMIN LIST BELOW FEEDBACK FORM
========================================================= */

#testimonial-feedback .testimonial-adminlist-wrap {
	margin-top: 2rem;
}

#testimonial-feedback .testimonial-adminlist {
	max-height: 250px;
	overflow-y: auto;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #fff;
}

#testimonial-feedback .testimonial-adminitem {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.85rem 1rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

#testimonial-feedback .testimonial-adminitem:last-child {
	border-bottom: 0;
}

#testimonial-feedback .testimonial-adminitem.is-approved {
	background: rgba(0, 0, 0, 0.01);
}

#testimonial-feedback .testimonial-adminitem.is-pending {
	background: rgba(0, 0, 0, 0.03);
}

#testimonial-feedback .testimonial-adminitem-main {
	flex: 1 1 auto;
	min-width: 0;
}

#testimonial-feedback .testimonial-adminitem-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.25rem;
}

#testimonial-feedback .testimonial-adminitem-date {
	font-size: 0.9rem;
	font-weight: 600;
}

#testimonial-feedback .testimonial-adminitem-status {
	font-size: 0.85rem;
	white-space: nowrap;
}

#testimonial-feedback .testimonial-adminitem-meta {
	font-size: 0.9rem;
	margin-bottom: 0.25rem;
}

#testimonial-feedback .testimonial-adminitem-text {
	font-size: 0.95rem;
	line-height: 1.4;
	white-space: pre-line;
	word-break: break-word;
}

#testimonial-feedback .testimonial-adminitem-actions {
	flex: 0 0 auto;
	white-space: nowrap;
}

/* =========================================================
   TESTIMONIAL SLIDER
========================================================= */

#testimonials-section .testimonials-slider-wrap {
	position: relative;
}

#testimonials-section .testimonials-viewport {
	overflow: hidden;
	width: 100%;
}

#testimonials-section .testimonials-track {
	display: flex;
	align-items: stretch;
	will-change: transform, opacity;
}

#testimonials-section .testimonials-track.is-centered {
	justify-content: center;
}

#testimonials-section .testimonial-slide-item {
	padding: 0.75rem;
	box-sizing: border-box;
	display: flex;
	align-items: stretch;
}
#testimonials-section .testimonial-card {
	width: 100%;
	min-height: 230px;
	border: 1px solid rgba(0, 0, 0, 0.08);
}

#testimonials-section .testimonial-card-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 2rem 1.35rem 1.1rem 1.35rem; /* oben erhöht */
}

#testimonials-section .testimonial-quote-mark {
	position: absolute;
	top: 0.2rem;
	left: 0.6rem;
	font-size: 8rem;
	line-height: 1;
	color: #fff;
	opacity: 1;
	pointer-events: none;
	user-select: none;
	z-index: 0;
	text-shadow: 
	-1px -1px 0 rgba(0, 0, 0, 0.08),
	 1px -1px 0 rgba(0, 0, 0, 0.08),
	-1px  1px 0 rgba(0, 0, 0, 0.08),
	 1px  1px 0 rgba(0, 0, 0, 0.08);
}

#testimonials-section .testimonial-quote {
	position: relative;
	z-index: 1;
	white-space: pre-line;
	line-height: 1.45;
	font-size: 0.92rem;
	word-break: break-word;
	padding-top: 1rem;
	color: rgba(0, 0, 0, 0.78); /* softer */
}

#testimonials-section .testimonial-footer {
	margin-top: auto;
	padding-top: 1rem;
	font-weight: 400;
	font-style: italic;
	text-align: right;
	font-size: 0.9rem;
	color: rgba(0, 0, 0, 0.65); /* noch softer */
}

#testimonials-section .testimonial-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	min-height: 24px;
}

#testimonials-section .testimonial-dot {
	width: 12px;
	height: 12px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	background: transparent;
	padding: 0;
	cursor: pointer;
}

#testimonials-section .testimonial-dot.active {
	background: rgba(0, 0, 0, 0.35);
	border-color: rgba(0, 0, 0, 0.35);
}


#testimonials-section .testimonial-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	background: #fff;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	cursor: pointer;
}

#testimonials-section .testimonial-nav-prev {
	left: -10px;
}

#testimonials-section .testimonial-nav-next {
	right: -10px;
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 991px) {
	#testimonial-feedback .testimonial-adminitem {
		flex-direction: column;
		align-items: stretch;
	}

	#testimonial-feedback .testimonial-adminitem-top {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.15rem;
	}

	#testimonial-feedback .testimonial-adminitem-actions {
		padding-top: 0.35rem;
	}

	#testimonials-section .testimonial-slide-item {
		padding: 0.5rem;
	}

	#testimonials-section .testimonial-card {
		min-height: 200px;
	}

	#testimonials-section .testimonial-quote-mark {
		font-size: 5rem;
		top: 0.1rem;
		left: 0.5rem;
	}

	#testimonials-section .testimonial-card-inner {
		padding: 1.5rem 1.15rem 1rem 1.15rem;
	}

	#testimonials-section .testimonial-quote {
		font-size: 0.9rem;
	}

	#testimonials-section .testimonial-footer {
		font-size: 0.85rem;
	}
}