/* =========================================================
   TESTIMONIALS PAGE
   ========================================================= */
.testimonialForm{
margin-top:20px;
max-width:500px;
display:flex;
flex-direction:column;
gap:10px;
}

textarea{
resize:none;
height:80px;
padding:8px;
border-radius:6px;
border:1px solid #ccc;
}

.charCounter{
font-size:12px;
color:#888;
text-align:right;
}

.testimonialList{
margin-top:20px;
display:flex;
flex-direction:column;
gap:12px;
}

.testimonialCard{
background:#f7f7f7;
padding:12px;
border-radius:8px;
border:1px solid #e3e3e3;
}

.testimonialCard span{
font-size:12px;
color:#666;
}

.feedbackMore{
margin-top:30px;
padding:16px;
border:1px solid #e3e3e3;
border-radius:10px;
background:#fafafa;
max-width:500px;
}

.feedbackEmail{
font-weight:600;
color:#1e3a8a;
text-decoration:none;
}

.feedbackEmail:hover{
text-decoration:underline;
}

.testimonialsPage{
  max-width:900px;
  margin:0 auto;
  padding:20px;
}
.testimonialGuideline{
  font-size:13px;
  color:#6b7280;
  margin-bottom:6px;
}