/* Pearl Master Studio Custom Styles */

#pearl-master-studio-root {
    margin: 0;
    background-color: #f3f4f6;
}

/* Scrollbar Styling */
.scrollbar-thin::-webkit-scrollbar {
    width: 6px;
}

.scrollbar-thin::-webkit-scrollbar-track {
    background: transparent;
}

.scrollbar-thin::-webkit-scrollbar-thumb {
    background-color: #cbd5e1;
    border-radius: 20px;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* 确保在WordPress主题中正常显示 */
#pearl-master-studio-root * {
    box-sizing: border-box;
}

#pearl-master-studio-root canvas {
    display: block;
}
