.propertex-inventory-wrapper{
    border:1px solid #e0e0e0;
    padding:16px;
    border-radius:8px;
    background:#fff;
}

.propertex-row{
    margin-bottom:12px;
}

.propertex-row label{
    display:block;
    font-weight:600;
    margin-bottom:4px;
}

.propertex-row input[type="text"],
.propertex-row textarea,
.propertex-row select{
    width:100%;
    max-width:600px;
}

.propertex-room{
    border:1px solid #ddd;
    padding:10px;
    border-radius:6px;
    margin-bottom:10px;
    background:#f9f9f9;
}

.propertex-room-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:8px;
}

.propertex-inventory-document pre{
    background:#fafafa;
    border:1px solid #eee;
    padding:8px;
    border-radius:4px;
}

.propertex-inventory-photos-row{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.propertex-inventory-photo img{
    max-width:180px;
    height:auto;
    display:block;
}
