/* CodForm — testimonials cards */
.codform-testimonial__avatar {
  color: #fff;
}

.codform-testimonial__avatar-icon {
  width: 1.625rem;
  height: 1.625rem;
  display: block;
}

.codform-testimonial__name-row {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex-wrap: wrap;
  min-width: 0;
}

.codform-testimonial__verified {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.codform-testimonial__flag {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
}

/* Expand / collapse panels */
.codform-testimonials [data-codform-testimonials-panel="desktop"] {
  max-height: 646px;
}

.codform-testimonials.is-expanded [data-codform-testimonials-panel="desktop"] {
  max-height: 6000px;
}

.codform-testimonials [data-codform-testimonials-panel="mobile"] {
  max-height: 2400px;
}

.codform-testimonials.is-expanded [data-codform-testimonials-panel="mobile"] {
  max-height: 12000px;
}

@media (max-width: 809px) {
  .codform-testimonials:not(.is-expanded) [data-codform-testimonials-mobile-extra] {
    display: none !important;
  }
}

.codform-testimonials.is-expanded [data-codform-testimonials-gradient] {
  display: none;
}

.codform-testimonials.is-expanded #codform-testimonials-toggle {
  position: relative;
  top: 0;
}
