/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.post-single-page .custom-single-post-header {
  text-align: left;
  align-items: flex-start;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.stars.star-rating {
  font-size: 14px;
  color: #aa875f;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.testimonial-name {
  font-family: 'Cormorant', serif;
  font-size: 17px;
  font-weight: 400;
  color: #1a1410;
}

.testimonial-role {
  font-size: 11px;
  color: #7a6e68;
  letter-spacing: 1px;
}
