/* STREAMING_CHUNK: Mendaftarkan Child Theme WordPress... /
/
Theme Name:     Toko Bahan Interior Child Theme
Theme URI:      https://tokobahaninterior.com
Description:    Child theme berbasis Single Page Application (SPA) untuk direktori lokal bahan interior dengan filter GPS Haversine.
Author:         tokobahaninterior.com
Author URI:     https://tokobahaninterior.com
Template:       twentytwentyfour
Version:        1.0.0
License:        GNU General Public License v2 or later
Text Domain:    tokobahaninterior-child
*/

/* Custom SCROLLBAR styling */
.custom-scrollbar::-webkit-scrollbar {
width: 6px;
height: 6px;
}
.custom-scrollbar::-webkit-scrollbar-track {
background: #f1f1f1;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
background: #10b981;
border-radius: 4px;
}