body {
    background-color: #f4f6f9;
}

/* Navbar active tab */
.active-tab {
    background-color: rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
}

/* Small uppercase field labels */
.info-label {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6c757d;
    margin-bottom: 2px;
}

/* Call navigator (prev/next arrows + counter) */
.call-navigator {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Make the notes textarea a decent height */
#id_notes {
    min-height: 220px;
}
