.single-post .single-content .author-quote {
  padding: 32px 0 32px 8px;
  box-sizing: border-box;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 1280px) {
  .single-post .single-content .author-quote {
    padding: 32px;
  }
}

.single-post .single-content .author-quote__inner {
  border-left: 2px solid #141414;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
}

@media (min-width: 1280px) {
  .single-post .single-content .author-quote__inner {
    padding: 0 32px;
  }
}

.single-post .single-content .author-quote__label {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
  color: #141414;
  margin: 0;
}

.single-post .single-content .author-quote__bubble {
  background-color: #ffffff;
  padding: 16px 20px;
  border-radius: 24px 24px 24px 0;
}

@media (min-width: 1280px) {
  .single-post .single-content .author-quote__bubble {
    padding: 16px 24px;
  }
}

.single-post .single-content .author-quote__text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  color: #3b3b3d;
  margin: 0;
}

.single-post .single-content .author-quote__avatar {
  display: flex;
  gap: 16px;
  align-items: center;
}

.single-post .single-content .author-quote__avatar-image {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #d0d0d0;
}

.single-post .single-content .author-quote__avatar-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-post .single-content .author-quote__avatar-info {
  display: flex;
  flex-direction: column;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
}

.single-post .single-content .author-quote__author-name {
  font-weight: 700;
  color: #141414;
  margin: 0;
}

.single-post .single-content .author-quote__author-subtitle {
  font-weight: 400;
  color: #404040;
  margin: 0;
}
