  /* real-estate-post-style6 */
  .real-estate-post-style6 {
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    margin-bottom: 30px;
}

.real-estate-post-style6-thumbnail {
    position: relative;
}

.real-estate-post-style6-thumbnail .post-img {
    height: 240px;
}

.real-estate-post-style6-thumbnail .post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.real-estate-post-style6-thumbnail .post-tags {
    position: absolute;
    top: 16px;
    left: 17px;
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.real-estate-post-style6-thumbnail .post-tags span {
    padding: 4px 12px;
    border-radius: 2.136px;
    background: var(--primary-color);
    color: var(--white-700);
    text-align: center;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    cursor: povar(--primary-font);
}

.real-estate-post-style6 a {
    text-decoration: none;
}

.real-estate-post-style6-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.real-estate-post-style6-content .post-title h2 {
    color: var(--primary-font-color);
    font-family: var(--primary-font);
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 0;
    transform: var(--transition);
}
.real-estate-post-style6-content .post-title h2:hover{
    color: var(--primary-color);
}
.real-estate-post-style6-content .post-price span {
    color: var(--primary-color);
    font-family: var(--primary-font);
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.real-estate-post-style6-content .post-details {
    border-bottom: 1px solid #E7E9EB;
    padding-bottom: 16px;
}

.real-estate-post-style6-content .post-details ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0 24px;
    flex-wrap: wrap;
}

.real-estate-post-style6-content .post-details ul li {
    list-style: none;
    color: #6d737a;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.real-estate-post-style6-content .post-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.real-estate-post-style6-content .profile {
    display: flex;
    align-items: center;
    gap: 0 8px;
    flex-wrap: wrap;
}

.real-estate-post-style6-content .profile .img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
}

.real-estate-post-style6-content .profile .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.real-estate-post-style6-content .profile h3 {
    color: var(--primary-font-color);
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 500;
    transform: var(--transition);
    line-height: 28px;
    margin: 0;
}
.real-estate-post-style6-content .profile h3:hover{
    color: var(--primary-color);
}
.real-estate-post-style6-content .post-author .contact {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.real-estate-post-style6-content .post-author .contact span {
    display: flex;
    border-radius: 5px;
    background: #E0E0E0;
    height: 22px;
    width: 22px;
    align-items: center;
    justify-content: center;
    color: #939393;
    font-size: 13px;
}
