.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.property-price {
    font-weight: 700;
    font-size: 1.1rem;
    color: #ff5a5f;
}

.property-meta {
    font-size: 0.9rem;
    color: #666;
}

.filter-box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.admin-sidebar {
    min-height: 100vh;
    background: #1f2d3d;
}

.admin-sidebar .nav-link,
.admin-sidebar .navbar-brand {
    color: #fff;
}

.admin-sidebar .nav-link.active,
.admin-sidebar .nav-link:hover {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 0.25rem;
}

.table td,
.table th {
    vertical-align: middle;
}

.badge-soft {
    padding: 0.35rem 0.55rem;
    border-radius: 0.35rem;
    font-size: 0.75rem;
}
