.loop-commercial-property {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    overflow: hidden;
    border-radius: 10px;
}

.loop-commercial-property a {
    text-decoration: none;
    color: black;
}

.loop-commercial-property a:hover {
    color: black;
}

.loop-commercial-property figure {
    margin: 0;
    position: relative;
    margin-bottom: 10px;
}

.loop-commercial-property figcaption {
    display: flex;
    justify-content: center;
    width: 100%;
    transform: translateY(20%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.loop-commercial-property figcaption span {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    background: #859179;
    font-family: Transat, Arial, sans-serif;
    padding: 4px 18px 3px;
}

.loop-commercial-property-details {
    text-align: center;
    padding: 20px;
}

.loop-commercial-property-details .zipcode-city {
    margin-bottom: 0px;
    font-size: 14px;
}

.loop-commercial-property-details .address {
    margin-top: 0px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.loop-commercial-property ul {
    padding-left: 0;;
}

.loop-commercial-property li {
    list-style-type: none;
}

.loop-commercial-property-characteristics {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-top: 10px;
    border-top: 1px solid rgba(0,0,0,.2);
}

.loop-commercial-property-characteristic {
    display: flex;
    align-items: center;
    gap: 10px;
}

.loop-commercial-property .commercial-property-status {
    z-index: 1;
    height: 32px;
    font-size: 14px;
    font-weight: 700;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: #bc3d3d;
    padding: 3px 10px;
    position: absolute;
    top: 0;
    left: 0;
}
