/* Testimonials Page styles (masonry layout) */

.page-template-testimonials-page .testimonials-grid {
  column-count: 2;
  column-gap: 36px;
}

@media (max-width: 1059px) {
  .page-template-testimonials-page .testimonials-grid {
	column-count: 1;
  }
  .page-template-testimonials-page .testimonial-header img {
	  width: 48px !important;
	  height: 48px !important;
	}
}

.page-template-testimonials-page .testimonial-card-wrapper {
  break-inside: avoid;
  margin-bottom: 2rem;
  display: block;
}

.page-template-testimonials-page .testimonial-card {
  border: 1px solid var(--wp--preset--color--border-light);
}
.page-template-testimonials-page .testimonial-header h3 {
  color: var(--wp--preset--color--custom-black-242424);
  font-size: var(--wp--preset--font-size--custom-2);
  font-weight: var(--wp--custom--font-weight--semi-bold);
}
.page-template-testimonials-page .testimonial-link {
  border-bottom: 1px solid var(--wp--preset--color--border-light);
  padding-bottom: 12px;
}
.page-template-testimonials-page .testimonial-link a {
  color: var(--wp--preset--color--secondary);
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--font-weight--medium);
}
.page-template-testimonials-page .testimonial-meta {
  margin-top: 6px;
}
.page-template-testimonials-page .testimonial-meta p {
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: 1.4;
}
.page-template-testimonials-page .testimonial-treatments p {
  margin-top: -1px;
}
.page-template-testimonials-page .testimonial-meta p,
.page-template-testimonials-page .testimonial-treatments p span {
  font-weight: var(--wp--custom--font-weight--semi-bold);
  color: var(--wp--preset--color--custom-grey-darker-323232);
}
.page-template-testimonials-page .testimonial-meta p a,
.page-template-testimonials-page .testimonial-treatments p,
.page-template-testimonials-page .testimonial-treatments p a {
  font-weight: var(--wp--custom--font-weight--medium);
  color: var(--wp--preset--color--custom-grey-lighter-999999);
}
