/* General Styles */
body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
}

.footer {
    padding: 1rem 0;
}

/* Listings */
.listing-card {
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    margin-bottom: 1.5rem;
    background-color: #fff;
}

.listing-card .card-body {
    padding: 1.25rem;
}

.listing-card .card-title {
    font-size: 1.25rem;
    font-weight: 500;
}

.listing-card .card-text {
    color: #6c757d;
}

.listing-card .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.listing-card .btn-primary:hover {
    background-color: #0069d9;
    border-color: #0062cc;
}
