.premium-top-bar.premium-luxury-theme {
    background: linear-gradient(90deg, #0a1833 0%, #1a2747 100%);
    color: #fff;
    border-bottom: 1.5px solid #2e3a5e;
    font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
    box-shadow: 0 4px 24px 0 rgba(10,24,51,0.10);
    padding: 4px 0;
    min-height: 36px;
}
.premium-top-bar.premium-luxury-theme .top-bar-info .info-item {
    color: #e0e6f6;
    font-weight: 500;
    font-size: 0.98rem;
    letter-spacing: 0.5px;
}
.premium-top-bar.premium-luxury-theme .top-bar-actions .top-action-btn {
    background: rgba(255,255,255,0.06);
    color: #3b9cff;
    border-radius: 18px;
    padding: 6px 18px;
    margin-left: 8px;
    font-weight: 600;
    font-size: 0.90rem;
    border: 1px solid rgba(59,156,255,0.18);
    box-shadow: 0 2px 12px 0 rgba(10,24,51,0.08);
    transition: all 0.3s ease;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.premium-top-bar.premium-luxury-theme .top-bar-actions .top-action-btn:hover {
    background: linear-gradient(135deg, #3b9cff 0%, #2d7dd2 100%);
    color: #ffffff;
    box-shadow: 0 6px 20px 0 rgba(59,156,255,0.45);
    text-decoration: none;
    transform: translateY(-2px);
}
.premium-top-bar.premium-luxury-theme .top-bar-info i {
    color: #3b9cff;
    margin-right: 7px;
}
.premium-top-bar.premium-luxury-theme .top-bar-actions i {
    color: #3b9cff;
    margin-right: 0;
    transition: color 0.3s ease;
    font-size: 0.95rem;
}
.premium-top-bar.premium-luxury-theme .top-bar-actions .top-action-btn:hover i {
    color: #ffffff;
}
@media (max-width: 991px) {
    .premium-top-bar.premium-luxury-theme {
        font-size: 0.89rem;
        padding: 2px 0;
        min-height: 28px;
    }
    .premium-top-bar.premium-luxury-theme .top-bar-actions .top-action-btn {
        padding: 5px 12px;
        font-size: 0.86rem;
        min-height: 28px;
    }
}
