/* PeopleFlow HR — Minimal custom styles */

body {
    background-color: #f8f9fa;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.navbar-brand small {
    font-size: 0.7rem;
    opacity: 0.8;
}

.card {
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.card-header {
    background-color: #fff;
    font-weight: 600;
    border-bottom: 2px solid #f0f0f0;
}

.table th {
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #6c757d;
}

footer {
    font-size: 0.8rem;
}

pre code {
    font-size: 0.85rem;
}

/* Ensure hidden injection divs stay invisible */
div[aria-hidden="true"] {
    position: absolute !important;
    left: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}
