﻿/* cotent body */

#view-tab-chart {
    display: none;
}

.verification {
    display: flex;
    gap: 4px;
    align-items: center;
    flex-wrap: nowrap;
}

.view-offer {
    display: block;
}

.apply-construction-request {
    display: none;
}

.information-container {
    display: grid;
    grid-template-columns: 10fr 6fr;
    gap: 30px;
    width: 100%;
}

.information-left {
    width: 100%;
    overflow-x: hidden;
}

.breadcrumb {
    margin-top: 16px;
}

    .breadcrumb a {
        display: flex;
        gap: 8px;
        font: 14px Inter, sans-serif;
        color: #919191;
        font-weight: 400;
    }

.breadcrumb-item {
    display: flex;
}

    .breadcrumb-item.active {
        color: #000;
        font-weight: 600;
    }

.section-thumbnail .main-image {
    aspect-ratio: 1.33;
    object-fit: contain;
    object-position: center;
    width: 100%;
    margin-top: 16px;
}

.thumbnail-container {
    display: flex;
    margin-top: 14px;
    gap: 16px;
    overflow-x: auto;
    width: 100%;
}

.thumbnail {
    aspect-ratio: 1.33;
    object-fit: contain;
    object-position: center;
    width: 160.332px;
    height: 120.073px;
    flex-shrink: 0;
    max-width: 100%;
}

    .thumbnail.small {
        aspect-ratio: 0.21;
        width: 25px;
    }

.card {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(213, 213, 213, 1);
    border-radius: 8px;
    padding: 16px 24px;
    margin-top: 16px;
}

.card-title {
    color: #000;
    font: 700 28px/129% Inter, sans-serif;
    margin: 0;
}

.card-subtitle {
    display: flex;
    margin-top: 8px;
    gap: 16px;
    font: 16px Inter, sans-serif;
    font-weight: 400;
}

.verified-badge {
    display: flex;
    gap: 4px;
    color: #000;
}

    .verified-badge span {
        display: flex;
        margin: auto;
    }

.verified-icon {
    aspect-ratio: 1/1;
    width: 24px;
}

.learn-more {
    color: #4f6c00;
    color: var(--Xanh-m, #4F6C00);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-decoration: underline;
}

.investment-detail {
    display: flex;
    margin-top: 16px;
    gap: 8px;
    color: #000;
}

    .investment-detail span {
        margin-top: auto;
        margin-bottom: auto;
        color: #000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
        letter-spacing: 0.5px;
    }

    .investment-detail .investment-amount {
        font: 600 20px/140% Inter, sans-serif;
    }

.posting-info {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    gap: 19px;
}

.poster-info {
    display: flex;
    gap: 8px;
    color: #000;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;
}

    .poster-info span {
        margin-top: auto;
        margin-bottom: auto;
    }

    .poster-info .investment-amount {
        color: #000;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px; /* 140% */
    }

.distance,
.posted-time {
    color: #000;
    font: 700 16px/150% Inter, sans-serif;
}

.posted-time {
    font-weight: 400;
}

.share-icons {
    display: flex;
    gap: 12px;
}

.share-icon {
    aspect-ratio: 1/1;
    width: 24px;
}

.poster-container {
    color: #000;
    margin-top: 32px;
    font: 600 20px/140% Inter, sans-serif;
}

    .poster-container h2,
    .apartment-attributes h2,
    .document-container h2,
    .status h2,
    .request h2,
    .notice h2,
    .other-posts h2 {
        color: #000;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px; /* 140% */
        margin: 0;
    }

.poster-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid rgba(213, 213, 213, 1);
    border-radius: 8px;
    padding: 24px;
    margin-top: 4px;
}

.poster-card-right {
    display: flex;
    justify-content: end;
}

.poster-header {
}

.poster-avatar {
    display: flex;
    gap: 8px;
    line-height: 120%;
}

    .poster-avatar img {
        width: 64px;
        height: 64px;
        flex-shrink: 0;
        border-radius: 48px;
    }

.poster-details {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
}

.poster-name {
    color: #000;
    font: 600 16px Roboto, sans-serif;
    letter-spacing: 0.06px;
}

.poster-status {
    display: flex;
    margin-top: 8px;
    gap: 5px;
    font: 14px Inter, sans-serif;
    color: #919191;
}

.status-indicator {
    background-color: #36b37e;
    border-radius: 50%;
    width: 16px;
    height: 16px;
}

.follow-button {
    display: flex;
    align-self: center;
    border: 1px solid #ffc803;
    border-radius: 8px;
    color: #ffc803;
    font: 600 12px/167% Inter, sans-serif;
    padding: 8px 57px;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
}

.poster-footer {
    display: flex;
    justify-content: flex-start;
    margin-top: 8px;
    gap: 24px;
}

.response-rate,
.message-count {
    font: 400 16px Inter, sans-serif;
    color: #000;
}

    .response-rate span,
    .message-count span {
        color: #919191;
    }

.rating-info {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #919191;
    font-weight: 400;
    font-size: 16px;
    margin-top: 8px;
    line-height: 120%;
    letter-spacing: 0.016px;
}

    .rating-info .rating-info-count {
        color: #000;
    }

    .rating-info .rating-score {
        color: #000;
        font-weight: 600;
    }

.rating-score {
    display: flex;
    margin-top: 4px;
    gap: 4px;
    font: 20px Inter, sans-serif;
    font-weight: 500;
}

.star-icon {
    aspect-ratio: 5;
    height: 24px;
}

.apartment-attributes {
    color: #000;
    margin-top: 32px;
    font: 600 20px/140% Inter, sans-serif;
}


.attribute-card {
    display: flex;
    justify-content: space-between;
    border: 1px solid rgba(213, 213, 213, 1);
    border-radius: 8px;
    padding: 24px;
    margin-top: 4px;
}

.attribute-columns {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.attribute-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    gap: 12px;
}

.attribute-group {
    align-items: center;
    display: flex;
    gap: 8px;
    color: #000;
    margin-top: 0px;
}

.attribute-label {
    font: 400 16px Inter, sans-serif;
    letter-spacing: 0.5px;
    margin: auto 0;
}

.attribute-value {
    font: 600 20px Inter, sans-serif;
}

.location-header {
    gap: 8px;
    display: flex;
    justify-content: center
}

.location-title {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;
}

.location-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(213, 213, 213, 1);
    border-radius: 8px;
    padding: 24px;
    margin-top: 12px;
}

.location-address {
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: #000;
}

.location-address-text {
    font-weight: bold;
}

.location-map {
    font: 600 20px Inter, sans-serif;
}

.map-button {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    border: 1px solid #ffc803;
    border-radius: 8px;
    padding: 8px 60px;
    margin-top: 0px;
    font: 14px Inter, sans-serif;
    color: #000;
    text-align: center;
}

.map-icon {
    aspect-ratio: 1/1;
    width: 24px;
}

.document-container {
    color: #000;
    margin-top: 32px;
    font: 600 20px/140% Inter, sans-serif;
}

.document-card {
    display: flex;
    gap: 10px;
    border: 1px solid rgba(213, 213, 213, 1);
    border-radius: 8px;
    padding: 24px;
    margin-top: 5px;
    font: 16px Inter, sans-serif;
    color: #000;
    flex-wrap: wrap;
}

.document-badge {
    display: flex;
    justify-content: center;
    gap: 10px;
    border-radius: 8px;
    background-color: #ffef9a;
    padding: 8px 12px;
}

.document-icon {
    aspect-ratio: 1/1;
    width: 24px;
}

.status {
    color: #000;
    margin-top: 32px;
    font: 600 20px/140% Inter, sans-serif;
}

.status-card {
    display: flex;
    border: 1px solid rgba(213, 213, 213, 1);
    border-radius: 8px;
    padding: 24px;
    margin-top: 4px;
    font: 16px Inter, sans-serif;
    color: #000;
    line-height: 25px;
}

.request {
    color: #000;
    margin-top: 32px;
    font: 600 20px/140% Inter, sans-serif;
}

.service-detail {
    display: flex;
    border: 1px solid rgba(213, 213, 213, 1);
    border-radius: 8px;
    padding: 24px;
    margin-top: 4px;
    font: 16px Inter, sans-serif;
    color: #000;
}

.photo-container {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(213, 213, 213, 1);
    border-radius: 8px;
    padding: 24px;
    margin-top: 4px;
}

.photo-header {
    color: #000;
    font: 16px Inter, sans-serif;
    letter-spacing: 0.5px;
}

.photo-grid {
    display: flex;
    gap: 20px;
    margin-top: 10px;
    overflow-x: auto;
    width: 100%;
}

.photo {
    aspect-ratio: 1.32;
    width: 160px;
    max-width: 100%;
}

.notice {
    color: #000;
    margin-top: 32px;
    font: 600 20px/140% Inter, sans-serif;
}

.notice-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    font: 16px Inter, sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 24px;
    margin-top: 4px;
}

.notice-details-content,
.notice-details-secondary-content {
    padding: 15px;
    background-color: #fff;
    border: 1px solid rgba(234, 236, 240, 1);
    border-radius: 8px;
}

.other-posts {
    color: #000;
    margin-top: 32px;
    font: 600 20px/140% Inter, sans-serif;
    margin-bottom: 40px;
}

.other-post-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(213, 213, 213, 1);
    border-radius: 8px;
    padding: 24px 0;
    margin-top: 4px;
    overflow-x: hidden;
}

.other-post-columns {
    display: flex;
    gap: 30px;
    width: 100%;
    overflow-x: auto;
    padding: 0px 24px;
}

/*.other-post-thumbnail:first-child {
    padding-left: 30px;
}

.other-post-thumbnail:last-child {
    padding-right: 30px;
}*/

.other-post-thumbnail {
    display: flex;
    flex-direction: column;
    width: 230.67px;
    border: 1px solid rgba(234, 236, 240, 1);
    background-color: #fff;
}

    .other-post-thumbnail .image {
        object-fit: contain;
        object-position: center;
        width: 100%;
        height: 205px;
    }

.other-post-details {
    display: flex;
    flex-direction: column;
    padding: 12px 16px;
}

.other-post-header {
    display: flex;
    justify-content: spa;
    gap: 4px;
    font: 16px Inter, sans-serif;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.5px;
    white-space: nowrap;
    line-height: 24px;
}

.other-post-header-title {
    flex: 1;
    font-family: Inter, san-serif;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: 700;
    height: 48px;
}

.other-post-header img,
.other-post-footer img {
    aspect-ratio: 1/1;
    width: 24px;
    align-self: start;
}

.other-post-container {
    justify-content: space-between;
    display: flex;
    margin-top: 12px;
    gap: 4px;
}

.details {
    display: flex;
    gap: 4px;
    color: #000;
    align-items: center;
}

.detail-label {
    letter-spacing: 0.5px;
    font: 400 12px/167% Inter, sans-serif;
}

.detail-value {
    font: 600 14px/157% Inter, sans-serif;
}

.comments {
    display: flex;
    gap: 5px;
    font-size: 11px;
    color: var(--M3-sys-light-on-error, #fff);
    font-weight: 500;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 0.5px;
    line-height: 145%;
    align-items: center;
}

    .comments img {
        width: 30px;
        height: 30px;
    }

.like-container {
    justify-content: center;
    align-items: center;
    display: flex;
}

.like-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    aspect-ratio: 1;
    align-items: flex-start;
    /*padding: 0 13px 29px;*/
    padding: 0;
}

.like-img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.like-count {
    position: relative;
    font-family: Roboto, sans-serif;
    border-radius: 100px;
    background-color: var(--M3-sys-light-error, #b3261e);
    justify-content: center;
    font-weight: bold;
    display: none;
}

.icon {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
    width: 24px;
}

.investment-container {
    display: flex;
    margin-top: 4px;
    gap: 4px;
    color: #000;
}

.investment-label {
    letter-spacing: 0.5px;
    font: 400 12px/167% Inter, sans-serif;
}

.investment-value {
    font: 600 14px/157% Inter, sans-serif;
}

.other-post-footer {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
    font: 11px Inter, sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 145%;
}

    .other-post-footer .item {
        font-weight: 700;
    }

.other-post-footer-group {
    display: flex;
    padding: 9px;
    justify-content: center;
    align-items: center;
}

.other-post-footer-section {
    position: relative;
    display: flex;
    overflow: hidden;
    aspect-ratio: 1/1;
    width: 24px;
    border-radius: 100px;
    background-color: #b3261e;
}

/* begin offer */

.container-offer {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
}

.container-offer-card {
    border-radius: 8px;
    border: 1px solid rgba(213, 213, 213, 1);
    border-bottom: none;
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-top: 5px;
    padding-bottom: 1px;
    border-bottom: none;
}

.card-section {
    background-color: #fff;
    display: flex;
    width: 100%;
    flex-direction: column;
}

.card-content {
    display: flex;
    width: calc(100% - 30px);
    flex-direction: column;
    padding: 16px;
}

.card-row {
    justify-content: space-between;
    display: flex;
    gap: 12px;
}

.counter {
    display: flex;
    gap: 8px;
}

.counter-text {
    color: #101828;
    letter-spacing: 0.18px;
    margin: auto 0;
    font: 400 14px/157% Inter, sans-serif;
}

.countdown-timer {
    display: flex;
    gap: 4px;
    font-weight: 600;
}

.timer-days {
    color: #101828;
    letter-spacing: 0.18px;
    margin: auto 0;
    color: var(--Gray-900, #101828);
    /* button 14 */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.175px;
}

.timer-time {
    justify-content: center;
    background-color: #f00;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 0.5px;
    padding: 8px 8px;
    font: 16px/150% Inter, sans-serif;
    font-weight: 600;
}

.bid-time {
    display: flex;
    gap: 8px;
    font-size: 14px;
    justify-content: end;
}

.bid-time-text {
    color: #101828;
    font-family: Inter, sans-serif;
    font-weight: 400;
    line-height: 157%;
    letter-spacing: 0.18px;
    display: flex;
    margin: auto;
}

.bid-time-date {
    font-family: Inter, sans-serif;
    justify-content: center;
    border-radius: 16px;
    background-color: #f9f5ff;
    color: #000;
    white-space: nowrap;
    text-align: center;
    line-height: 129%;
    padding: 2px 8px;
    color: var(--M3-black, #000);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 128.571% */
    display: flex;
    margin: auto;
}

.bid-info {
    justify-content: space-between;
    display: flex;
    margin-top: 12px;
    gap: 12px;
    font-size: 14px;
}

.bid-left {
    display: flex;
    gap: 8px;
}

.bid-left-text {
    color: #101828;
    font-family: Inter, sans-serif;
    font-weight: 400;
    line-height: 157%;
    letter-spacing: 0.18px;
}

.bid-left-amount {
    font-family: Inter, sans-serif;
    justify-content: center;
    border-radius: 16px;
    background-color: #f9f5ff;
    color: #000;
    font-weight: 600;
    text-align: center;
    line-height: 129%;
    padding: 2px 8px;
}

.bid-count {
    display: flex;
    gap: 8px;
}

.bid-count-text {
    color: #101828;
    font-family: Inter, sans-serif;
    font-weight: 400;
    line-height: 157%;
    letter-spacing: 0.18px;
}

.bid-count-amount {
    font-family: Inter, sans-serif;
    justify-content: center;
    border-radius: 16px;
    background-color: #f9f5ff;
    color: #000;
    font-weight: 600;
    text-align: center;
    line-height: 129%;
    padding: 2px 8px;
}

.overview {
    display: flex;
    width: 100%;
    gap: 0px;
    font-size: 14px;
    color: #000;
    text-align: center;
    letter-spacing: 0.18px;
    line-height: 157%;
}

.overview-total {
    font-family: Inter, sans-serif;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgba(208, 213, 221, 1);
    border-bottom: 1px solid rgba(208, 213, 221, 1);
    background-color: #ffc803;
    font-weight: 600;
    flex: 1;
    padding: 8px;
}

.overview-statistics {
    font-family: Inter, sans-serif;
    justify-content: center;
    border-bottom: 1px solid rgba(208, 213, 221, 1);
    background-color: #eaecf0;
    font-weight: 400;
    flex: 1;
    padding: 8px;
}

.stages {
    display: flex;
    gap: 0px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.18px;
    line-height: 157%;
    width: 100%;
    overflow-x: auto;
}

.stage {
    justify-content: center;
    border-right: 1px solid rgba(208, 213, 221, 1);
    background-color: #eaecf0;
    display: flex;
    gap: 0px;
    flex: 1;
    align-items: center;
    padding: 8px;
}

.stage-text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    font-family: Inter, sans-serif;
    flex: 1;
    overflow: hidden;
    color: var(--M3-black, #000);
    text-align: center;
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.175px;
    white-space: nowrap;
    width: 50px;
}

.stage-img {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 24px;
}

.stage-highlight {
    justify-content: center;
    background-color: #ffc803;
    display: flex;
    gap: 8px;
    font-weight: 600;
    padding: 8px;
}

.bidders-container {
    background-color: #fff;
    width: 100%;
    max-height: 40vh;
    overflow: auto;
}

.bidders-content {
    gap: 20px;
    display: flex;
}

.bidders-list {
    display: flex;
    flex-direction: column;
}

.bidders-item {
    border-left: 1px solid rgba(234, 236, 240, 1);
    border-right: 1px solid rgba(234, 236, 240, 1);
    border-bottom: 1px solid rgba(234, 236, 240, 1);
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 15px;
    padding: 16px 24px;
    align-items: center;
}

    .bidders-item:last-child {
        border-radius: 10px;
    }

.bidders-item-name {
    display: flex;
    gap: 12px;
}

.bidders-item-status {
    display: flex;
    justify-content: center;
}

.bidders-item-time {
    display: flex;
    justify-content: center;
}

.bidder-img {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 40px;
    height: 40px;
    border-radius: 200px;
}

.bidder-text {
    font-family: Inter, sans-serif;
    margin: auto 0;
    color: var(--Gray-900, #101828);
    /* Text sm/Medium */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}

.bid-bubble {
    justify-content: center;
    border-radius: 16px;
    background-color: #ecfdf3;
    display: flex;
    gap: 6px;
    padding: 2px 6px;
    width: fit-content;
}

.bid-bubble_text {
    color: #027a48;
    font-family: Inter, sans-serif;
    margin: auto 0;
}

.bid-container {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    font-size: 12px;
    color: #000;
    font-weight: 500;
    text-align: center;
    line-height: 150%;
}

.bid-amount {
    border-color: rgba(234, 236, 240, 1);
    border-style: solid;
    border-bottom-width: 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px 24px;
}

.bid-amount-value {
    font-family: Inter, sans-serif;
    justify-content: center;
    border-radius: 16px;
    background-color: #ffef9a;
    padding: 2px 8px;
    width: fit-content;
    white-space: nowrap;
    color: var(--M3-black, #000);
    text-align: center;
    /* Text xs/Medium */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 150% */
    display: flex;
    height: 28px;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.bid-timestamp {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 24%;
    margin-left: 20px;
}

.time-entry {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    font-size: 12px;
    color: #000;
    font-weight: 500;
    text-align: center;
    line-height: 150%;
}

.time-entry-item {
    font-family: Inter, sans-serif;
    color: var(--M3-black, #000);
    text-align: center;
    /* Text xs/Medium */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 150% */
}

.text-button-offer {
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #ffc803;
    margin-top: 16px;
    color: #000;
    text-align: center;
    letter-spacing: 0.18px;
    padding: 8px 24px;
    font: 600 14px/157% Inter, sans-serif;
    border-color: transparent;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* end offer */

/* end content body */


/* mobile */
@media (max-width: 1429px) {

    /* begin content body Mobile */

    .breadcrumb {
        display: none;
    }

    .section-thumbnail {
        padding: 0 16px;
    }

        .section-thumbnail .main-image {
            margin-top: 16px;
            width: calc(100vw - 32px);
            height: 257.25px;
            object-fit: contain;
            object-position: center;
        }

    .information-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .thumbnail-container {
        width: calc(100vw - 32px);
        margin-top: 10px;
        gap: 8px;
    }

    .thumbnail {
        width: 120.249px;
        height: 90.055px;
        flex-shrink: 0;
        object-fit: contain;
        object-position: center;
    }

    .card-container {
        width: calc(100vw - 32px);
        padding: 0 16px;
    }

    .poster-card {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 12px;
    }

    .poster-status {
        align-items: center;
        margin-top: 2px;
        color: var(--ch-nht-m-active-1, #667085);
        /* body12 */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 166.667% */
        letter-spacing: 0.048px;
    }

    .card {
        margin-top: 16px;
        padding: 12px;
    }

    .other-post-thumbnail {
        width: 230.67px;
        flex-shrink: 0;
    }

    .document-card {
        flex-direction: column;
        padding: 12px;
        gap: 8px;
    }

    .card-title {
        color: #000;
        /* title 20 */
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px; /* 140% */
    }

    .poster-container {
        font-size: 16px;
    }

    .poster-avatar img {
        width: 44px;
        height: 44px;
    }

    .poster-name {
        color: var(--M3-black, #000);
        /* button 40 inter 14 */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px; /* 157.143% */
        letter-spacing: 0.175px;
    }

    .follow-button {
        display: flex;
        padding: 7px 30px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex: 1 0 0;
        color: var(--Vng-Primary-2-Primary-chnh, #FFC803);
        text-align: center;
        /* Button 12 */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px; /* 166.667% */
        letter-spacing: 0.048px;
    }

    .apartment-attributes {
        font-size: 16px;
    }

    .attribute-label {
        font-size: 12px;
    }

    .attribute-value {
        font-size: 14px;
    }

    .document-container {
        font-size: 16px;
    }

    .status {
        font-size: 16px;
    }

    .status-card {
        padding: 12px;
        font-size: 12px;
    }

    poster-info .investment-amount {
        font-size: 15px;
    }

    .service-detail {
        padding: 12px;
        font-size: 12px;
    }

    .photo-header {
        font-size: 14px;
    }

    .notice {
        font-size: 16px;
    }

    .notice-details {
        font-size: 12px;
        gap: 8px;
        grid-template-columns: 1fr 1fr;
    }

    .other-posts {
        font-size: 16px;
        margin-bottom: 0;
    }

    .other-post-columns {
        gap: 12px;
        padding: 0 12px;
    }

   /* .other-post-thumbnail:first-child {
        padding-left: 15px;
    }

    .other-post-thumbnail:last-child {
        padding-right: 15px;
    }*/

    .verified-badge span {
        color: #000;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px; /* 157.143% */
        letter-spacing: 0.175px;
    }

    .learn-more {
        color: var(--H-thng-Xanh-dng, #00F);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px; /* 157.143% */
        letter-spacing: 0.175px;
        text-decoration: unset;
    }

    .investment-detail {
        gap: 4px;
        margin-top: 8px;
    }

        .investment-detail span {
            color: #000;
            /* body12 */
            font-family: Inter;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px; /* 166.667% */
            letter-spacing: 0.048px;
        }

        .investment-detail .investment-amount {
            color: #000;
            /* button 40 inter 14 */
            font-family: Inter;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 22px; /* 157.143% */
            letter-spacing: 0.175px;
        }

    .poster-info span {
        color: #000;
        /* body12 */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 166.667% */
        letter-spacing: 0.048px;
    }

    .poster-info .investment-amount {
        color: #000;
        /* button 40 inter 14 */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px; /* 157.143% */
        letter-spacing: 0.175px;
    }

    .posted-time {
        color: #000;
        /* body12 */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 166.667% */
        letter-spacing: 0.048px;
    }

    .posting-info {
        flex-wrap: wrap;
        margin-top: 8px;
        gap: 8px;
    }

    .distance {
        color: #000;
        /* button 32 inter 12 */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px; /* 166.667% */
        letter-spacing: 0.048px;
    }

    .poster-container,
    .apartment-attributes,
    .document-container,
    .status, .request,
    .notice,
    .other-posts {
        margin-top: 16px;
        padding: 0 16px;
        width: calc(100vw - 32px);
    }

        .poster-container h2,
        .apartment-attributes h2,
        .document-container h2,
        .status h2, .request h2,
        .notice h2,
        .other-posts h2 {
            color: #000;
            /* button 48 inter 16 */
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 24px; /* 150% */
            letter-spacing: 0.5px;
        }

    .response-rate span, .message-count span {
        color: var(--ch-nht-m-active-1, #667085);
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 166.667% */
        letter-spacing: 0.15px;
    }

    .response-rate, .message-count {
        color: var(--M3-black, #000);
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0.15px;
    }

    .rating-info {
        color: var(--ch-nht-m-active-1, #667085);
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 166.667% */
        letter-spacing: 0.15px;
    }

    .rating-info-count {
        color: #000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0.15px;
    }

    .rating-score {
        color: #000;
        /* button 40 inter 14 */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px; /* 157.143% */
        letter-spacing: 0.175px;
    }

    .poster-card-right-rating {
        width: 100%;
        justify-content: center;
    }

    .star-icon {
        height: 20px;
    }

    .attribute-card {
        padding: 12px;
    }

    .attribute-column {
        gap: 8px;
    }

    .attribute-columns {
        flex-wrap: wrap;
        gap: 8px;
    }

    .location-card-container {
        padding: 0 16px;
        width: calc(100vw - 32px);
    }

    .location-title {
        color: #000;
        /* body12 */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 166.667% */
        letter-spacing: 0.048px;
    }

    .location-address-text {
        color: #000;
        /* button 40 inter 14 */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px; /* 157.143% */
        letter-spacing: 0.175px;
    }

    .location-header {
        align-items: baseline;
    }

    .location-card {
        padding: 12px;
    }

    .map-button {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        gap: 8px;
    }

    .notice-details-content, .notice-details-secondary-content {
        padding: 12px;
        font-size: 12px;
    }

    .information-right {
        padding: 0 16px;
        width: calc(100vw - 32px);
    }

    .container-offer {
        margin-top: 16px;
    }

    .card-content {
        padding: 12px;
        flex-wrap: wrap;
    }

    .card-row {
        flex-wrap: wrap;
        gap: 8px;
    }

    .bid-info {
        margin-top: 8px;
        flex-wrap: wrap;
        gap: 8px;
    }

    .bid-time-date {
        font-size: 14px;
    }

    .bid-left-amount {
        font-size: 14px;
    }

    .bid-count-amount {
        font-size: 14px;
    }

    .bidders-item {
        padding: 12px 6px;
    }

    .view-offer {
        display: none;
    }

    .apply-construction-request {
        display: block;
    }

    .comments img {
        width: 24px;
        height: 24px;
    }

    .like-wrapper {
        /*padding: 0 13px 24px;*/
        padding: 0;
    }

    .other-post-card {
                padding: 12px 0;
    }

    .other-post-footer {
        margin-top: 4px;
    }

    /* end content body mobile */


}
