/* ========================================
   Objects Page
   ======================================== */

/*.objects-filters {
    margin-top: 4px;
}

.objects-filters .mud-chip {
    border-radius: var(--rr-radius-pill);
    font-weight: 650;
}

.obj-meta {
    color: var(--rr-text-secondary);
    font-size: 0.85rem;
}

.obj-chip {
    border-radius: var(--rr-radius-pill);
    font-weight: 600;
}

.obj-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.05;
}

.obj-price-value {
    font-weight: 900;
    color: var(--rr-text-strong);
}

.obj-price-sub {
    font-size: 0.7rem;
    color: var(--rr-text-secondary);
}

.placeholder-card {
    border: 1px solid var(--rr-border);
    border-radius: var(--rr-radius-lg);
    background: var(--rr-surface);
}

.placeholder-content {
    padding: 26px;
}

.objects-tabs .mud-tabs-toolbar {
    border-radius: var(--rr-radius-lg);
}*/

/* --- Tenant List Style --- */

/*.tenants-list {
    margin-top: 10px;
}

.tenant-list-card {
    border: 1px solid var(--rr-border);
    border-radius: var(--rr-radius-lg);
    background: var(--rr-surface);
    transition: box-shadow var(--rr-transition), transform var(--rr-transition);
}

.tenant-list-card:hover {
    box-shadow: var(--rr-shadow-hover);
    transform: translateY(-1px);
}

.tenant-list-content {
    padding: 18px 22px;
}

.tenant-title {
    font-weight: 800;
    color: var(--rr-text-strong);
}

.tenant-chip {
    border-radius: var(--rr-radius-pill);
    font-weight: 600;
}*/
