.c-issue__date {
  color: #666666;
  font-style: italic;
}

.c-issue--full .c-issue__top {
  margin: 32px 0;
  display: flex;
  flex-direction: column;
}

@media (min-width: 586px) {
  .c-issue--full .c-issue__top {
    margin: 32px 0 64px 0;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
}

.c-issue--full .c-issue__bottom {
  margin-bottom: 32px;
}

.c-issue--full .c-issue__bottom .c-issue__contents {
  padding-left: 24px;
  border-left: 4px solid #DDDDDD;
}

@media (min-width: 992px) {
  .c-issue--full .c-issue__bottom .c-issue__contents {
    padding-left: 32px;
  }
}

.c-issue--full .c-issue__bottom .views-row {
  border-bottom: 1px solid #BBBBBB;
}

.c-issue--full .c-issue__bottom .views-row:last-child {
  border-bottom: none;
}

@media (min-width: 586px) {
  .c-issue--full .c-issue__cover {
    margin-right: 32px;
    max-width: 350px;
  }
}

@media (min-width: 768px) {
  .c-issue--full .c-issue__cover {
    margin-right: 64px;
    max-width: unset;
  }
}

.c-issue--full .c-issue__cover a {
  display: block;
  line-height: 0;
}

.c-issue--full .c-issue__cover a:hover img {
  transform: scale(1.01);
}

.c-issue--full .c-issue__cover img {
  border: 2px solid #BBBBBB;
  transition: transform 0.25s ease-in;
}

.c-issue--full .c-issue__title {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .c-issue--full .c-issue__title {
    margin-top: 0;
  }
}

.c-issue--full h1 {
  margin: 0 0 8px 0 !important;
}

@media (min-width: 992px) {
  .c-issue--full h1 {
    margin: 0 0 16px 0 !important;
  }
}

.c-issue--full .c-issue__pdf {
  margin-top: 24px;
}

@media (min-width: 992px) {
  .c-issue--full .c-issue__pdf {
    margin-top: 64px;
  }
}

.c-issue--full .c-issue__pdf span:before {
  content: '';
  background-image: url(../../images/pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: inline-block;
  margin-bottom: -5px;
}

.c-issue--token {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  max-width: 300px;
  margin-top: 16px;
  line-height: 1.25;
}

@media (min-width: 992px) {
  .c-issue--token {
    margin-top: 0;
    font-size: 16px;
  }
}

.c-issue--token .c-issue__arrow {
  -webkit-transition: transform 0.25s ease-out;
  -moz-transition: transform 0.25s ease-out;
  -ms-transition: transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  align-self: center;
  margin-right: 4px;
}

@media (min-width: 992px) {
  .c-issue--token .c-issue__arrow {
    margin-right: 8px;
  }
}

.c-issue--token .c-issue__cover {
  line-height: 0;
}

.c-issue--token .c-issue__cover img {
  -webkit-transition: border-color 0.25s ease-out;
  -moz-transition: border-color 0.25s ease-out;
  -ms-transition: border-color 0.25s ease-out;
  -o-transition: border-color 0.25s ease-out;
  transition: border-color 0.25s ease-out;
  margin-right: 8px;
  border: 2px solid #BBBBBB;
  width: 50px;
}

@media (min-width: 992px) {
  .c-issue--token .c-issue__cover img {
    margin-right: 16px;
  }
}

.c-issue--token .c-issue__date {
  margin-top: 4px;
}

.c-issue--token:hover, .c-issue--token:focus {
  color: #daa300;
}

.c-issue--token:hover .c-issue__arrow, .c-issue--token:focus .c-issue__arrow {
  transform: translateX(-4px);
}

.c-issue--token:hover img, .c-issue--token:focus img {
  border-color: #daa300;
}

.c-issue--teaser .node__content {
  text-align: center;
}

.c-issue--teaser .c-issue__cover {
  display: inline-block;
  position: relative;
  line-height: 0;
  margin-bottom: 24px;
  transition: transform .25s ease-out;
}

.c-issue--teaser .c-issue__cover img {
  width: 90%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.c-issue--teaser .c-issue__info {
  padding: 16px;
  border-top: 2px solid #BBBBBB;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.c-issue--teaser h2 {
  margin: 0;
  font-size: 18px;
  line-height: 25.2px;
}

.c-issue--teaser .c-issue__date {
  font-weight: 400;
  color: #666666;
  font-style: italic;
}

.c-issue--teaser:hover .c-issue__cover, .c-issue--teaser:focus .c-issue__cover {
  transform: translateY(-10px);
}

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

.c-issue--pager-teaser .c-issue__arrow {
  align-self: center;
  margin-right: 8px;
}

.c-issue--pager-teaser .c-issue__cover {
  line-height: 0;
  flex-shrink: 0;
}

.c-issue--pager-teaser .c-issue__cover img {
  margin-right: 16px;
  border: 2px solid #BBBBBB;
  width: 100px;
}

.c-issue--pager-teaser .c-issue__title {
  font-weight: 500;
}

.c-issue--pager-teaser .c-issue__date {
  margin-top: 4px;
}

.c-issue--small-teaser {
  display: block;
}

.c-issue--small-teaser .c-issue__cover {
  line-height: 0;
}

.c-issue--small-teaser .c-issue__cover img {
  border: 2px solid #BBBBBB;
}

.c-issue--small-teaser .c-issue__info {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
}

.c-issue--small-teaser .c-issue__title {
  font-weight: 500;
}

.c-issue--featured {
  margin: 32px 0 64px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 992px) {
  .c-issue--featured {
    margin: 64px 0 128px 0;
    flex-direction: row;
  }
}

.c-issue--featured .c-issue__cover {
  display: inline-block;
  position: relative;
  line-height: 0;
  margin-bottom: 32px;
  transition: transform .25s ease-out;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .c-issue--featured .c-issue__cover {
    margin-bottom: 0;
    margin-right: 32px;
  }
}

.c-issue--featured .c-issue__cover img {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.c-issue--featured .c-issue__info {
  padding: 24px 0 0 0;
  border-top: 2px solid #BBBBBB;
  text-align: left;
  flex-grow: 1;
  align-self: stretch;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 992px) {
  .c-issue--featured .c-issue__info {
    padding: 24px;
    border-top: unset;
    border-left: 2px solid #BBBBBB;
  }
}

.c-issue--featured h2 {
  margin: 16px 0;
}

.c-issue--featured .c-issue__date {
  font-weight: 400;
  color: #666666;
  font-style: italic;
}

@media (min-width: 992px) {
  .c-issue--featured .c-issue__date {
    margin-top: 16px;
  }
}

.c-issue--featured .c-issue__texts {
  color: #030403;
}

.c-issue--featured .c-text--teaser h3 {
  padding: 0 0 16px 0;
  font-size: 18px;
}

.c-issue--featured:hover .c-issue__cover, .c-issue--featured:focus .c-issue__cover {
  transform: translateY(-10px);
}

.l-issues {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.l-issues .c-issue {
  margin-bottom: 32px;
  display: flex;
  align-items: flex-end;
}

@media (min-width: 586px) {
  .l-issues .c-issue {
    flex: 0 48%;
  }
}

@media (min-width: 992px) {
  .l-issues .c-issue {
    margin-bottom: 4%;
    flex: 0 31%;
  }
}
