/**
 * File: assets/css/single-project.css
 */

.single-project-main a { 
    text-decoration: none !important; 
}

/* Custom Scrollbar สำหรับกล่องเมนู Zones */
.custom-scrollbar::-webkit-scrollbar { 
    width: 4px; 
}
.custom-scrollbar::-webkit-scrollbar-track { 
    background: transparent; 
}
.custom-scrollbar::-webkit-scrollbar-thumb { 
    background: #e5e7eb; 
    border-radius: 4px; 
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover { 
    background: #d1d5db; 
}