.testimonial-form-wrapper-40335580 {
	max-width: 600px;
	margin: 0 auto;
	padding: 30px;
	background: #f9f9f9;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.testimonial-form-wrapper-40335580 h3 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #333;
}

.testimonial-form-40335580 .form-group {
	margin-bottom: 20px;
}

.testimonial-form-40335580 label {
	display: block;
	font-weight: bold;
	margin-bottom: 8px;
	color: #555;
}

.testimonial-form-40335580 input[type="text"],
.testimonial-form-40335580 textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-family: inherit;
}

.testimonial-form-40335580 .star-rating {
	font-size: 30px;
	color: #ccc;
	cursor: pointer;
}

.testimonial-form-40335580 .star-rating span {
	transition: color 0.2s;
}

.testimonial-form-40335580 .star-rating span:hover,
.testimonial-form-40335580 .star-rating span.active {
	color: #f5b301;
}

.testimonial-form-40335580 .btn-submit {
	background: #333;
	color: #fff;
	border: none;
	padding: 12px 24px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	transition: background 0.3s;
}

.testimonial-form-40335580 .btn-submit:hover {
	background: #555;
}

.testimonial-form-wrapper-40335580 .form-response {
	margin-top: 20px;
	font-weight: bold;
}
.testimonial-form-wrapper-40335580 .form-response.success { color: #28a745; }
.testimonial-form-wrapper-40335580 .form-response.error { color: #dc3545; }


/* Grid Styles */
.testimonials-grid-40335580 {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 30px;
	margin-top: 30px;
}

.testimonials-grid-40335580 .testimonial-card {
	background: #fff;
	padding: 25px;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.08);
	display: flex;
	flex-direction: column;
	border-top: 4px solid #f5b301;
}

.testimonials-grid-40335580 .testimonial-stars {
	color: #f5b301;
	font-size: 20px;
	margin-bottom: 15px;
}

.testimonials-grid-40335580 .testimonial-content {
	flex-grow: 1;
	font-style: italic;
	color: #666;
	line-height: 1.6;
	margin-bottom: 20px;
}

.testimonials-grid-40335580 .testimonial-author {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}