.author-quote {
  border: 1px solid #2ecc71;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .author-quote {
    margin-bottom: 24px;
  }
}
.author-quote__link {
  display: inline-flex;
  gap: 16px;
  color: #222;
  margin-bottom: 16px;
  font-weight: 700;
}
.author-quote__link:hover {
  text-decoration: none;
  color: #222;
}
.author-quote__link:hover .author-quote__name {
  text-decoration: none;
  color: #9CA3AF;
}
.author-quote__link--holder .author-quote__name {
  text-decoration: none;
}
.author-quote__holder {
  position: relative;
  height: 100%;
}
.author-quote__badge {
  position: absolute;
  right: 0;
  bottom: 0;
}
.author-quote__image {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  overflow: hidden;
  object-fit: cover;
}
.author-quote__info {
  display: block;
}
.author-quote__name {
  display: block;
  font-size: 16px;
  color: #9CA3AF;
  text-decoration: underline;
}
.author-quote__position {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 8px;
  color: #314052;
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 768px) {
  .author-quote__position {
    font-size: 16px;
  }
}
.author-quote__flag {
  margin-left: 8px;
}
.author-quote__quote {
  line-height: 140%;
}

/*
playback timings (ms):
  captures_list: 0.485
  exclusion.robots: 0.033
  exclusion.robots.policy: 0.023
  esindex: 0.009
  cdx.remote: 56.154
  LoadShardBlock: 189.821 (3)
  PetaboxLoader3.resolve: 142.593 (4)
  PetaboxLoader3.datanode: 89.153 (4)
  load_resource: 67.184
*/