#panel-waage>.process-inner-head{
  display:flex;
  align-items:center;
  gap:14px;
  padding:8px 12px;
  min-height:50px;
  background:#fff;
  border-bottom:1px solid #e5e7eb;
}
#panel-waage>.process-inner-head>h2{display:none}
#panel-waage>.process-inner-head>.process-inner-tabs{
  display:flex;
  align-items:center;
  gap:6px;
  min-width:0;
  overflow-x:auto;
  scrollbar-width:none;
}
#panel-waage>.process-inner-head>.process-inner-tabs::-webkit-scrollbar{display:none}
#panel-waage>.embed-frame{height:calc(100vh - 200px);min-height:570px}

@media(max-width:900px){
  #panel-waage>.process-inner-head{
    display:flex!important;
    padding:7px 8px!important;
    min-height:48px;
  }
  #panel-waage>.process-inner-head>.process-inner-tabs{
    display:flex!important;
    width:100%;
  }
}
