.c-text--full .c-text__content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .c-text--full .c-text__content {
    flex-direction: row;
  }
}

.c-text--full .c-text__sidebar {
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .c-text--full .c-text__sidebar {
    max-width: 300px;
    text-align: right;
  }
}

.c-text--full .c-text__sidebar-sticky {
  position: sticky;
  top: 32px;
}

.c-text--full .c-text__sidebar-sticky.stick-to-top {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  padding: 8px 16px;
  border-bottom: 2px solid lightgray;
  z-index: 3;
}

.c-text--full .c-text__sidebar-sticky.stick-to-top .c-issue__cover {
  display: none;
}

.c-text--full .c-text__sidebar-sticky.stick-to-top .c-issue__info {
  margin: 0;
}

.c-text--full .c-text__sidebar .c-text__progress-container {
  margin: 8px 0;
  width: 100%;
  height: 4px;
  background: #BBBBBB;
}

.c-text--full .c-text__sidebar .c-text__progress-bar {
  width: 0%;
  height: 4px;
  background: #daa300;
}

.c-text--full .c-text__sidebar .c-text__title {
  font-weight: 500;
}

@media (min-width: 992px) {
  .c-text--full .c-text__sidebar .c-text__title {
    display: none;
  }
}

@media (min-width: 992px) {
  .c-text--full .c-text__body {
    padding-left: 32px;
  }
}

@media (min-width: 992px) {
  .c-text--full .c-text__main-text {
    border-top: 2px solid #BBBBBB;
  }
}

.c-text--teaser a {
  display: block;
}

.c-text--teaser h3 {
  font-size: 18px;
  margin: 0;
  padding: 16px 0;
  font-weight: 500;
}

.c-text--pager-teaser {
  display: flex;
  align-items: center;
}

.c-text--pager-teaser .c-text__title {
  font-weight: 500;
}
