/* CostLab Public Styles */
#costlab-app {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Custom scrollbar for a cleaner look */
#costlab-app ::-webkit-scrollbar {
    width: 6px;
}
#costlab-app ::-webkit-scrollbar-track {
    background: #f1f1f1;
}
#costlab-app ::-webkit-scrollbar-thumb {
    background: #e2e8f0;
    border-radius: 10px;
}
#costlab-app ::-webkit-scrollbar-thumb:hover {
    background: #cbd5e1;
}

/* Ensure Tailwind doesn't conflict with WP themes too much */
#costlab-app input, #costlab-app select {
    max-width: 100%;
}
