a {
    text-decoration: none;
}

.agent-block {
    width: 350px;
    height: 100px;
    cursor: pointer;
    position: relative;
    border: 1px solid #dbdbdb;
    margin-bottom: 0.5rem;
}

.agent-list-block {
    width: 350px;
    height: 100px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 0.5rem;
}

.agent-url {
    display: flex;
    text-decoration: none !important;
}

.image-block {
    position: relative;
    margin-right: 0.5rem;
}

.agent-thumbnail {
    width: 70px;
    height: 70px;
}

.elite-block {
    position: absolute;
    top: 54px;
    left: 30px;
}

.elite-tag {
    width: 50px;
}

.info-block {
    height: fit-content;
    line-height: normal;
    margin-bottom: 0.5rem;
}

.agent-name {
    font-size: 14px;
    color: black;
    font-weight: bold;
}

.agent-title,
.agent-business-region {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: unset;
}

.contact-view {
    /* width: 228px; */
    position: absolute;
    display: flex;
    top: 58px;
    left: 78px;
}

.phone-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.5rem !important;
    width: 100px;
    height: 30px;

    background-color: #1C477A;
    color: #FFF;
}

.phone-button img,
.whatsapp-button img {
    width: 20px;
    height: 20px;
}

.whatsapp-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.5rem !important;
    width: 60px;
    height: 30px;

    background-color: #25D366;
    color: #FFF;
}

.more-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 30px;
    font-size: 12px;
    border: 1px solid #C3C3C3;
    color: black;
    font-weight: bold;
    text-decoration: none !important;
}

.row {
    height: 120px;
    cursor: pointer;
}

.property-list {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
}

.left {
    width:30%;
}

.right {
    width:70%;
}

.property-list .post-thumbnail {
    width:70px;
    height:70px;
}

.post-tag {
    clear: left;
    font-size: 12px;
    line-height: 16px;
}

.post-displayTextHk {
    font-size: 1.5em;
    font-weight: bold;
    line-height: initial;
}

.post-saleableArea {
    font-size: medium;
}

.post-url {
    display: block;
    height: 120px;
}