#rent-a-location .location {
  margin-bottom: 30px;
}
#rent-a-location .location-rooms .room {
  background-color: #ffffff;
  border-radius: 30px;
  margin-top: 30px;
  padding: 30px;
}
#rent-a-location .location-rooms .room .room--content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#rent-a-location .location-rooms .room .room--content .room--name {
  margin-top: 5px;
  margin-bottom: 20px;
}
#rent-a-location .location-rooms .room .room--content .room--name a {
  color: #465daa;
}
@media (pointer: fine), (-ms-high-contrast: none) {
  #rent-a-location .location-rooms .room .room--content .room--name a:hover {
    color: #000000;
  }
}
#rent-a-location .location-rooms .room .room--content .room--meta tbody tr td {
  background-color: #eceff6;
}
#rent-a-location .location-rooms .room .room--content > a {
  margin-top: auto;
  margin-left: auto;
}
#rent-a-location .location-rooms .room .room--photo > a {
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  #rent-a-location .location-rooms .room .room--photo > a {
    margin-bottom: 30px;
  }
}
@media (pointer: fine), (-ms-high-contrast: none) {
  #rent-a-location .location-rooms .room .room--photo img {
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  #rent-a-location .location-rooms .room .room--photo:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
}

/*# sourceMappingURL=rooms.css.map */
