.msb-testimonial {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
  box-sizing: border-box;
  transition: .4s all;
  border: 1px solid transparent;
  box-shadow: 0px 0px 16px 0px #1D29390F;
}

.msb-testimonial:hover {
    border-color: #F8A06D;
    box-shadow: 0px 8px 20px 0px #1D29393D;
}

/* Header: avatar + tÃªn + vá»‹ trÃ­ */
.msb-testimonial__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.msb-testimonial__avatar {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}

.msb-testimonial__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.msb-testimonial__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.msb-testimonial__name {
  font-size: 18px;
  font-weight: 700;
  color: #091e42;
  margin: 0;
  line-height: 1.3;
}

.msb-testimonial__position {
  font-size: 14px;
  font-weight: 400;
  color: #505f79;
  margin: 0;
  line-height: 1.4;
}

/* ÄÆ°á»ng káº» cam */
.msb-testimonial__divider {
  height: 1.5px;
  background: #f4600c;
  margin-bottom: 20px;
}

/* Ná»™i dung */
.msb-testimonial__content {
  font-size: 15px;
  line-height: 1.7;
  color: #505f79;
  margin-bottom: 24px;
}

.msb-testimonial__content p {
  margin: 0 0 14px;
}

.msb-testimonial__content p:last-child {
  margin-bottom: 0;
}

/* Sao Ä‘Ã¡nh giÃ¡ */
.msb-testimonial__stars {
  display: flex;
  gap: 6px;
  align-items: center;
}

.msb-testimonial__star {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.msb-testimonial__star svg {
  display: block;
}

.msb-testimonial__star--filled svg {
  fill: #f5b926;
  stroke: none;
}

.msb-testimonial__star--empty svg {
  fill: #dde3ef;
  stroke: none;
}

@media (max-width: 768px) {
  .msb-testimonial {
    padding: 20px 20px 18px;
  }

  .msb-testimonial__avatar {
    width: 52px;
    height: 52px;
  }

  .msb-testimonial__name {
    font-size: 16px;
  }

  .msb-testimonial__star svg {
    width: 26px;
    height: 26px;
  }
}
