<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Override bootstrap table-responsive to remove scrollbars */
.table-responsive {
    overflow-x: visible !important;
    overflow-y: visible !important;
}

/* Remove hover animation from cards and tables */
.card:hover {
    transform: none !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
}

.table tr:hover {
    transform: none !important;
}

/* Remove all CSS transitions for smoother experience */
.card, .btn, .navbar .nav-link::after, .dropdown-item, 
.property-photo-actions, .feature-card, .step-card, .testimonial-card,
.auth-card, .is-btn, .is-form-control, .is-tabs-link {
    transition: none !important;
} </pre></body></html>