.linno-demo-topbar {
    background-color: #1f2937;
    padding: 0;
}

.linno-demo-topbar-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

.linno-demo-topbar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
}

.linno-demo-topbar-text {
    color: white;
    font-size: 0.875rem;
    font-weight: 500;
}

.linno-demo-launch-btn {
    background-color: white;
    color: #1f2937;
    padding: 0.5rem 1.5rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
}

.linno-demo-launch-btn:hover {
    background-color: #f3f4f6;
}
