.active-listing, .inactive-listing {
    transform: translateZ(0);
    transition: box-shadow 0.3s ease;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 10px;
    margin-bottom: 20px;
}

.active-listing:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
