/* Custom scrollbar for property carousel */
.property-carousel::-webkit-scrollbar {
    height: 8px;
}

.property-carousel::-webkit-scrollbar-thumb {
    background-color: #cbd5e1;
    /* slate-300 */
    border-radius: 4px;
}

.property-carousel::-webkit-scrollbar-track {
    background-color: #f1f5f9;
    /* slate-100 */
}

/* Active tab style */
.tab-active {
    border-bottom-color: #e4353a !important;
    /* brand-red */
    color: #0f172a !important;
    /* slate-900 */
    font-weight: 600 !important;
}