/* app/assets/fd-pkgs/fd-location/stylesheets/fdLocation.dropdown.css */
.location-dropdown {
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  width: 383px;
}
.location-dropdown__current-location {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.location-dropdown__icon {
  margin-right: 10px;
}
.location-dropdown__text {
  color: #3478c1;
}
.location-dropdown__close-btn {
  display: none;
}

/* app/assets/stylesheets/shared/location.css */
.location {
  display: flex;
  align-items: center;
}
.location__text {
  color: var(--neutral-300);
  font-size: 14px;
  line-height: 16px;
  margin-right: 8px;
  font-weight: bold;
  text-transform: uppercase;
}
.location__btn {
  display: flex;
  align-items: center;
  color: #4691e3;
  font-weight: bold;
}
.location__icon {
  width: 11px;
  height: 16px;
  background-size: 100%;
  margin-right: 4px;
}
.location__value {
  text-transform: capitalize;
  line-height: 1;
}
.location__permission {
  background-color: var(--neutral-600);
  height: 30px;
  margin-left: 10px;
  outline: #4691e3 solid 2px;
}

/* app/assets/stylesheets/discovery/theatersNearMe/theaters-near-me.css */
.movie-theaters__title {
  margin-top: 25px;
}
.movie-theaters__bottom-buffer {
  margin-bottom: 15px;
}
.movie-theaters__header {
  display: flex;
  gap: 14px;
}
.movie-theaters__header-description {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.movie-theaters__search-header {
  display: flex;
  background-color: var(--neutral-400);
  gap: 10px;
  align-items: center;
}
.movie-theaters__search-header .movie-theaters__search-header-text {
  color: white;
}
.movie-theaters__search-bar {
  display: flex;
  padding-top: 15px;
  justify-content: left;
}
.icon.movie-theaters__search-header-icon {
  margin-right: 10px;
}
input.movie-theaters__search-bar-input {
  width: 325px;
  margin-left: 15px;
  margin-right: 7px;
}
.movie-theaters__chain {
  padding: 5px 0;
}
.movie-theaters__amenity-list {
  display: flex;
  padding-top: 10px;
}
.movie-theaters__amenity {
  width: 100%;
  justify-content: center;
  text-align: center;
}
.icon.movie-theaters__amenity-list-icon {
  height: 120px;
  width: 114px;
}
.movie-theaters__amenity-title {
  padding-top: 15px;
  color: #4691e3;
  font-size: 22px;
}
@media screen and (max-width: 960px) {
  .movie-theaters__header {
    flex-direction: column;
  }
  .movie-theaters__header-image {
    width: 100%;
    height: 100%;
  }
  input.movie-theaters__search-bar-input {
    width: 165px;
  }
  .movie-theaters__amenity-title {
    font-size: 14px;
  }
}

/* app/assets/stylesheets/discovery/theatersNearMe/desktop.css */
.movie-theaters__search-header {
  padding: 10px 20px;
  margin-bottom: 20px;
}
.theaters-near-me-location {
  position: relative;
}
.theaters-near-me-location .location-dropdown {
  top: 30px;
}
.movie-theaters__header-image {
  width: 75%;
  height: 75%;
}
.movie-theaters__search-bar-text {
  line-height: 38px;
}
.icon.movie-theaters__search-header-icon {
  height: 40px;
  width: 40px;
}
.movie-theaters__chain-list {
  column-count: 3;
}

/* swug-virtual-bundle-specifier://images.fandango.co.uk/fandango-www/screenplay/assets/v2/stylesheets/bundles/discovery/theatersNearMe/desktop.9qmtv4ej.css */
/*# sourceMappingURL=desktop.css.map */
