/* PMIX Details — match The Studio pivot toolbar */
.p34-studio-toolbar{
  min-height:52px;
  display:flex;
  align-items:center;
  gap:4px;
  padding:8px 14px;
  margin:0;
  background:#fff;
  border:1px solid #ebe4d8;
  border-bottom:0;
  border-radius:12px 12px 0 0;
}

.p34-studio-toolbar-title{
  color:#005b65;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
  margin-right:8px;
  white-space:nowrap;
}

.p34-studio-toolbar-btn,
.p34-studio-toolbar-btn.btn,
.p34-studio-toolbar-btn.btn-light{
  min-height:30px;
  padding:4px 10px !important;
  background:#fff !important;
  border:1px solid #e8ded0 !important;
  border-radius:7px !important;
  color:#516071 !important;
  box-shadow:none !important;
  font-size:.66rem !important;
  font-weight:700 !important;
  text-transform:uppercase;
  line-height:1.1;
}

.p34-studio-toolbar-btn:hover,
.p34-studio-toolbar-btn:focus{
  background:#fbf8f2 !important;
  border-color:#d9cdbd !important;
  color:#1d2d3d !important;
}

/* Visually connect the toolbar to the Tabulator/export area below. */
.p34-studio-toolbar + .dash-spinner,
.p34-studio-toolbar + div{
  margin-top:0 !important;
}

@media(max-width:767.98px){
  .p34-studio-toolbar{
    flex-wrap:wrap;
    min-height:auto;
  }
  .p34-studio-toolbar-title{
    width:100%;
    margin-bottom:4px;
  }
}
