﻿.property-box {
    background-color: #f9f9f9;
    padding: 20px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.property-address {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.property-details p {
    margin: 5px 0;
}

.property-action {
    margin-top: 10px;
    text-align: right;
}

    .property-action button {
        padding: 10px 20px;
        background-color: #4CAF50;
        color: white;
        border: none;
        cursor: pointer;
        border-radius: 4px;
    }

        .property-action button:hover {
            background-color: #45a049;
        }
