.retailer-modal .modal__content {
  background: #f2f0e6;
  padding: 20px;
}
.retailer-modal .modal__content .dark {
  outline: #000 solid 2px;
  padding: 20px;
}
.retailer-modal .modal__close {
  right: 35px;
  top: 35px;
}
.content-body__decoration--0 {
  top: 10%;
}
.content-body__decoration--1 {
  top: 40%;
}
.content-body__decoration--2 {
  top: 70%;
}
.voucher__link {
  transition: box-shadow 0.2s ease;
}
.voucher__link:focus,
.voucher__link:hover {
  box-shadow: 0 0 0 6px #c8ac3d;
}
.voucher__img-wrapper {
  flex: 1 0 auto;
  margin-right: 10px;
}
.voucher__cta {
  margin-left: 5px;
  text-decoration: underline;
}
.fire-emblem-heroes__heading {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.game-information-flag {
  transition: outline 0.1s ease-out;
}
.game-information-flag:active,
.game-information-flag:focus,
.game-information-flag:hover {
  outline: 5px solid #c8ac3d;
}
.game-information-flag:active::before,
.game-information-flag:focus::before,
.game-information-flag:hover::before {
  height: calc(100% + 1px);
  transition: 0.1s;
  width: calc(100% + 1px);
}
.game-information-flag::before {
  transition: 0.1s;
}
.fe-heroes {
  background-color: var(--color-main);
  background-image: url(/sites/fe16/assets/img/patterns/x-pattern-pink.svg);
  color: #fff;
  overflow: hidden;
}
.fe-heroes__logos {
  margin-bottom: -55px;
  padding-top: 20px;
}
.fe-heroes__link {
  font-size: 1.38889rem;
  font-weight: 600;
  text-align: center;
}
.fe-heroes__box {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  border: solid 1px #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 3rem;
  padding: 1rem;
  position: relative;
}
.fe-heroes__image {
  bottom: -10px;
  display: none;
  left: 0;
  position: absolute;
  z-index: 1;
}
.fe-heroes__box-image {
  height: 100%;
  position: relative;
  text-align: center;
}
.fe-heroes__box-image > img {
  max-width: 150px;
}
.fe-heroes__download-links {
  color: #fff;
  margin: 35px 0 30px;
  padding-top: 9px;
  text-align: center;
}
.fe-heroes__download-label {
  display: block;
  margin-bottom: 10px;
  margin-right: 0;
}
.fe-heroes__download-logos > * + * {
  margin-left: 15px;
}
.fe-heroes__info-copy,
.fe-heroes__info-heading {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
}
.fe-heroes__info-heading {
  margin-bottom: 5px;
  margin-top: 10px;
  text-transform: uppercase;
}
.dlc-block {
  background-color: #e1e1e1;
  background-image: url(/sites/fe16/assets/img/patterns/pattern-vignette-dark-grey.jpg);
  background-position: 0 100%;
  background-size: auto 100%;
  color: #fff;
  padding: 25px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.dlc-block .divider {
  margin-bottom: 20px;
}
.dlc-block .row {
  height: 100%;
}
.dlc-block__line-button {
  color: #c8ac3d;
  display: inline-block;
  font-size: 1.38889rem;
  font-weight: 600;
  margin-top: 20px;
}
.dlc-block__content p a {
  text-decoration: underline;
}
.dlc-block__content p a:focus,
.dlc-block__content p a:hover {
  opacity: 0.8;
}
.dlc-block__image {
  margin-bottom: 20px;
}
.dlc-block__bottom-container {
  margin-top: -1px;
  position: relative;
  z-index: 1;
}
.dlc-block__bottom {
  color: #fff;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.dlc-block__bottom-inner {
  border: 2px solid #fff;
  padding: 55px 0;
  position: relative;
}
.dlc-block__left {
  margin-bottom: 20px;
}
.dlc-block__sub-heading {
  margin-bottom: 20px;
}
.dlc-block__price-list {
  margin-bottom: 20px;
  margin-top: 0;
}
.dlc-block__button {
  margin-top: 0;
}
.dlc-block__body {
  margin-bottom: 20px;
}
.dlc-row {
  margin-top: -30px;
}
.dlc-row .column {
  padding-left: 0;
  padding-right: 0;
}
.dlc-block__wrapper {
  margin-bottom: 1.5rem;
}
.dlc-block__disclaimer {
  font-size: 12px;
  margin-top: 10px;
}
.row--no-padding {
  padding: 0;
}
@media only screen and (min-width: 40em) {
  .fe-heroes__box {
    height: 220px;
    padding: 1rem 0.5rem;
  }
  .fe-heroes__image {
    display: block;
    width: 40%;
  }
  .fe-heroes__box-image > img {
    left: 0;
    position: absolute;
    top: -40px;
  }
  .dlc-block {
    padding: 30px 0;
  }
  .dlc-block__content {
    padding: 25px 0;
  }
  .dlc-block__image {
    align-items: center;
    display: flex;
    margin-bottom: 0;
    margin-right: 8.33333%;
  }
  .dlc-block__bottom-inner {
    padding: 45px 0;
  }
  .dlc-block__left {
    margin-right: 4.16667%;
  }
}
@media only screen and (min-width: 64em) {
  .fe-heroes__box {
    height: 220px;
    padding: 1rem;
  }
  .fe-heroes__image {
    width: auto;
  }
  .fe-heroes__box-image > img {
    left: 0;
    max-width: 246px;
    top: -75px;
  }
  .fe-heroes__download-links {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .fe-heroes__download-label {
    margin-bottom: 0;
    margin-right: 55px;
  }
  .dlc-block {
    padding: 30px 0 150px;
  }
  .dlc-block__content {
    padding-top: 25px;
  }
  .dlc-block__bottom-container {
    margin-top: -7rem;
  }
  .dlc-block__bottom {
    padding: 45px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .dlc-block {
    background-image: url(/sites/fe16/assets/img/patterns/pattern-vignette-dark-grey-2x.jpg);
  }
}
