/* app/assets/stylesheets/theater/showtimesNoLocation/tspNoLocation.css */
.tsp-no-location__top-cities-header {
  padding-top: 23px;
}
.tsp-no-location__top-cities-list {
  margin-top: 10px;
}

/* app/assets/stylesheets/theater/showtimes/tsp.css */
.more-theaters-links {
  text-align: center;
  margin: 20px 0 20px;
  padding-bottom: 20px;
  background-color: var(--neutral-000);
  overflow: hidden;
  border: 1px solid var(--light-overlay-8);
}
.more-theaters-links__link {
  color: #4691e3;
  padding: 20px 15px 0;
  white-space: nowrap;
  display: inline-block;
}
.tsp__content {
  position: relative;
}
.tsp__closest-theaters-wrap--desktop {
  padding: 0 20px;
}
.tsp .subnav__link--active,
.tsp .subnav__link-list:hover .subnav__link--active,
.tsp .subnav__link-list .subnav__link:hover {
  color: var(--neutral-000);
  opacity: 1;
}
.tsp .date-picker__location {
  margin-top: 25px;
}
.tsp .filtered-chain {
  margin-left: 0;
  padding: 0;
}
.tsp__theater-selection-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 14px 0;
  position: relative;
}
.tsp__no-theaters-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 20px;
}
.tsp__no-theaters-img {
  height: 117px;
  width: 464px;
  border-radius: 4px;
  margin-bottom: 25px;
}
.tsp__no-theaters-msg--top,
.tsp__no-theaters-msg--bottom {
  font-family:
    proxima-nova,
    Helvetica,
    Arial,
    sans-serif;
  color: var(--blue-600);
  font-style: normal;
  text-align: center;
}
.tsp__no-theaters-msg--top {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 14px;
  width: 413px;
  height: 48px;
}
.tsp__no-theaters-msg--bottom {
  font-size: 14px;
  line-height: 1.43;
}
.tsp__date-picker-location {
  margin-bottom: 14px;
}
.tsp__date-picker-weekday {
  margin-bottom: 0;
  margin-top: 5px;
  padding: 0;
}
.tsp .fd-carousel--last-selected .date-picker__date-weekday {
  background-color: unset;
}
.tsp .date-carousel a:hover {
  text-decoration: none;
}

/* swug-virtual-bundle-specifier://images.fandango.com/fandango-www/screenplay/assets/v2/stylesheets/bundles/theater/showtimesNoLocation/desktop.4n2ftd01.css */
/*# sourceMappingURL=desktop.css.map */
