﻿    /* Reset container padding if needed */
    .property-detail-page {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    /* Layout */
    .property-detail-layout {
        display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 30px;
        align-items: start;
    }

    @media (max-width: 992px) {
        .property-detail-layout {
            grid-template-columns: 1fr;
        }
    }

    .property-main-image {
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
        margin-bottom: 24px;
    }

    .property-main-image img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
        max-height: 500px;
    }

    .property-title {
        font-size: 24px;
        font-weight: 700;
        color: #111827;
        margin-bottom: 12px;
        line-height: 1.4;
    }

    .property-price-wrap {
        display: flex;
        align-items: baseline;
        gap: 12px;
        margin-bottom: 12px;
    }

    .price-main {
        font-size: 28px;
        font-weight: 700;
        color: #2563eb;
    }

    .price-unit {
        font-size: 14px;
        color: #6b7280;
    }

    .property-address {
        font-size: 14px;
        color: #4b5563;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    /* .property-address .map-link {
        color: #3b82f6;
        text-decoration: none;
    } */

    /* .property-address .map-link:hover {
        text-decoration: underline;
    } */

    .property-specs {
        display: flex;
        gap: 16px;
        margin-bottom: 24px;
        flex-wrap: wrap;
    }

    .spec-tag {
        background: #f3f4f6;
        padding: 8px 16px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 500;
        color: #374151;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .spec-tag i {
        color: #6b7280;
    }

    .property-short-desc {
        font-size: 15px;
        color: #4b5563;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    /* CÃ¡c Box thÃ´ng tin (Tá»•ng quan, MÃ´ táº£ chi tiáº¿t) */
    .detail-box {
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        padding: 24px;
        margin-bottom: 24px;
        background: #fff;
    }

    .box-title {
        font-size: 18px;
        font-weight: 600;
        color: #1f2937;
        margin-bottom: 20px;
        padding-bottom: 12px;
        border-bottom: 2px solid #2563eb;
        display: inline-block;
    }

    .box-grid-2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 16px;
        column-gap: 24px;
    }

    .info-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 8px;
        border-bottom: 1px solid #f3f4f6;
    }

    .info-row:last-child,
    .info-row:nth-last-child(2) {
        border-bottom: none;
    }

    .info-label {
        color: #6b7280;
        font-size: 14px;
    }

    .info-value {
        color: #111827;
        font-weight: 500;
        font-size: 14px;
        text-align: right;
    }

    .box-content-text {
        font-size: 15px;
        color: #374151;
        line-height: 1.6;
    }

    /* Cá»™t Pháº£i */
    .property-sub-images {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        margin-bottom: 24px;
    }

    .sub-image-item {
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        aspect-ratio: 4/3;
    }

    .sub-image-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .more-images-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        font-weight: 700;
        cursor: pointer;
    }

    .contact-box {
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        padding: 24px;
        background: #fff;
    }

    .contact-box-title {
        font-size: 16px;
        font-weight: 600;
        color: #111827;
        margin-bottom: 20px;
    }

    .agent-info {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 24px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e5e7eb;
    }

    .agent-avatar {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
    }

    .agent-details {
        display: flex;
        flex-direction: column;
    }

    .agent-name {
        font-size: 16px;
        font-weight: 600;
        color: #111827;
    }

    .agent-role {
        font-size: 14px;
        color: #6b7280;
        margin-top: 4px;
    }

    .contact-actions {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .btn-call {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 48px;
        padding: 10px 16px;
        gap: 8px;
        opacity: 1;
        background: linear-gradient(90deg, #0062FF 0%, #013BAC 100%);
        border-radius: 10px;
        border-width: 1px;
        /* border: 1px solid; */
        border-image-source: linear-gradient(90deg, #0062FF 0%, #013BAC 100%);
        color: #FFFFFF;
        /* font-family: Manrope; */
        font-weight: 600;
        font-style: Bold;
        font-size: 18px;
        line-height: 150%;
        letter-spacing: 0%;
        text-transform: capitalize;
        border: 1px solid #0062FF;
        /* transition: background 0.2s; */
    }

    .btn-call:hover {
        background: #1e40af;
    }

    .btn-zalo {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        padding: 10px 16px;
        background: #fff;
        color: #1d4ed8;
        border: 1px solid #1d4ed8;
        border-radius: 10px;
        font-weight: 600;
        text-decoration: none;
        transition: background 0.2s;
    }

    .btn-zalo:hover {
        background: #eff6ff;
    }

    </style>