/* Shared testimonial card styles */
.testimonial-block {
   margin-bottom: 0;
}

.testimonial-block h4 {
   font-family: var(--wp--preset--font-family--secondary) !important;
   font-size: 18px;
   font-weight: bold;
   margin-top: 0;
   text-transform: uppercase;
}

.testimonial-block .testimonial-block-body {
   font-size: 16px;
   font-style: italic;
}

.testimonial-block .testimonial-block-meta {
   font-size: 14px;
   line-height: 1.2;
}

.testimonial-block .testimonial-block-meta a {
   color: var(--wp--preset--color--foreground) !important;
   text-decoration: none !important;
}

.testimonial-block .testimonial-block-name {
   font-size: 15px;
   font-weight: 600;
}

.testimonial-block .testimonial-block-date {
   font-size: 14px;
   color: #999999 !important;
}
