/* AutoScrape – custom styles */

:root {
    --bs-body-bg: #f4f6f9;
}

body {
    background-color: var(--bs-body-bg);
}

.navbar-brand {
    font-size: 1.3rem;
    letter-spacing: -.3px;
}

.card {
    border-radius: .75rem !important;
}

.card-header {
    border-radius: .75rem .75rem 0 0 !important;
    padding: .75rem 1.25rem;
}

.table thead th {
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-weight: 600;
}

.font-monospace { font-family: 'Courier New', monospace; }

/* Sticky table header */
.sticky-top { top: 0; z-index: 2; }

/* Toast fix */
.toast { min-width: 280px; }

/* Scrollbar */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-thumb { background: #ccc; border-radius: 3px; }
