@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  background-repeat: no-repeat; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */
:where(:root) {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  overflow-wrap: break-word; /* 3 */
  -moz-tab-size: 4; /* 4 */
  tab-size: 4; /* 4 */
  -webkit-tap-highlight-color: transparent; /* 5 */
  -webkit-text-size-adjust: 100%; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
:where(body) {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */
:where(hr) {
  color: inherit; /* 1 */
  height: 0; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
:where(nav li)::before {
  content: "​";
  float: left;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
:where(abbr[title]) {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
:where(b, strong) {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
:where(code, kbd, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
:where(small) {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
:where(iframe) {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
:where(table) {
  border-collapse: collapse; /* 1 */
  border-color: inherit; /* 2 */
  text-indent: 0; /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
:where(button, input, select) {
  margin: 0;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
:where(button, [type=button i], [type=reset i], [type=submit i]) {
  -webkit-appearance: button;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
:where(fieldset) {
  border: 1px solid #a0a0a0;
}

/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
:where(progress) {
  vertical-align: baseline;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */
:where(textarea) {
  margin: 0; /* 1 */
  resize: vertical; /* 3 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
:where([type=search i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct styles in Safari.
 */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
 * Add the correct display in Safari.
 */
:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
:where([aria-busy=true i]) {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
:where([aria-controls]) {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
:where([aria-disabled=true i], [disabled]) {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
:where([aria-hidden=false i][hidden]) {
  display: initial;
}

:where([aria-hidden=false i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* karla-regular - latin-ext_latin */
@font-face {
  font-family: "Karla";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/static/fonts/karla-v14-latin-ext_latin-regular.woff2") format("woff2"), url("/static/fonts/karla-v14-latin-ext_latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* karla-500 - latin-ext_latin */
@font-face {
  font-family: "Karla";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("/static/fonts/karla-v14-latin-ext_latin-500.woff2") format("woff2"), url("/static/fonts/karla-v14-latin-ext_latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* karla-600 - latin-ext_latin */
@font-face {
  font-family: "Karla";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("/static/fonts/karla-v14-latin-ext_latin-600.woff2") format("woff2"), url("/static/fonts/karla-v14-latin-ext_latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* karla-italic - latin-ext_latin */
@font-face {
  font-family: "Karla";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("/static/fonts/karla-v14-latin-ext_latin-italic.woff2") format("woff2"), url("/static/fonts/karla-v14-latin-ext_latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* public-sans-600 - latin-ext_latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("/static/fonts/public-sans-v4-latin-ext_latin-600.woff2") format("woff2"), url("/static/fonts/public-sans-v4-latin-ext_latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* public-sans-800 - latin-ext_latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 800;
  src: local(""), url("/static/fonts/public-sans-v4-latin-ext_latin-800.woff2") format("woff2"), url("/static/fonts/public-sans-v4-latin-ext_latin-800.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "Tiempos Text";
  font-style: normal;
  src: url("/static/fonts/TiemposTextWeb-Regular.eot") format("eot"), url("/static/fonts/TiemposTextWeb-Regular.woff") format("woff"), url("/static/fonts/TiemposTextWeb-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Tiempos Text";
  font-style: italic;
  src: url("/static/fonts/TiemposTextWeb-RegularItalic.eot") format("eot"), url("/static/fonts/TiemposTextWeb-RegularItalic.woff") format("woff"), url("/static/fonts/TiemposTextWeb-RegularItalic.woff2") format("woff2");
}
body {
  font-family: Karla, sans-serif;
  background: white;
  color: black;
  font-size: 16px;
  font-weight: 400;
}

button, input, select, textarea {
  font-family: Karla, sans-serif;
}

a {
  color: black;
  text-decoration: underline;
  cursor: pointer;
}

button {
  color: inherit;
}

h1, h2, h3, h4 {
  font-family: "Public Sans", sans-serif;
  letter-spacing: -0.03em;
}

h1 {
  font-weight: 800;
  font-size: 28px;
}

a {
  text-decoration: underline;
  cursor: pointer;
}

strong {
  font-weight: bold;
}

select {
  max-width: 100%;
}

svg {
  margin: 0;
  vertical-align: middle;
  width: var(--icon-size);
  height: var(--icon-size);
}

button {
  margin: 0;
  background: white;
  color: black;
  font-size: 14px;
  font-family: Karla, sans-serif;
  font-weight: 600;
  padding: 8px 12px;
  border: 2px solid black;
  border-radius: 0;
}
button:disabled {
  opacity: 0.45;
}

button:hover:not(:disabled) {
  background: #f4efe4;
}

button:active:not(:disabled) {
  background: black;
  color: white;
  filter: none;
}

[title]:not([onmouseenter]) {
  position: relative;
}
[title]:not([onmouseenter]):hover::after {
  content: attr(title);
  position: absolute;
  z-index: 100;
  bottom: 80%;
  left: 80%;
  background: white;
  color: black;
  text-decoration: none;
  white-space: pre-line;
  border: 2px solid black;
  min-width: 200px;
  max-width: 300px;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  padding: 8px;
  pointer-events: none;
}

.b2b-basic-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.b2b-basic-container__collapse {
  position: relative;
}
.b2b-basic-container__collapse-button {
  position: absolute;
  left: 98%;
  top: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.b2b-basic-container__collapse-button svg {
  width: 15px;
  transition: transform 0.2s ease;
}
.b2b-basic-container--collapsed .b2b-basic-container__collapse-button svg {
  transform: rotate(90deg);
}

.b2b-basic-block {
  background: white;
  margin: 0;
  border: 2px solid black;
  box-sizing: border-box;
}
.b2b-basic-block h1, .b2b-basic-block h2, .b2b-basic-block h3 {
  color: black;
}
.b2b-basic-block {
  padding: 20px;
}
.b2b-basic-block h1, .b2b-basic-block h2, .b2b-basic-block h3 {
  margin: 0 0 12px 0;
}

.b2b-root {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  overflow: auto;
  position: relative;
  --icon-size: 16px;
}
.b2b-root__content {
  margin-left: 250px;
  min-width: 300px;
}

@media (max-width: 768px) {
  .b2b-root__content {
    margin-left: 0;
  }
}
.b2b-highlighted-block {
  box-shadow: 0 0 0 5px rgba(255, 200, 75, 0.78);
  position: relative;
  z-index: 1;
}
.b2b-highlighted-block--fade {
  transition: box-shadow 1.5s ease;
  box-shadow: 0 0 0 5px rgba(255, 200, 75, 0);
}

.admin-loading,
.admin-loading:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.admin-loading {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid transparent;
  border-right: 1.1em solid #6a7a8c;
  border-bottom: 1.1em solid transparent;
  border-left: 1.1em solid #6a7a8c;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.admin-table {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.admin-table__collapse {
  position: relative;
}
.admin-table__collapse-button {
  position: absolute;
  left: 98%;
  top: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.admin-table__collapse-button svg {
  width: 15px;
  transition: transform 0.2s ease;
}
.admin-table--collapsed .admin-table__collapse-button svg {
  transform: rotate(90deg);
}
.admin-table--nested {
  background: white;
  margin: 0;
  border: 2px solid black;
  box-sizing: border-box;
}
.admin-table--nested h1, .admin-table--nested h2, .admin-table--nested h3 {
  color: black;
}
.admin-table--nested {
  padding: 20px;
}
.admin-table--nested h1, .admin-table--nested h2, .admin-table--nested h3 {
  margin: 0 0 12px 0;
}
.admin-table__collapse-button {
  display: none;
}
.b2b-editor .admin-table, .admin-table--block {
  background: white;
  margin: 0;
  border: 2px solid black;
  box-sizing: border-box;
}
.b2b-editor .admin-table h1, .b2b-editor .admin-table h2, .b2b-editor .admin-table h3, .admin-table--block h1, .admin-table--block h2, .admin-table--block h3 {
  color: black;
}
.b2b-editor .admin-table, .admin-table--block {
  padding: 20px;
}
.b2b-editor .admin-table__collapse-button, .admin-table--block__collapse-button {
  display: block;
}
.admin-table__header {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.admin-table__header h1, .admin-table__header h2, .admin-table__header h3 {
  color: #6a7a8c;
  margin: 0;
}
.admin-table__header h1 a, .admin-table__header h2 a, .admin-table__header h3 a {
  color: inherit;
}
.admin-table__header-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.admin-table__header-row > h1, .admin-table__header-row > h2 {
  margin: 0;
}
.admin-table__header-row a svg {
  width: 24px;
  height: 24px;
}
.admin-table--standalone .admin-table__header {
  background: white;
  margin: 0;
  border: 2px solid black;
  box-sizing: border-box;
}
.admin-table--standalone .admin-table__header h1, .admin-table--standalone .admin-table__header h2, .admin-table--standalone .admin-table__header h3 {
  color: black;
}
.admin-table--standalone .admin-table__header {
  background: white;
  position: sticky;
  border: 2px solid black;
  box-sizing: border-box;
  padding: 20px;
  z-index: 550;
  top: 0;
  margin: 0;
}
.admin-table__extra-filters {
  display: flex;
  flex-wrap: wrap;
}
.admin-table__extra-filters-filter {
  padding: 8px;
}
.admin-table--standalone .admin-table__table {
  background: white;
  margin: 0;
  border: 2px solid black;
  box-sizing: border-box;
}
.admin-table--standalone .admin-table__table h1, .admin-table--standalone .admin-table__table h2, .admin-table--standalone .admin-table__table h3 {
  color: black;
}
.admin-table--standalone .admin-table__table {
  background: transparent;
}
.admin-table--standalone .admin-table__table thead {
  background: white;
  background: white;
  position: sticky;
  border: 2px solid black;
  box-sizing: border-box;
  top: 100px;
  z-index: 540;
  margin: 0;
}
.admin-table--standalone .admin-table__table tbody::before {
  content: "";
  display: block;
  height: 16px;
}
.admin-table thead input:not([type=checkbox]):not([type=radio]), .admin-table thead select {
  width: 100%;
  font-size: 14px;
  padding: 4px;
  line-height: 1.5;
  font-weight: 300;
  background: white;
  border: 1px solid #ccc;
}
.admin-table__table > tbody > tr > td {
  border: 1px solid #e9ecef;
  background: white;
  padding: 8px;
  vertical-align: top;
}
.admin-table--clickable .admin-table__table > tbody > tr > td {
  cursor: pointer;
}
.admin-table__table > tbody > tr:nth-child(2n) > td {
  background: #f2f2f2;
}
.admin-table__table > tbody > tr > td a {
  color: black;
}
.admin-table__table > tbody > tr > td button {
  --prominence: 0.5;
}
.admin-table__cell--numeric {
  text-align: right;
}
.admin-table__checkbox {
  width: 50px;
}
.admin-table__sort-marker {
  font-size: 80%;
}
.admin-table__sort-marker svg {
  width: 8px;
  height: 8px;
  vertical-align: middle;
}
.admin-table__nav {
  display: flex;
  justify-content: space-between;
}
.admin-table__nav-per-page, .admin-table__nav-pages {
  display: grid;
  gap: 8px;
  grid-auto-flow: column;
}
.admin-table__nav-link {
  display: inline-block;
}
.admin-table__nav-link--inactive {
  text-decoration: none;
}
.admin-table__fav-icon {
  border: none;
  background: transparent;
  display: flex;
  line-height: 30px;
  cursor: pointer;
  padding: 0;
  transition: filter 0.2s linear;
}
.admin-table__fav-icon:hover {
  filter: brightness(0.8);
}
.admin-table__fav-icon--unset {
  filter: brightness(0.8);
}
.admin-table__fav-icon--unset:hover {
  filter: brightness(1);
}
.admin-table__extra-filters {
  display: flex;
  align-items: center;
}
.admin-table__extra-filters .admin-table__collapse-button svg {
  transform: rotate(90deg);
}
.admin-table--loading {
  cursor: wait;
}
.admin-table--loading table {
  opacity: 0.7;
}
.admin-table--collapsed {
  cursor: s-resize;
}

.b2b-editor {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.b2b-editor__collapse {
  position: relative;
}
.b2b-editor__collapse-button {
  position: absolute;
  left: 98%;
  top: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.b2b-editor__collapse-button svg {
  width: 15px;
  transition: transform 0.2s ease;
}
.b2b-editor--collapsed .b2b-editor__collapse-button svg {
  transform: rotate(90deg);
}
.b2b-editor {
  margin: 0 auto;
  max-width: 1300px;
  padding: 32px;
}
@media (max-width: 896px) {
  .b2b-editor {
    padding: 32px;
    padding-left: max( 32px , env(safe-area-inset-left,  32px ));
    padding-right: max( 32px , env(safe-area-inset-right,  32px ));
  }
}
@media (max-width: 500px) {
  .b2b-editor {
    padding: 16px;
  }
}
.b2b-editor {
  padding-top: 32px;
  padding-bottom: 40px;
}
.b2b-editor__header {
  background: white;
  margin: 0;
  border: 2px solid black;
  box-sizing: border-box;
}
.b2b-editor__header h1, .b2b-editor__header h2, .b2b-editor__header h3 {
  color: black;
}
.b2b-editor__header {
  background: white;
  position: sticky;
  border: 2px solid black;
  box-sizing: border-box;
  padding: 20px;
  z-index: 550;
  top: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid black;
}
.b2b-editor__header-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}
.b2b-editor__header-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.b2b-editor__title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.b2b-editor__title {
  margin: 0;
  font-size: 32px;
  line-height: 0.95;
}
.b2b-editor__subtitle {
  font-size: 12px;
  line-height: 1.2;
  color: #3e3e3e;
}
.b2b-editor__header-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.b2b-editor__header-row--stats {
  justify-content: flex-start;
}
.b2b-editor__section-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 4px;
  font-size: 24px;
  font-family: "Public Sans", sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}
.b2b-editor__section-nav-link {
  color: black;
  text-decoration: none;
}
.b2b-editor__section-nav-link:hover {
  text-decoration: underline;
}
.b2b-editor__section-nav-separator {
  margin: 0 6px;
  font-weight: 900;
}
.b2b-editor__header-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-self: flex-start;
}
.b2b-editor__header-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  width: 100%;
}
.b2b-editor__header-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.b2b-editor__header-link svg {
  --icon-size: 12px;
}
.b2b-editor__back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: black;
  text-decoration: none;
}
.b2b-editor__back-link svg {
  --icon-size: 16px;
}
.b2b-editor__inner, .b2b-editor__block {
  background: white;
  margin: 0;
  border: 2px solid black;
  box-sizing: border-box;
}
.b2b-editor__inner h1, .b2b-editor__inner h2, .b2b-editor__inner h3, .b2b-editor__block h1, .b2b-editor__block h2, .b2b-editor__block h3 {
  color: black;
}
.b2b-editor__inner, .b2b-editor__block {
  padding: 20px;
}
.b2b-editor__inner h1, .b2b-editor__inner h2, .b2b-editor__inner h3, .b2b-editor__block h1, .b2b-editor__block h2, .b2b-editor__block h3 {
  margin: 0 0 12px 0;
}
.b2b-editor__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.b2b-editor__compact {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 16px;
}
.b2b-editor__form {
  font-size: 16px;
  display: grid;
  justify-content: stretch;
  grid-template-columns: 150px 3fr fit-content(40%);
  gap: 14px 12px;
}
.b2b-editor__form--no-label {
  grid-template-columns: 1fr fit-content(40%);
}
.b2b-editor__form-cell--changed {
  background: #e3f4ff;
}
.b2b-editor__form-cell--label {
  grid-column: 1;
}
.b2b-editor__form-cell--input {
  grid-column: 2;
}
.b2b-editor__form-cell--input:not(.b2b-editor__form-cell--input-short) > input[type=text], .b2b-editor__form-cell--input:not(.b2b-editor__form-cell--input-short) > select, .b2b-editor__form-cell--input:not(.b2b-editor__form-cell--input-short) > textarea {
  width: 100%;
}
.b2b-editor__form-cell--input-short input[type=text], .b2b-editor__form-cell--input-short > select, .b2b-editor__form-cell--input-short > textarea {
  width: 100px;
}
.b2b-editor__form-cell--actions {
  grid-column: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: flex-start;
  justify-content: start;
  font-size: 80%;
}
.b2b-editor__form-cell--actions > * {
  align-self: flex-start;
}
.b2b-editor__form-cell--actions button {
  --prominence: 0.1;
}
.b2b-editor__form-cell--full-width {
  grid-column: 1/4;
}
.b2b-editor__form-label-info {
  font-size: 80%;
}
.b2b-editor__form-label-error {
  color: maroon;
  font-size: 80%;
}
.b2b-editor__form input[type=text], .b2b-editor__form select, .b2b-editor__form textarea {
  font-size: 16px;
  padding: 8px;
  font-weight: 400;
  background: white;
  border: 1px solid black;
}
.b2b-editor__form input[type=text][readonly], .b2b-editor__form select[readonly], .b2b-editor__form textarea[readonly] {
  border-color: black;
  outline: 0;
}
.b2b-editor__actions {
  background: white;
  position: sticky;
  border: 2px solid black;
  box-sizing: border-box;
  z-index: 520;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 16px 20px;
}
.b2b-editor__actions-result {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 12px;
  border: 2px solid black;
}
.b2b-editor__accordion-text {
  color: black;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
  display: flex;
}
.b2b-editor__accordion-text:hover {
  color: #616161;
}
.b2b-editor__accordion-text .acc-icon {
  margin: 0 10px;
  padding: 0;
  transition: 0.2s linear;
}
.b2b-editor__accordion-text_opened .acc-icon {
  transform: rotateZ(90deg);
}
.b2b-editor__name-row {
  display: flex;
  font-size: 20px;
  align-items: center;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-style: dotted;
}
.b2b-editor__name-row:hover h2 {
  color: black;
}
.b2b-editor__flex-group {
  display: flex;
}
.b2b-editor__flex-group input {
  margin: 0 10px 0 0;
}
.b2b-editor__flex-group svg {
  --icon-size: 12px;
}
.b2b-editor__form-label-info {
  font-size: 80%;
}
.b2b-editor__form-label-error {
  color: maroon;
  font-size: 80%;
}

@media (max-width: 500px) {
  .b2b-editor__title {
    font-size: 28px;
  }
  .b2b-editor__section-nav {
    font-size: 22px;
  }
  .b2b-editor__compact {
    grid-template-columns: 1fr;
  }
  .b2b-editor__form {
    grid-template-columns: 1fr;
  }
  .b2b-editor__form--no-label {
    grid-template-columns: 1fr;
  }
  .b2b-editor__form-cell {
    grid-column: auto;
  }
  .b2b-editor__form-cell--input, .b2b-editor__form-cell--actions, .b2b-editor__form-cell--full-width {
    grid-column: auto;
  }
}
.admin-lookup {
  position: relative;
  font-weight: 300;
  background: white;
  padding: 4px;
  border: 1px solid #ccc;
  display: grid;
  grid-template: "area add-btn" "add add"/1fr min-content;
  align-items: start;
}
.admin-lookup__area {
  grid-area: area;
}
.admin-lookup__query {
  display: inline-block;
  min-height: 1.5em;
  min-width: 1em;
  outline: none;
}
.admin-lookup__query::before {
  content: " ";
}
.admin-lookup__item {
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #aaf;
  padding: 2px 4px;
  margin: 2px 8px;
  gap: 4px;
}
.admin-lookup__item-tag {
  display: inline-block;
  margin: 0 4px;
  padding: 2px;
  font-size: 12px;
  background: #eee;
}
.admin-lookup__item button {
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 0.8;
}
.admin-lookup__item button svg {
  --icon-size: 14px;
}
.admin-lookup__item button:hover {
  opacity: 1;
}
.admin-lookup__options {
  position: absolute;
  background: white;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1000;
  box-shadow: 1px 1px 3px var(--semi-transparent-shadow);
  max-height: 300px;
  overflow: auto;
  min-width: 200px;
  width: 300px;
}
.admin-lookup--flipped .admin-lookup__options {
  bottom: 100%;
  max-height: 120px;
}
.admin-lookup__option {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 4px;
  text-align: left;
}
.admin-lookup__option-tag {
  display: inline-block;
  margin: 0 4px;
  padding: 2px;
  font-size: 12px;
  background: #eee;
}
.admin-lookup__option:hover {
  background: var(--main-bg-color);
}
.admin-lookup__option--next-priority {
  margin-top: 8px;
  border-top: 1px solid var(--light-border);
}
.admin-lookup__add-button {
  grid-area: add-btn;
  padding: 2px 4px;
  overflow: hidden;
  border: 0;
  background: transparent;
  align-self: stretch;
}
.admin-lookup__add {
  grid-area: add;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: flex-end;
}
.admin-lookup__add input[type=text] {
  width: 200px;
}
.admin-lookup__add-close {
  padding: 0;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.75;
}
.admin-lookup__add-close:hover {
  opacity: 1;
}
.admin-lookup--disabled {
  background: #ccc;
  cursor: not-allowed;
}

.admin-lookup-options {
  position: absolute;
  height: 0;
  width: 0;
  z-index: 1000;
}
.admin-lookup-options__list {
  font-weight: 300;
  background: white;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(127, 127, 127, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  max-height: 300px;
  overflow: auto;
}
.admin-lookup-options--flipped .admin-lookup-options__list {
  position: absolute;
  left: 0;
  bottom: 0;
  max-height: 120px;
}
.admin-lookup-options__option {
  margin: 0;
  padding: 4px;
  text-align: left;
}
.admin-lookup-options__option:hover {
  background: #eef;
}
.admin-lookup-options__option--next-priority {
  margin-top: 8px;
  border-top: 1px solid #ccc;
}

.admin-wysiwyg {
  border: 1px solid #ccc;
}
.admin-wysiwyg__text {
  padding: 4px;
}

.admin-number-input {
  max-width: 60px;
}
.admin-number-input--big {
  max-width: 100px;
}

.dimensions-editor {
  display: flex;
  align-items: center;
  gap: 6px;
}
.dimensions-editor label {
  display: flex;
  align-items: center;
  gap: 4px;
}
.dimensions-editor input {
  max-width: 50px;
}

.admin-color-input {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.admin-color-input__label {
  display: block;
  border: 1px solid;
  position: relative;
  cursor: pointer;
  max-width: 60px;
}
.admin-color-input__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.admin-color-input input[type=color] {
  visibility: hidden;
}
.admin-color-input input[type=range] {
  max-width: 100px;
}

.admin-product-kind-switch {
  display: flex;
  gap: 12px;
  font-size: 16px;
}
.admin-product-kind-switch label {
  display: flex;
  gap: 8px;
  vertical-align: center;
}

.admin-product-images {
  display: flex;
  gap: 16px;
}
.admin-product-images--changed {
  background: #e3f4ff;
}
.admin-product-images__column {
  min-width: 0;
}
.admin-product-images__column--local {
  flex: 2 1 0;
  min-width: calc(60% - 8px);
  max-width: calc(66.6667% - 8px);
}
.admin-product-images__column--discogs {
  flex: 1 1 0;
  min-width: calc(40% - 8px);
  max-width: calc(50% - 8px);
}
.admin-product-images__column--discogs .admin-product-images__column-grid {
  justify-content: end;
}
.admin-product-images__column-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 220px);
  gap: 8px;
  align-content: start;
}
.admin-product-images__image {
  display: grid;
  grid-template-rows: 220px 42px auto;
  padding: 10px;
  background: white;
  border: 2px solid black;
  box-sizing: border-box;
  align-content: start;
}
.admin-product-images__image img {
  display: block;
  max-width: 200px;
  max-height: 200px;
  align-self: center;
  justify-self: center;
}
.admin-product-images__image--discogs {
  background: #eee;
}
.admin-product-images__actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 8px 0;
  min-height: 42px;
  gap: 8px;
}
.admin-product-images__actions label {
  border: 1px solid #aaa;
  display: flex;
  align-items: center;
}
.admin-product-images__actions button {
  display: flex;
  align-items: center;
}
.admin-product-images__info {
  display: flex;
  align-items: center;
  min-height: 28px;
}
.admin-product-images__size {
  margin-left: auto;
  font-size: 10px;
  align-self: flex-end;
}
.admin-product-images__add {
  background: white;
  border: 2px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.admin-product-images__add svg {
  width: 100px;
  height: 100px;
  opacity: 0.5;
  margin: 50px;
}
.admin-product-images__add input {
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1000px) {
  .admin-product-images {
    flex-direction: column;
  }
  .admin-product-images__column {
    min-width: 100%;
    max-width: 100%;
  }
}
.admin-product-formats div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 12px 0;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}
.admin-product-formats__entry {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}
.admin-product-formats__entry--present {
  font-weight: bold;
}
.admin-product-formats input, .admin-product-formats button {
  width: 32px;
  padding: 4px 8px;
  text-align: center;
  border: 1px solid black;
  background: transparent;
  font-size: 14px;
}
.admin-product-formats input {
  font-weight: bold;
}
.admin-product-formats button {
  color: black;
}

.admin-product-title__icon, .admin-product-title__digital, .admin-product-title__oversold, .admin-product-title__preorder, .admin-product-title__reissue {
  display: inline-block;
  border-radius: 4px;
  padding: 0 4px;
}
.admin-product-title__reissue {
  background: rgba(236, 224, 27, 0.5);
}
.admin-product-title__reissue::after {
  content: "R";
}
.admin-product-title__preorder {
  background: rgba(27, 224, 236, 0.5);
}
.admin-product-title__preorder::after {
  content: "P";
}
.admin-product-title__oversold {
  background: rgba(255, 204, 170, 0.5);
}
.admin-product-title__oversold::after {
  content: "O";
}
.admin-product-title__oversold--all {
  background: rgba(255, 102, 0, 0.8);
}
.admin-product-title__digital {
  background: rgba(159, 27, 236, 0.5);
}
.admin-product-title__digital::after {
  content: "D";
}
.admin-product-title__release-name {
  font-size: 12px;
  padding-left: 4px;
}

.admin-product-editor__price {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.admin-product-editor__price-base {
  display: flex;
  gap: 4px;
  align-items: center;
}
.admin-product-editor__price-base input {
  width: 100px;
}
.admin-product-editor__price-grid {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 4px 2px;
  font-size: 14px;
}
.admin-product-editor__price-grid span {
  grid-column: 1;
  text-align: right;
}
.admin-product-editor__price-grid strong {
  font-weight: 500;
}
.admin-product-editor__discogs-id {
  display: flex;
  gap: 8px;
  align-items: center;
}
.admin-product-editor__discogs-id input[type=text] {
  width: 150px;
  padding: 6px;
}
.admin-product-editor__discogs-id svg, .admin-product-editor__discogs-id .admin-loading {
  width: 24px;
  height: 24px;
  margin: 0;
}
.admin-product-editor__discogs-id--unset .admin-product-editor__discogs-id-icon, .admin-product-editor__discogs-id--unset .admin-product-editor__discogs-id-arrow {
  opacity: 0.5;
}
.admin-product-editor__discogs-id button {
  --prominence: 0.3;
  padding: 2px;
  cursor: pointer;
}
.admin-product-editor__discogs-id button > svg {
  width: 24px;
  height: 24px;
}
.admin-product-editor__discogs-id--shown .admin-product-editor__discogs-id-toggle {
  cursor: default;
  --background: 127, 255, 127;
}
.admin-product-editor__discogs-id .admin-product-editor__discogs-force-icon {
  fill: maroon;
}

.admin-product-editor-stock-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: stretch;
  justify-content: flex-end;
  padding: 10px 12px;
  border: 1px solid black;
  text-align: right;
}
.admin-product-editor-stock-stats span {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.admin-product-editor-stock-block {
  grid-column: span 2;
}

.admin-stock-form {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-items: flex-start;
  align-items: flex-start;
}
.admin-stock-form__add {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.admin-stock-form__add-inputs {
  display: flex;
  gap: 12px;
  align-items: center;
}
.admin-stock-form__add-input {
  display: flex;
  gap: 8px;
  align-items: center;
}
.admin-stock-form__add-input--number input {
  font-size: 20px;
  width: 50px;
}
.admin-stock-form__add-input--comment input {
  width: 200px;
}
.admin-stock-form__add-input .admin-lookup {
  min-width: 150px;
}
.admin-stock-form__add-actions {
  display: flex;
  gap: 12px;
}
.admin-stock-form__totals {
  font-size: 18px;
}
.admin-stock-form__totals th {
  font-size: 14px;
  font-weight: normal;
}
.admin-stock-form__totals th, .admin-stock-form__totals td {
  padding: 2px 6px;
  border: 1px solid #eee;
  text-align: center;
}
.admin-stock-form__totals th:first-child {
  text-align: right;
}
.admin-stock-form__records th {
  font-weight: 600;
}
.admin-stock-form__records th, .admin-stock-form__records td {
  padding: 2px 6px;
  border: 1px solid #eee;
}
.admin-stock-form__records td:nth-child(2), .admin-stock-form__records td:nth-child(3), .admin-stock-form__records td:nth-child(4) {
  text-align: center;
}
.admin-stock-form__spacer td {
  height: 8px;
}
.admin-stock-form__cell--invalid {
  text-decoration: line-through;
}
.admin-stock-form__cell--incoming {
  font-style: italic;
}
.admin-stock-form__cell--action {
  padding: 0 !important;
}
.admin-stock-form__cell--action button {
  padding: 2px 6px;
  --prominence: 0.3;
}

.admin-product-table-id-column__cat-no {
  text-align: right;
}

.admin-product-table-stock-column {
  cursor: pointer;
}
.admin-product-table-stock-column__row {
  display: flex;
  align-items: center;
  gap: 2px;
  color: gray;
}
.admin-product-table-stock-column__number {
  font-weight: bold;
}
.admin-product-table-stock-column__number--available {
  color: green;
}
.admin-product-table-stock-column__number--main {
  color: black;
}
.admin-product-table-stock-column__number--missing {
  color: maroon;
}
.admin-product-table-stock-column__number--incoming {
  color: blue;
}
.admin-product-table-stock-column__number--own {
  color: orange;
}
.admin-product-table-stock-column__number--label {
  color: purple;
}
.admin-product-table-stock-column__number--zero {
  color: gray !important;
}
.admin-product-table-stock-column__container {
  position: relative;
}
.admin-product-table-stock-column__popup {
  position: absolute;
  top: 0;
  left: -300px;
  background: white;
  border: 1px solid #e9ecef;
  padding: 8px;
  width: 500px;
}
.admin-product-table-stock-column button {
  --prominence: 0.3;
}

.product-track-editor {
  display: grid;
  grid-template-columns: 1fr fit-content(300px);
  width: 100%;
  max-width: 100%;
  grid-auto-flow: column;
  gap: 10px;
}
.product-track-editor__header {
  display: flex;
  align-items: center;
  grid-column: 1/3;
  flex-wrap: wrap;
}
.product-track-editor__import-release {
  grid-column: 1/3;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.product-track-editor__import-release input {
  font-size: 16px;
  padding: 2px 2px 1px;
}
.product-track-editor__main {
  display: grid;
  grid-template-columns: 30px 80px 1fr 80px fit-content(110px);
  padding: 0;
  grid-column: 1;
  align-content: start;
  gap: 1px;
}
.product-track-editor__main-header {
  font-weight: 800;
  outline: none;
  padding-bottom: 5px;
}
.product-track-editor__main-splitter {
  grid-column: 1/6;
  height: 16px;
  outline: 0;
  border: 0;
}
.product-track-editor-main-grid-header--audio, .product-track-editor__cell--audio {
  grid-column: 1/5;
}
.product-track-editor-main-grid-header--discogs-artists, .product-track-editor__cell--discogs-artists {
  grid-column: 1/5;
}
.product-track-editor-main-grid-header--artists, .product-track-editor__cell--artists {
  grid-column: 1/5;
}
.product-track-editor-main-grid-header--artists .admin-lookup, .product-track-editor__cell--artists .admin-lookup {
  width: 100%;
}
.product-track-editor__cell {
  display: flex;
  align-items: center;
  justify-content: stretch;
  outline: 1px solid #e9ecef;
}
.product-track-editor__cell input[type=text] {
  font-size: 16px;
  padding: 0 3px;
  border: none;
  height: 100%;
  outline: none;
  width: 100%;
}
.product-track-editor__cell--order {
  font-weight: 800;
}
.product-track-editor__cell--position input {
  text-align: center;
}
.product-track-editor__cell--duration input {
  text-align: right;
}
.product-track-editor__cell--audio {
  display: flex;
  gap: 10px;
}
.product-track-editor__cell--audio select {
  flex: 1 1 300px;
  width: 100%;
  cursor: pointer;
  margin: 10px auto;
  font-size: 14px;
  padding: 2px 2px 1px;
}
.product-track-editor__cell--audio audio {
  flex: 1 1 300px;
  cursor: pointer;
  margin: 10px auto;
  height: 32px;
}
.product-track-editor__cell--audio label {
  margin: 10px auto;
  border: 1px solid black;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 400;
  background: rgba(222, 222, 222, 0.75);
  color: black;
}
.product-track-editor__cell--audio input {
  width: 0;
  height: 0;
  visibility: hidden;
}
.product-track-editor__main--dragging .product-track-editor__cell--audio {
  outline: 2px dotted black;
}
.product-track-editor__options {
  grid-column: 1;
  display: flex;
  justify-content: flex-end;
}
.product-track-editor button {
  border-color: #aaa;
}
@media (max-width: 1000px) {
  .product-track-editor {
    display: flex;
    flex-direction: column;
  }
}

.product-track-editor-files {
  grid-column: 2;
  grid-row: span 3;
}
.product-track-editor-files__actions {
  display: flex;
}
.product-track-editor-files__upload {
  display: flex;
  margin-left: auto;
}
.product-track-editor-files__upload label {
  border: 1px solid black;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  background: rgba(222, 222, 222, 0.75);
  color: black;
  align-items: center;
  display: flex;
  gap: 8px;
}
.product-track-editor-files__upload label svg {
  width: 1em;
  height: 1em;
}
.product-track-editor-files__upload input {
  width: 0;
  height: 0;
  visibility: hidden;
}
.product-track-editor-files__header {
  margin: 10px 0;
  font-weight: 800;
  font-size: 16px;
  padding: 2px;
}
.product-track-editor-files__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 310px);
  gap: 1px;
  padding: 0;
}
.product-track-editor-files__file {
  outline: 1px solid #e9ecef;
  padding: 5px;
  cursor: move;
}
.product-track-editor-files__file audio {
  cursor: pointer;
  margin: 10px auto;
  height: 32px;
}
.product-track-editor-files__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.product-track-editor-files__info .admin-loading {
  font-size: 2px;
  margin: 0;
}
.product-track-editor-files__info button {
  margin-left: auto;
}
.product-track-editor-files__info progress {
  width: 100%;
}
.product-track-editor-files__format, .product-track-editor-files__error {
  color: #aaa;
  border: 1px solid currentColor;
  font-size: 12px;
  padding: 4px;
  text-transform: uppercase;
}
.product-track-editor-files__error {
  color: #b00;
}

.info-button {
  height: 1em;
  display: inline-block;
  font-size: 10px;
  padding: 0 5px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  color: rgba(51, 102, 170, 0.5);
  border: 0;
  background: transparent;
}
.info-button svg {
  height: 13px;
  margin: 0 0 5px;
}
.info-button:hover {
  color: #66aaff;
}

.server-browser {
  display: flex;
  flex-direction: column;
  width: 500px;
  max-width: 100%;
  gap: 12px;
  font-size: 16px;
  align-items: flex-start;
}
.server-browser__list {
  display: grid;
  grid-template-columns: 20px 1fr min-content;
  gap: 10px;
  align-items: center;
  align-content: center;
}
.server-browser__icon {
  width: 20px;
  grid-column: 1;
}
.server-browser__name {
  grid-column: 2;
  cursor: pointer;
}
.server-browser__size {
  grid-column: 3;
}

.b2b-root-shell {
  width: 100%;
  height: 100vh;
  overflow: auto;
  position: relative;
  --icon-size: 16px;
}

.b2b-shell__supplier-menu {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 8px;
}
.b2b-shell__supplier-menu::before {
  content: "";
  display: block;
  height: 10px;
  border-left: 2px solid #fff;
}

.b2b-shell__supplier-toggle,
.b2b-shell__supplier-label {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0 8px;
  color: #aaffaa;
  font: inherit;
  font-weight: 600;
}

.b2b-shell__supplier-toggle {
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.b2b-shell__supplier-toggle svg {
  width: 0.5rem;
  height: 0.5rem;
  color: #fff;
}

.b2b-shell__supplier-dropdown {
  position: absolute;
  right: 0;
  top: calc(100% + 4px);
  min-width: 16rem;
  background: #fff;
  border: 1px solid #000;
  padding: 1rem;
  z-index: 40;
}

.b2b-shell__supplier-dropdown-item {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #000;
  text-align: left;
  font: inherit;
  cursor: pointer;
}
.b2b-shell__supplier-dropdown-item:not(:first-child) {
  margin-top: 0.5rem;
}
.b2b-shell__supplier-dropdown-item--selected {
  font-weight: 600;
}

.b2b-shell__portal-label,
.b2b-shell__mobile-badge {
  font-size: 12px;
  font-family: Karla, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
}

.b2b-shell__portal-label {
  color: #000;
}

.b2b-shell__mobile-badge {
  color: #4f4f4f;
}

.b2b-shell__footer-nav {
  padding-top: 32px;
}

.b2b-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.b2b-status-pill.--live {
  background: #142d14;
  color: #f7f2e8;
}
.b2b-status-pill.--muted {
  background: #ddd4c3;
  color: #534b40;
}
.b2b-status-pill.--outline {
  border: 1px solid #d2cab7;
  color: #534b40;
  background: #fff;
}
.b2b-status-pill.--heavy {
  border: 2px solid #000;
  padding: 5px 12px;
  font-family: Karla, sans-serif;
  letter-spacing: 0;
  text-transform: none;
  color: #000;
}

.b2b-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}
.b2b-status-badge--draft {
  background: #e8e4dc;
  color: #534b40;
}
.b2b-status-badge--pending_review {
  background: #d6e8f7;
  color: #1a4a72;
}
.b2b-status-badge--changes_requested {
  background: #fdecd4;
  color: #7a4210;
}
.b2b-status-badge--approved {
  background: #d4edda;
  color: #155724;
}

.b2b-page {
  margin: 0 auto;
  max-width: 1300px;
  padding: 32px;
}
@media (max-width: 896px) {
  .b2b-page {
    padding: 32px;
    padding-left: max( 32px , env(safe-area-inset-left,  32px ));
    padding-right: max( 32px , env(safe-area-inset-right,  32px ));
  }
}
@media (max-width: 500px) {
  .b2b-page {
    padding: 16px;
  }
}
.b2b-page {
  padding-top: 32px;
  padding-bottom: 40px;
}

.b2b-page__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 32px;
}
.b2b-page__header h1 {
  margin: 0;
}

.b2b-page__title-row {
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
}

.b2b-page__header-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.b2b-page__action-link {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid black;
  text-decoration: none;
  font-family: Karla, sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.b2b-page__action-link:hover {
  text-decoration: none;
  opacity: 0.7;
}

.b2b-page__loading,
.b2b-page__error {
  margin-bottom: 24px;
}

.b2b-empty-state {
  padding: 48px 24px;
  background: #faf8f2;
  border: 1px solid #e3ddd0;
  text-align: center;
}
.b2b-empty-state h1,
.b2b-empty-state h2 {
  margin-top: 0;
}
.b2b-empty-state p {
  max-width: 40rem;
  margin: 0 auto;
}

.supplier-products a {
  color: inherit;
  text-decoration: none;
}
.supplier-products a:hover {
  text-decoration: underline;
}

.supplier-products__pagination {
  margin-top: 32px;
}

.supplier-products__table-wrap {
  overflow-x: auto;
}

.supplier-products__table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  table-layout: fixed;
}
.supplier-products__table thead th {
  padding: 0 8px 12px;
  border-bottom: 1px solid #000;
  text-align: left;
  vertical-align: middle;
  font-size: 11px;
  font-family: Karla, sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.supplier-products__table tbody td {
  height: 92px;
  padding: 12px 8px;
  border-bottom: 1px solid #d2cab7;
  box-sizing: border-box;
  vertical-align: middle;
  overflow: hidden;
}
.supplier-products__table tbody td:not(.supplier-products__table-image) {
  white-space: normal;
  text-overflow: clip;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.supplier-products__col--image {
  width: 96px;
}

.supplier-products__col--artist {
  width: 150px;
}

.supplier-products__col--title {
  width: 280px;
}

.supplier-products__col--format {
  width: 160px;
}

.supplier-products__col--catnum {
  width: 120px;
}

.supplier-products__col--label {
  width: 180px;
}

.supplier-products__col--release {
  width: 110px;
}

.supplier-products__col--actions {
  width: 72px;
}

.supplier-products__table-image img,
.supplier-products__table-image svg {
  width: 80px;
  height: 80px;
  max-width: none;
  max-height: none;
  display: block;
}
.supplier-products__table-image img {
  object-fit: cover;
}

.supplier-products__table-artist {
  font-weight: 600;
}

.supplier-products__table-title {
  font-weight: 600;
}

.supplier-products__table-draft-title {
  font-weight: 600;
}

.supplier-products__table-draft-meta,
.supplier-products__table-draft-subline {
  margin-top: 4px;
  font-size: 12px;
  font-family: Karla, sans-serif;
  color: #6f6a5b;
}

.supplier-products__table-draft-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.supplier-products__table-title,
.supplier-products__table-catnum,
.supplier-products__table-label,
.supplier-products__table-release {
  overflow-wrap: anywhere;
}

.supplier-products__table-actions {
  text-align: center;
}

.listing-params__sort-toggle,
.listing-params__sort-dropdown-item {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  color: inherit;
}

.listing-params__sort-toggle {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  cursor: pointer;
}

.listing-params__sort-dropdown-item {
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.supplier-products__th-arrow {
  margin-left: 0.35rem;
}
.supplier-products__th--sortable button {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  color: inherit;
  cursor: s-resize;
  text-decoration: underline dotted;
}
.supplier-products__th--active button {
  cursor: default;
  text-decoration: underline;
}

.supplier-products__table-product-row {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  min-width: 0;
  overflow: hidden;
  white-space: normal;
}
.supplier-products__table-product-row a,
.supplier-products__table-product-row span {
  min-width: 0;
  overflow-wrap: anywhere;
}
.supplier-products__table-product-row--hidden {
  opacity: 0.7;
}

.supplier-products__table-format .icon {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
}

.supplier-products__table-action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  text-decoration: none;
}
.supplier-products__table-action-link .icon {
  width: 14px;
  height: 14px;
}
.supplier-products__table-action-link:hover {
  text-decoration: none;
  opacity: 0.65;
}

@media (max-width: 900px) {
  .b2b-page__header {
    align-items: flex-start;
    margin-bottom: 24px;
  }
  .b2b-page__header-meta {
    justify-content: flex-start;
  }
}
.b2b-product-editor__readonly-banner {
  margin-left: auto;
  font-size: 14px;
  color: #3e3e3e;
}
.b2b-product-editor__readonly-stock {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.b2b-product-editor__readonly-form select[disabled],
.b2b-product-editor__readonly-form input[disabled],
.b2b-product-editor__readonly-form textarea[disabled] {
  opacity: 1;
  color: #111;
  background: #f8f3e8;
  cursor: not-allowed;
}
.b2b-product-editor__readonly-html {
  min-height: 72px;
  padding: 12px;
  border: 2px solid black;
  background: #f8f3e8;
}
.b2b-product-editor__readonly-html:empty::before {
  content: "No content";
  color: #6b675f;
}
.b2b-product-editor__unavailable {
  background: #ffdddd;
  border: 2px dashed #cc0000;
  padding: 12px;
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}

.b2b-comments {
  padding: 24px;
}
.b2b-comments__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.b2b-comments__header h3 {
  margin: 0;
}
.b2b-comments__thread {
  display: flex;
  flex-direction: column;
}
.b2b-comments__empty {
  color: #888;
  font-size: 14px;
  margin: 0;
  padding: 12px 0;
}
.b2b-comments__comment {
  padding: 12px 0;
  background: #fff;
  border-top: 1px solid #000;
}
.b2b-comments__comment-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.b2b-comments__comment-meta {
  font-size: 12px;
  color: #888;
}
.b2b-comments__comment-meta strong {
  color: #333;
}
.b2b-comments__comment-actions {
  display: flex;
  gap: 6px;
}
.b2b-comments__comment-actions button {
  font-size: 12px;
  padding: 2px 8px;
}
.b2b-comments__comment-body {
  font-size: 14px;
  line-height: 1.5;
  white-space: pre-wrap;
}
.b2b-comments__comment-body em {
  color: #aaa;
}
.b2b-comments__comment-textarea {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  box-sizing: border-box;
}

/*# sourceMappingURL=b2b.css.map */
