/* app/assets/stylesheets/shared/nowPlayingReviews/movieReviews.css */
.mrp__header-wrap {
  background: rgba(0, 0, 0, 0) url("//images.fandango.co.uk/fandango-www/screenplay/assets/v2/images/desktop/movieNews/originalShows-background.3oflfre2.jpg") no-repeat scroll center 0;
  padding: 10px 0;
  margin-bottom: 20px;
  color: var(--neutral-000);
}
.mrp__header {
  text-transform: uppercase;
  padding: 0 20px 0 5px;
  color: var(--neutral-000);
  border-right: 1px solid var(--neutral-000);
  line-height: 75px;
}
.mrp__header-logo {
  width: 100px;
  height: 50px;
  margin-bottom: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.mrp__header,
.mrp__description {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .mrp__header {
    display: block;
    border: 0;
    text-align: center;
    width: 100%;
    border-right: none;
    line-height: 50px;
    padding: 0;
  }
}
.mrp__description {
  line-height: 18px;
  padding: 10px 20px;
  max-width: 75%;
}
@media screen and (max-width: 768px) {
  .mrp__description {
    display: block;
    padding: 0 10px;
    max-width: 100%;
  }
}
.mrp__table-header {
  background-color: var(--neutral-000);
  color: var(--neutral-400);
}
.mrp__table {
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 5px;
  width: 100%;
}
.mrp__table-cell {
  margin-right: 30px;
}
.mrp__table-row {
  border-bottom: 1px solid var(--light-overlay-8);
  background-color: var(--neutral-000);
}
.mrp__table-header-movie-title {
  width: 50%;
  padding: 19px 0 19px 42px;
  text-align: left;
}
.mrp__table-header-empty {
  width: 50%;
  padding-left: 42px;
  text-align: left;
}
.mrp__table-cell--centered {
  text-align: center;
}
.mrp__table-cell--audience {
  width: 25%;
  padding-right: 10px;
}
.mrp--inline-block {
  display: inline-block;
}
.mrp__table-title {
  margin-top: 4px;
  vertical-align: top;
  font-size: 20px;
}
.mrp__table-audience-header {
  padding-right: 10px;
  width: 25%;
}
.mrp__table-movie-title {
  width: 50%;
  padding: 24px 0 24px 42px;
  font-size: 20px;
}
.mrp__table-movie-title-header {
  padding-bottom: 5px;
  font-size: 20px;
}
.mrp__table-movie-reviews-link {
  text-transform: none;
}
.rt-score--middle {
  vertical-align: middle;
}
.rt-score__icon {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}
.rt-score__rating {
  padding-left: 10px;
  margin-top: 10px;
  font-size: 20px;
  letter-spacing: 1.5px;
}
.ad-unit--sidebar:first-child {
  margin-top: 65px;
}
@media screen and (max-width: 568px) and (min-width: 320px) {
  .mrp__table-header {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .mrp__table-movie-title {
    width: 100%;
    padding: 10px;
  }
  .mrp__table-cell--audience {
    width: 100%;
  }
  .mrp__table--mobile-block {
    display: block;
  }
  .mrp__table-cell {
    border: 1px solid #eee;
    position: relative;
    padding: 10px 0 10px 50%;
    margin: 0;
  }
  .mrp__table-row {
    border: 1px solid var(--light-overlay-8);
    margin-bottom: 10px;
  }
  .mrp__table-cell:before {
    position: absolute;
    top: 10px;
    left: 12px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .mrp__table-critics-score:before {
    content: "Tomatometer";
  }
  .mrp__table-audience-score:before {
    content: "Audience Score";
  }
}

/* swug-virtual-bundle-specifier://images.fandango.co.uk/fandango-www/screenplay/assets/v2/stylesheets/bundles/desktop/now-playing-reviews.de58hl2q.css */
/*# sourceMappingURL=now-playing-reviews.css.map */
