.popup-list {
    width: 268px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: white;
    transform: translate(-50%, -50%);
}

.popup-list .property-card {
    padding-bottom: 0px;
}

.popup-list .property-card .body {
    padding: 14px 12px;
}

.popup-list .property-card .meta-info-wrapper{
    padding: 3px 0;
}

.popup-list .property-card .meta-info .text{
    font-size: 14px;
}

.popup-list .property-card .body .title {
    font-size: 14px;
}

.popup-list .property-card .location-wrapper{
    display: flex;
}

.popup-list .property-card .location-wrapper .location {
    font-size: 13px;
    line-height: 16px;
}

.popup-list .propertyDetail__item .property-card .close-btn {
    display: block;
    background-image: url("../svg/pop-close.svg");
    background-size: 10px 10px;
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-color: black;
    opacity: .8;
    position: absolute;
    border-radius: 100%;
    top: 0;
    right: 0;
    cursor: pointer;
    color: white;
    z-index: 2;
}

.popup-list .image-wrapper {
    width: 268px;
    height: auto;
}

.popup-list .image-wrapper img {
    object-fit: cover;
}

.popup-list .body .price-wrapper {
    height: 22px !important;
    margin-bottom: 6px !important;
}

.popup-list .body .price-wrapper .price {
    font-size: 21px !important;
}

.popup-list .body .price-wrapper .price .sub-text{
    font-size: 12px !important;
}

.popup-list .body .price-wrapper a {
    display: flex;
}

.popup-list .body .title-wrapper {
    margin-top: 3px;
    line-height: 20px;
}

.property-card-sm .overlay-link {
    position: absolute;
    inset: 0;
    z-index: 1;
}

@media screen and (max-width: 860px) {
    .popup-list {
        display: none;
    }
    .property-card-sm {
        background-color: #808080;
        height: 260px;
    }

    .property-card-sm .media__figure{
        height: 100%;
        width: 100%;
        position: relative;
    }

    .property-card-sm .media__figure img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .property-card-sm .absolute-wrapper{
        position: absolute;
        box-sizing: border-box;
        padding: 12px 12px 55px 12px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
        display: flex;
    }

    .sp-ajax-investment .property-card-sm .absolute-wrapper{ 
        padding: 12px !important;
    }

    .sp-ajax-investment .body .gross-yield {
        margin-bottom: 9px;
        font-family: 'jost', serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 12px;
    }
    
    .sp-ajax-investment .body .gross-yield .gross-yield-value {
        font-family: 'jost', serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 12px;
    }

    .property-card-sm .absolute-wrapper .fav-icon {
        position: absolute;
        bottom: 111px;
        right: 15px;
        z-index: 2;
    }

    .property-card-sm .absolute-wrapper .fav-icon a {
        color: white;
        font-size: 22px;
        text-decoration: none;
    }
    
    .property-card-sm .tag {
        padding: 4px 10px 4px 10px;
        font-size: 11px;
        text-transform: uppercase;
    }

    .property-card-sm .tag.info {
        background: #052157;
        color: white;
    }

    .property-card-sm .tag.gold {
        background: #9B7C32;
        color: white;
    }

    .property-card-sm .tag.silver {
        background: #7D8595;
        color: white;
    }

    .property-card-sm .tag.danger {
        background: #A40000;
        color: white;
    }

    .property-card-sm .body {
        display: flex;
        flex-direction: column;
        color: white;
        justify-content: end;
        margin-left: 4px;
    }

    .property-card-sm .tags {
        margin-bottom: 5px;
        display: flex;
        gap: 5px;
    }

    .property-card-sm .price {
        margin-bottom: 2px;
        font-weight: 600;
        font-size: 24px;
        font-family: "adobe-garamond-pro", serif;
        color: #FFFFFF;
    }

    .property-card-sm .price .sub-text {
        font-size: 14px;
        font-weight: 400;
    }

    .property-card-sm .meta-info {
        display: inline-flex;
        gap: 20px;
        align-items: center;
        font-size: 1rem;
    }

    .property-card-sm .meta-info .icon {
        width: 14px;
    }

    .property-card-sm .meta-info .text {
        font-weight: 500;
        font-size: 16px;
        font-family: 'jost', serif;
    }

    .property-card-sm .meta-info .sub-text {
        font-size: 14px;
        margin-left: 2px;
        font-weight: 400;
    }

    .property-card-sm .meta-info-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        padding: 3px 0px;
        font-family: 'jost', serif;
    }

    .property-card-sm .body .price-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .property-card-sm .body .title {
        font-weight: 500;
        text-decoration: none;
        font-size: 15px;
        color: white;
        font-family: "jost", serif;
    }

    .property-card-sm .location-wrapper .location {
        font-weight: 400;
        font-size: 14px;
        font-family: 'helvetica', sans-serif;
    }

    .property-card-sm .arrow-icon {
        position: absolute;
        right: 22px;
        border-bottom: 1px solid white;
        bottom: 83px;
        padding-bottom: 9px;
    }

    .property-card-sm .property-count-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 2;
    }

    .property-card-sm .property-count {
        background-color: #eff1f5;
        cursor: pointer;
        display: flex;
        gap: 8px;
        padding: 10px 18px;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }


    .property-card-sm .property-count .text{
        color: #002368;
        font-size: 14px;
        font-weight: 400;
        font-family: 'jost', serif;
    }
}

