body {
    background-color: #f8f9fa;
}

.card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: transform 0.2s;
}

.card:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.navbar-brand {
    font-weight: bold;
}

h2 {
    color: #0d6efd;
    font-weight: bold;
}

.table-responsive {
    max-height: 400px;
    overflow-y: auto;
}

.property-img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
