/* TeamInvest Processor — global styles */

html, body {
    height: 100%;
    font-size: 14px;
}

/* Tighten Bootstrap table slightly */
.table-sm td, .table-sm th {
    padding: 0.35rem 0.5rem;
}

/* Navbar active link */
.nav-link.active {
    font-weight: 600;
    border-bottom: 2px solid rgba(255,255,255,0.7);
}

/* Card header tweaks */
.card-header {
    font-size: 0.9rem;
}

/* Code tags in tables */
code {
    font-size: 0.78rem;
    color: #c7254e;
    background: #f9f2f4;
    padding: 1px 4px;
    border-radius: 3px;
}

/* Spinner centering */
.spinner-border {
    width: 2rem;
    height: 2rem;
}
