<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container-iframe iframe {
  width: 100% !important;
}
#map-annuncio {
  height: 400px;
}
.single-annunci .tm-main {
  padding: 0px !important;
  margin-top: 0px !important;
}
.single-annunci h1 {
  margin: 0;
}
.agente-card-small {
  width: 200px;
}
.agente-card-small .uk-card-header {
  padding: 10px !important;
}
.agente-card-small img {
  width: 50px;
}

.agente-card-small h5 {
  font-size: 13px;
}
.listing-top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  padding: 5px;
}
.tm-main &gt; .uk-container {
  padding: 0px !important;
  max-width: 100%;
}
.image-gallery-annuncio {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.image-gallery-annuncio.height-max {
  height: 350px;
}
.max-height {
  max-height: 700px;
  overflow-y: scroll;
}
.single-annunci .uk-text-lead {
  font-size: 16px !important;
}
.reviews-wrap {
  max-height: 400px;
  overflow-y: scroll;
}
.reviews-wrap::-webkit-scrollbar {
  width: 9px;
}
.reviews-wrap::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  height: 600px;
}
.reviews-wrap::-webkit-scrollbar-thumb {
  background: #bb005f !important;
  height: 5px;
  border-radius: 84px;
}
.card-review-annuncio {
  padding: 2%;
  background: #bb005f0d;
  border-radius: 10px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}
input.uk-input.input-get-dir {
  height: 45px;
}
.single-annunci .icons-header {
  font-size: 20px;
  margin-left: 5px;
  color: #bb005f;
  font-weight: bold;
  border-right: 3px solid #bb005f;
  padding: 0px 10px;
}
.single-annunci .icons-header:first-child {
  padding-left: 0px;
  margin-left: 0px;
}
.single-annunci .icons-header:last-child {
  border-right: none !important;
}
.single-annunci .icons-header i {
  margin-left: 5px;
}
.call-to-action-appointment {
  padding: 5%;
  border-radius: 10px;
  text-align: center;
  background: white;
  box-shadow: 0px 2px 8px rgb(0 0 0 / 16%);
}
.divider-icon-homeprime {
  background-image: url(/wp-content/uploads/2021/12/map-pin-res-no-shadow.png) !important;
}
.divider-header {
  margin: 0;
  border-top: 5px solid #bb005f;
}
.header-annuncio-logo {
  width: 120px;
  height: 82px;
  object-fit: cover;
}
.max-height::-webkit-scrollbar {
  width: 9px;
}
.max-height::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  height: 600px;
}
.max-height::-webkit-scrollbar-thumb {
  background: #bb005f !important;
  height: 5px;
  border-radius: 84px;
}
.agente-card-wrap .uk-card-default {
  background: white !important;
}
.gallery-wrap .overlay-image {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fa6bb283;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
}
.gallery-wrap .overlay-image.overlay-active {
  flex-direction: column;
  opacity: 1;
  background: #ad005791;
}
.gallery-wrap .overlay-image.overlay-active h4 {
  margin: 0px;
}
.gallery-wrap .overlay-image.overlay-active i {
  font-size: 35px;
}
.gallery-wrap .overlay-image:not(.overlay-active) i {
  color: white;
  font-size: 35px;
}
.gallery-wrap .item-gallery:hover .overlay-image {
  opacity: 1;
}
@media only screen and (min-width: 1000px) {
  .show-md {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .show-lg {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .single-annunci .uk-text-lead {
    font-size: 16px;
  }
  .small-agent-card_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .annuncio-call-to-actions {
    flex-direction: column;
  }

  .annuncio-call-to-actions &gt; * {
    margin-top: 10px;
  }
}
</pre></body></html>