/* Card layout moved to glass_theme.css */

/* Author/role styling moved to glass_theme.css for uniformity */

/* 4) Gap under each column on small/medium screens */
.testimonial-col {
  margin-bottom: 1.5rem;
}

/* 5) Equal‑height columns */
/* Card layout moved to glass_theme.css */

/* Card layout moved to glass_theme.css */

/* 6) Responsive card width */
/* Card width moved to glass_theme.css */

/* 7) Back‑to‑Home button spacing */
.back-to-home {
  margin-top: 2rem;
}

.adv-btn {  
  border-radius: 12px;
  padding: 0.35rem 0.9rem;
  font-weight: 600;
}





/* 8) Uniform horizontal padding on laptop & desktop (≥992 px) */
@media (min-width: 992px) {
  #testimonials {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
