/* ==========================================================
   COMP-011
   Property Snapshot
========================================================== */

.lqw-property-snapshot{

    margin:60px 0;

    padding:32px;

    background:#fff;

    border-radius:24px;

    box-shadow:var(--shadow-md);

}

.lqw-property-snapshot h3{

    margin-bottom:28px;

}

.lqw-property-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:24px;

}

.lqw-property-grid label{

    display:block;

    font-size:12px;

    text-transform:uppercase;

    letter-spacing:1px;

    color:var(--lqw-text-light);

    margin-bottom:6px;

}

.lqw-property-grid strong{

    font-size:20px;

}