/* Silver Fern Brand - Inter font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* AI Insights content formatting */
.ai-insights-content h3 {
    margin-top: 1.2em;
    margin-bottom: 0.5em;
    font-size: 1.05rem;
    color: #3F4948;
}

.ai-insights-content ul,
.ai-insights-content ol {
    margin-bottom: 0.8em;
    padding-left: 1.5em;
}

.ai-insights-content li {
    margin-bottom: 0.5em;
}

.ai-insights-content p {
    margin-bottom: 0.6em;
}

.ai-insights-content strong {
    color: #3F4948;
}

.ai-insights-content hr {
    margin: 1em 0;
    border-color: #e0e0e0;
}

/* Always-visible scrollbar for scrollable data tables.
   Modern browsers hide scrollbars on trackpad-only devices; this forces the
   thumb to stay visible so users know there's more content below. */
.scroll-visible {
    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #B3B3B3 #F2F2F2;
}

.scroll-visible::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.scroll-visible::-webkit-scrollbar-track {
    background: #F2F2F2;
    border-radius: 4px;
}

.scroll-visible::-webkit-scrollbar-thumb {
    background: #B3B3B3;
    border-radius: 4px;
    border: 2px solid #F2F2F2;
}

.scroll-visible::-webkit-scrollbar-thumb:hover {
    background: #69936C;
}
