/* Listing Component */
.linkButton {
  color: white;
  background: #0388e5;
  border: 1px solid #1f89ce;
  padding: 0.5em 1em;
  margin: 1em;
  display: inline-block;
  font-weight: bold;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
}

.linkButton:hover {
  border-color: #156090;
}

.listing {
  overflow-wrap: break-word;
}
.listing .previewMessage {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
  border-bottom: solid 1px black;
}
.listing .descriptionBlock pre {
  white-space: pre-wrap;
}
.listing .price {
  font-size: large;
  font-weight: bold;
}
.listing .tags .tag {
  display: inline-block;
  padding: 0.2em 0.5em;
  margin: 0.2em 1em;
  font-weight: bold;
}
.listing .tags .restriction {
  background: #ec68a5;
}
.listing .tags .listingType {
  background: #68b6ec;
}
.listing .links {
  text-align: center;
}
.listing .availableBlock {
  text-align: center;
  font-weight: bold;
  font-size: large;
}
.listing .sizeBlock .sizeDetail {
  height: 4em;
  text-align: center;
  border: 2px solid black;
  border-right: none;
}
.listing .sizeBlock .sizeDetail.last {
  border-right: 2px solid black;
}
.listing .sizeBlock .sizeDetail .sizeValue {
  padding-top: 5px;
  font-size: 20px;
  font-weight: bold;
}
.listing .keyItemsBlock {
  margin-bottom: auto;
}
.listing .keyItemsBlock .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-weight: bold;
}
.listing .keyItemsBlock .petsAllowedBlock {
  text-align: center;
}
.listing .keyItemsBlock .petsAllowedBlock .petsAllowed {
  font-weight: normal;
}
.listing .keyItemsBlock .viewBlock {
  text-align: center;
}
.listing .photos {
  padding-bottom: 10px;
}
.listing .photos .photoFrame {
  position: relative;
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.listing .photos .photoFrame::before {
  display: block;
  content: "";
}
.listing .photos .ui-galleria {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.listing .photos .ui-galleria .ui-galleria-caption h4 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.listing .photos .ui-galleria .ui-galleria-caption p {
  display: none;
}
.listing .photos .photoFrame-9-16::before {
  padding-top: calc(56.25% + 52px);
}
.listing .photos .ui-galleria {
  width: 100% !important;
}
.listing .photos .ui-galleria-panel-wrapper {
  width: 100% !important;
  height: calc(100% - 52px) !important;
}
.listing .photos .ui-galleria-panel-wrapper .ui-galleria-panel {
  width: 100% !important;
  height: 100% !important;
  text-align: center;
}
.listing .photos .ui-galleria-panel-wrapper .ui-galleria-panel img {
  max-width: 100%;
  max-height: 100%;
}
.listing .photos .ui-galleria-frame-content {
  border: solid black 1px;
  text-align: center;
  height: 38px !important;
}
.listing .photos .ui-galleria-frame-content img {
  width: unset !important;
  height: unset !important;
  max-width: 60px !important;
  max-height: 38px !important;
}
.listing .inlineLabel {
  display: inline;
  font-weight: bold;
  padding-right: 1em;
}
.listing .label {
  font-weight: bold;
}
.listing .apply .linkButton {
  color: white;
}
.listing .notAvailable {
  display: inline-block;
  background: coral;
  padding: 0.5em 1em;
  font-weight: bold;
  border-radius: 3px;
  text-align: center;
  margin: 1em;
}
