.ps-tts {
  width: 100%;
  max-width: 70rem;
  margin: 0 auto 2.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ps-tts {
    width: calc(100% - 48px);
    margin: 0 auto 4rem;
  }
}
.ps-tts__preview {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  gap: 1rem;
  min-height: 2.25rem;
  width: calc(100% - 48px);
  margin: 0 auto;
  border-top: 1px solid var(--light-grey, #C8C8C8);
}
@media screen and (min-width: 768px) {
  .ps-tts__preview {
    flex-direction: row;
    gap: 0px;
    width: 100%;
  }
}
.ps-tts__preview__duration {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  gap: 8px;
  margin-left: 4px;
  color: var(--dark-grey, #2D2D2D);
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.98px;
}