.cpm-property-page {
    max-width: 900px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    border-radius: 6px;
}

.cpm-property-page h1 {
    color: #2c3e50;
    margin-bottom: 10px;
}

.cpm-property-page h3 {
    color: #34495e;
    margin-top: 20px;
}

.cpm-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.cpm-gallery-item img {
    width: 200px;
    height: auto;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.cpm-price-size p {
    font-size: 16px;
    margin: 5px 0;
    font-weight: bold;
}

.cpm-map-link {
    display: inline-block;
    margin: 10px 0;
    color: #2980b9;
    text-decoration: underline;
}
