.dryad-reviews-wrapper {
  margin-top: 32px;
}
.splide__slide {
  background: var(--global-palette9);
}
.dryad-review-card {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  padding: 32px;
  gap: 32px;
}
.dryad-content q {
  font-size: 16px;
  line-height: 1.35;
  color: var(--global-palette3);
}
.dryad-content h3,
.dryad-content h3 a {
  font-size: 20px !important;
  line-height: 1.2;
  color: var(--global-palette3);
}
.dryad-review-card > div:first-child {
  flex-basis: 33.33%;
}
.dryad-review-card > div:last-child {
  flex-basis: 66.66%;
}
.dryad-image {
  aspect-ratio: 1/1;
  object-fit: contain;
  transition: all, 0.2s;
}
.dryad-review-card a:hover img,
.dryad-review-card a:focus img {
  transform: scale(1.1);
}
.dryad-stars .star-rating {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  height: 1em;
  top: -4px;
  color: #ccc;
}

/* étoiles pleines */
.dryad-stars .star-rating span::before {
  display: inline-block;
  font-size: 18px !important;
   line-height: 1;
  content: "★★★★★";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--global-palette1);
}

/* largeur dynamique */
.dryad-stars .star-rating span {
  position: absolute;
  font-size: 18px !important;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
}

.dryad-author {
  font-size: 16px;
  margin-top: 5px;
  color: var(--global-palette3);
}