body {
    background: #f4f6f7;
    font-family: Arial, sans-serif;
}

/* nav pills */
.nav-pill {
    border-radius: 999px;
    padding: 6px 14px;
    margin: 0 4px;
    font-size: 0.9rem;
    color: #4b5563;
    text-decoration: none;
    background-color: transparent;
}

.nav-pill.active {
    background-color: #003662;
    color: #ffffff;
}

.nav-pill:hover {
    text-decoration: none;
    background-color: #e1f5fe;
}

/* Fix sort icon position to be always next to the title */
/* Moved to styles.css */
