.wb-fbs-runtime-strip .wb-fbs-unpublished-metric { padding: 0; }
.wb-fbs-unpublished-trigger {
  display: grid;
  align-content: start;
  gap: 4px;
  width: 100%;
  height: 100%;
  padding: 8px 10px;
  border: 0;
  background: #fff;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.wb-fbs-unpublished-trigger:hover { background: #faf7ff; }
.wb-fbs-unpublished-trigger:focus-visible, .wb-fbs-scope-refresh:focus-visible {
  outline: 2px solid #782cc2;
  outline-offset: -3px;
}
.wb-fbs-page .wb-fbs-runtime-strip .wb-fbs-marketplace-scope { position: relative; min-height: 90px; }
.wb-fbs-marketplace-scope h1 {
  margin: 0;
  padding-right: 26px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 750;
  color: #17212b;
}
.wb-fbs-scope-refresh {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 8px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #615277;
  cursor: pointer;
}
.wb-fbs-scope-refresh:hover { background: #f3edf9; }
.wb-fbs-scope-refresh:disabled { opacity: 0.5; cursor: wait; }
.wb-fbs-scope-refresh svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.wb-unpublished-dialog {
  margin: auto;
  width: min(1100px, calc(100vw - 32px));
  max-width: none;
  max-height: calc(100dvh - 40px);
  padding: 0;
  border: 1px solid #d8dee9;
  border-radius: 12px;
  background: #fff;
  color: #17212b;
  box-shadow: 0 20px 80px #17212b40;
  text-align: left;
  font-size: 13px;
  line-height: 1.45;
}
.wb-unpublished-dialog::backdrop { background: #17212b70; }
.wb-unpublished-dialog-content { padding: 20px; }
.wb-unpublished-dialog-content > header, .wb-unpublished-dialog-content > footer,
.wb-unpublished-dialog-summary { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.wb-unpublished-dialog-content > header { justify-content: space-between; margin-bottom: 16px; }
.wb-unpublished-dialog-content h2 { margin: 0; font-size: 20px; }
.wb-unpublished-dialog-content p { margin: 8px 0; }
.wb-unpublished-dialog-content > footer { justify-content: flex-end; margin-top: 12px; }
.wb-unpublished-dialog-summary { padding-bottom: 12px; }
.wb-unpublished-dialog .btn { min-height: 36px; }
.wb-unpublished-dialog-content [role="alert"] { color: #b42318; }
.wb-unpublished-table-scroll { overflow: auto; max-height: 55dvh; }
.wb-unpublished-dialog table { border-collapse: collapse; width: 100%; min-width: 800px; }
.wb-unpublished-dialog :is(th, td) { padding: 10px; border-bottom: 1px solid #e8e8ef; vertical-align: top; }
.wb-unpublished-dialog th { position: sticky; top: 0; background: #f5f5f9; font-size: 12px; }
.wb-unpublished-dialog td small { display: block; margin-top: 4px; }
.wb-unpublished-dialog td:first-child strong { color: #6623ad; font-weight: 700; }
.wb-fbs-page:has(.wb-fbs-orders-panel) .wb-fbs-runtime-strip .wb-fbs-unpublished-metric { padding: 0; }
.wb-fbs-page:has(.wb-fbs-orders-panel) .wb-unpublished-dialog small { font-size: 12px; color: #667085; }
@media (max-width: 600px) {
  .wb-unpublished-dialog { width: calc(100vw - 16px); max-height: calc(100dvh - 16px); }
  .wb-unpublished-dialog-content { padding: 14px; }
  .wb-unpublished-dialog h2 { font-size: 18px; }
  .wb-unpublished-dialog .btn { min-height: 44px; }
}
/*$vite$:1*/