.top-export-actions{
  display:flex;
  align-items:center;
  gap:7px;
  margin-left:8px;
}

.top-export-actions button{
  height:34px;
  padding:0 12px!important;
  font-size:9px!important;
  letter-spacing:.6px;
  white-space:nowrap;
  box-shadow:none!important;
}

.top-export-actions #download,
.top-export-actions .cnc-button,
.top-export-actions .lightburn-button{
  min-width:auto;
  font-size:9px!important;
}

.top-export-actions #download:after,
.top-export-actions .cnc-button:after,
.top-export-actions .lightburn-button:after{
  content:none!important;
}

@media(max-width:980px){
  .top-export-actions{
    gap:5px;
  }
  .top-export-actions button{
    padding-inline:9px!important;
  }
}

@media(max-width:760px){
  header{
    flex-wrap:wrap;
    height:auto!important;
    min-height:56px;
    padding-block:8px;
  }
  .top-export-actions{
    order:5;
    width:100%;
    margin-left:0;
  }
  .top-export-actions button{
    flex:1;
  }
}
