/* ============================================================
   HEADER STYLES
   ============================================================ */

/* Most styles are already in the header inline */
/* This file is for additional header-specific styles */

.top-bar {
    background: white;
    border-bottom: 1px solid #e9edf4;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.top-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 68px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}