/* tblr-navbar-bg 클래스 강화 */
.navbar.tblr-navbar-bg,
.coffee-navbar.tblr-navbar-bg {
    background-color: #206bc4 !important;
}

/* 최우선 순위 네비게이션 바 스타일 */
.coffee-navbar {
    background-color: #206bc4 !important;
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    min-height: auto !important;
}

.coffee-navbar-container {
    background-color: #206bc4 !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    max-width: 100% !important;
}

.coffee-menu-container {
    background-color: #f8f9fa !important;
    border-bottom: 1px solid #e9ecef !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    max-width: 100% !important;
}

.coffee-navbar-brand {
    font-size: 1.25rem !important;
    margin-right: 0.5rem !important;
    padding: 0.25rem 0 !important;
    color: white !important;
}

.coffee-nav-link {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    font-size: 0.95rem !important;
}

.coffee-nav-link-title {
    font-size: 0.95rem !important;
}

.coffee-user-info {
    font-size: 0.95rem !important;
    color: white !important;
} 