.ntgy-block-featured-quote {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding-block: 24px;
  color: var(--ntgy-color-blue-100);
  font-family: var(--ntgy-font-family-base);
}

.ntgy-block-featured-quote__inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.ntgy-block-featured-quote__box {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 48px 32px;
  overflow: hidden;
  border-radius: var(--ntgy-radius-md);
  background: var(--ntgy-color-orange-10);
}

.ntgy-block-featured-quote__quote {
  width: 100%;
  margin: 0;
  color: var(--ntgy-color-blue-100);
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.03125rem;
}

.ntgy-block-featured-quote__quote p {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
}

.ntgy-block-featured-quote__quote p + p {
  margin-block-start: 0.75em;
}

.ntgy-block-featured-quote__caption {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  align-items: center;
  width: 100%;
  margin: 0;
}

.ntgy-single-content .ntgy-block-featured-quote__caption {
  margin-block-start: 0;
  font-size: inherit;
  line-height: inherit;
}

.ntgy-block-featured-quote__avatar {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: var(--ntgy-radius-sm);
  object-fit: cover;
  mix-blend-mode: multiply;
}

.ntgy-block-featured-quote__author {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  line-height: 1;
}

.ntgy-block-featured-quote__attribution {
  color: var(--ntgy-color-blue-100);
  font-size: var(--ntgy-font-size-body);
  font-weight: 600;
  letter-spacing: -0.005rem;
  white-space: nowrap;
}

.ntgy-block-featured-quote__role {
  color: var(--ntgy-color-blue-80);
  font-size: var(--ntgy-font-size-small);
  font-weight: 400;
  letter-spacing: -0.004375rem;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .ntgy-block-featured-quote {
    padding-block: 24px;
  }

  .ntgy-block-featured-quote__box {
    padding: 32px 24px;
  }

  .ntgy-block-featured-quote__quote {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .ntgy-block-featured-quote__attribution,
  .ntgy-block-featured-quote__role {
    white-space: normal;
  }
}
