/* Defines common breakpoint targets. */
.hover-disclosure__header {
  cursor: pointer;
}

.hover-disclosure__body[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
}
.hover-disclosure__body[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media screen and (min-width: 64rem) {
  .editorial__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 64rem) {
  .editorial__top .more-articles {
    width: 33.33%;
  }
}
@media screen and (min-width: 64rem) {
  .editorial__header {
    width: calc(66.66% - 2rem);
  }
}
.editorial__img {
  padding-bottom: 56.25%;
  background-size: cover;
}
.editorial__updated {
  margin-top: 2rem;
}
.editorial__content {
  margin: 2rem 0;
}
@media screen and (min-width: 64rem) {
  .editorial__content {
    width: calc(66.66% - 2rem);
  }
}
.editorial .share-icons {
  margin: 1.5rem 0 0;
}

.author {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #FFFFFF;
  padding: 2rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 48rem) {
  .author {
    align-items: center;
  }
}
.author__icon {
  border-radius: 50%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 48rem) {
  .author__icon {
    width: 140px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 48rem) {
  .author__info {
    width: calc(100% - 140px - 2rem);
  }
}

/*# sourceMappingURL=single-editorial.css.map */
