/* app/assets/stylesheets/discovery/theatersByChain/desktop.css */
.theaters-by-chain__title {
  margin-top: 25px;
}
.theaters-by-chain__bottom-buffer {
  margin-bottom: 15px;
}
.theaters-by-chain__header {
  display: flex;
  gap: 14px;
}
.theaters-by-chain__chain-logo {
  max-width: 173px;
  height: 100%;
  align-self: center;
}
.theaters-by-chain__state-section {
  display: grid;
  grid-template-columns: 100px 200px 300px;
  margin-bottom: 10px;
}
.theaters-by-chain__state-name {
  grid-column: 1;
  grid-row: 1;
}
.theaters-by-chain__city-name {
  grid-column-start: 2;
}
.theaters-by-chain__theater-name {
  grid-column-start: 3;
}
.theaters-by-chain__amenity-list {
  display: flex;
  padding-top: 10px;
}
.theaters-by-chain__amenity {
  width: 100%;
  justify-content: center;
  text-align: center;
}
.icon.theaters-by-chain__amenity-list-icon {
  height: 120px;
  width: 114px;
}
.theaters-by-chain__amenity-title {
  padding-top: 15px;
  color: #4691e3;
  font-size: 22px;
}

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