.shortcode__title{
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 32px;
}

.shortcode__property-card p {
    margin: 0;
}

.shortcode__property-card-item{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    height: 420px;
    min-width: 350px;
    max-width: 350px;
    border: 1px solid #E3E3E3;
    border-radius: 12px;
    padding: 12px;
}

.shortcode__property-card-item--secondary{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: black;
    height: 416px;
    min-width: 322px;
    max-width: 322px;
    border: 1px solid #E3E3E3;
    border-radius: 12px;
}

.shortcode__property-card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.shortcode__property-card-item::after {
    content: "";
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 12px;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%)
  }

.shortcode__property-card-anchor {
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    height: 420px;
    border-radius: 6px;
    z-index: 2;
}

.shortcode__property-card-anchor--secondary{
    position: absolute;
    top: 0;
    left: 0;
    width: 322px;
    height: 416px;
    border-radius: 6px;
    z-index: 2;
}

.shortcode__tags-developer{
    display: flex;
    justify-content: space-between;
}

#shortcode__developer-logo{
   height: 48px;
   max-width: 72px;
   min-width: 72px;
   object-fit: contain;
   background-color: rgba(255,255,255,1);
   border-radius: 6px;
   padding: 4px;
}

.shortcode__tags {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 10px;
    text-transform: uppercase;
}

.shortcode__tag-chip{
   background: rgba(51, 51, 51, 0.6);
   padding: 0 8px;
   border-radius: 3px;
   font-weight: 600;
   width: fit-content;
}


.shortcode__property-card-details{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.shortcode__details-container{
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    z-index: 1;
}

.shortcode__building-name{
    font-weight: 600;
    font-size: 19px;
    line-height: 32px;
}

.shortcode__building-location{
    display: flex;
    align-items: center;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    gap: 4px;
}

.shortcode__building-price{
    gap: 8px;
    display: flex;
}

.shortcode__building-price__price{
    font-weight: 600;
    margin-inline-start: 4px;
}

.shortcode__down-payment-chip{
    font-size: 10px;
    background-color: #707070;
    padding: 0 8px;
    text-transform: uppercase;
    border-radius: 3px;
    align-self: center;
}

.shortcode__property-carousel.shortcode__property-carousel{
    padding-left: 0 !important;
    display: flex;
    gap: 16px;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    list-style: none;
    padding-bottom: 12px;
}

.shortcode__property-carousel li{ 
    margin: 0;
}

.shortcode__carousel-nav-arrows {
    display: flex;
    justify-content: flex-end;
}

.shortcode__carousel-nav-arrow-cta{
    margin: 0;
    padding: 0 12px;
    font-size: 18px;
}

.shortcode__lead-cta-container{
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.shortcode__lead-cta-container button, 
.shortcode__lead-cta-container a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: none;
    z-index: 3;
    margin: 0;
    color: #3A307F;
    width: 100%;
    border-radius: 8px;
}

.shortcode__lead-cta-container a:hover{
    color: #3A307F;
}

.shortcode__lead-cta-email::before{
    content: '';
    display: block;
    width: 28px;
    height: 24px;
    background: url('../icons/envelop.svg') no-repeat; 
}

.shortcode__lead-cta-whatsapp::before{
    content: '';
    display: block;
    width: 28px;
    height: 24px;
    background: url('../icons/whatsapp.svg') no-repeat; 
}

.shortcode__lead-cta-phone::before{
    content: '';
    display: block;
    width: 28px;
    height: 24px;
    background: url('../icons/phone.svg') no-repeat; 
}

.shortcode__location-icon{
    display: flex;
    align-self: flex-start;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    padding-top: 2px;
}

.shortcode__discover-all{
    display: flex;
    justify-content: center;
    width: 100%;
}

.shortcode__discover-all a{ 
    margin: 0 0 24px 0;
    background-color: #F7F7FC;
    color: #3A307F;
    font-weight: 700;
    align-content: center;
    padding: 8px 24px;
    border-radius: 12px;
}

.shortcode__discover-all a:hover{ 
    color: #3A307F;
}

.shortcode__property-type{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #707070;
    line-height: 20px;
}

.shortcode__bedroom-bathroom-container{
    display: flex;
    gap:12px;
}
 
.shortcode__bedroom-bathroom-container p{
    font-size: 12px;
    line-height: 20px;
    position: relative;
    display: flex;
    align-items: center;
}

.shortcode__bedroom-bathroom-container p:not(:last-child):after{
    content: '';
    width: 1px;
    height: 16px;
    margin-inline-start: 12px;
    border-right: 1px solid #E3E3E3;
}


.shortcode__building-text{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}

.shortcode__property-building-price{
    font-size: 19px;
    font-weight: 600;
    line-height: 32px;
}

.shortcode__property-image{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    object-fit: cover;
    height: 197px;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 1;
   
}

.shortcode__property-card__image-container{
    position: relative;
    display: inline-block;
    height: 192px;
}

.shortcode__property-overlay__tags{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    inset-block-start: 12px;
    inset-inline-start: 12px;
    z-index: 2;
}

.shortcode__property-overlay__agent{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    bottom: 12px;
    left: 12px;
    z-index: 2;
}

.shortcode__agent-avatar--super-agent{
position: absolute;
}


.shortcode__agent-avatar{
    position: relative;
}

.shortcode__agent-avatar::before{
    content:"";
    height: 38px;
    width: 38px;
    border: 2px solid #3A307F;
    position: absolute;
    top: -3px;
    left: -3px;
    border-radius: 50%;
    display: block;
}

.shortcode__agent-avatar img{
    z-index: 1;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #E3E3E3;
    position: relative;

}

.shortcode__agent--superagent{
    position: absolute;
    top: -8px;
    right: -8px;
}

.shortcode__property-card__details-container{
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-inline: 12px ;
}

.button--blue {
    background-color: #F7F7FC;
}

.button--white{
    background-color: white;
}

.divider--top{
    border-top: 1px solid #E3E3E3;
    padding: 12px
}

.shortcode__property-tag{
    padding: 0 8px 0 28px;
    border-radius: 3px;
    font-weight: 600;
    width: fit-content;
    color: white;
}

.shortcode__property-tag--verified{
    background-color: #00A663;
   
}

.shortcode__property-tag--super-agent{
    background-color: #3A307F;
}

.shortcode__property-tag--default{
    background-color: #707070;
    padding: 0 8px;
}

.shortcode__property-tag--verified::before{
    content: '';
    position: absolute;
    left: 8px;
    display: block;
    width: 28px;
    height: 24px;
    background: url('../icons/verified.svg') no-repeat; 
}

.shortcode__property-tag--super-agent::before{
    content: '';
    position: absolute;
    left: 8px;
    display: block;
    width: 28px;
    height: 24px;
    background: url('../icons/super-agent.svg') no-repeat; 
}

.shortcode__bedroom-count::before{
    content: '';
    display: flex;
    width: 28px;
    height: 24px;
    background: url('../icons/bed.svg') no-repeat; 
}

.shortcode__bathroom-count::before{
    content: '';
    display: flex;
    width: 28px;
    height: 24px;
    background: url('../icons/bathtub.svg') no-repeat; 
}

.shortcode__area-size::before{
    content: '';
    display: flex;
    width: 28px;
    height: 24px;
    background: url('../icons/area-size.svg') no-repeat; 
}

.shortcode__location-text{
    white-space: nowrap;     
    overflow: hidden;         
    text-overflow: ellipsis;   
       
}

.shortcode__image-alt-default{
   position: absolute;
   inset-inline-start: 50%;
   inset-block-start: 50%;
}