.sct-block,
.sct-editor-root {
  color: inherit;
  font-family: inherit;
  max-width: 100%;
  position: relative;
}

.sct-pagination {
  align-items: center;
  color: #1469d6;
  display: flex;
  font-family: inherit;
  font-size: 17px;
  font-weight: 400;
  gap: 12px;
  justify-content: flex-end;
  line-height: 1.2;
  margin: 0 0 14px;
}

.sct-page-link {
  background: none;
  border: 0;
  color: #1469d6;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-decoration: none;
}

.sct-page-link:hover,
.sct-page-link:focus-visible {
  color: #0d55b1;
  outline: none;
  text-decoration: underline;
}

.sct-page-link[disabled],
.sct-page-link.is-disabled {
  color: #8aaee1;
  cursor: default;
  opacity: 0.65;
  pointer-events: none;
  text-decoration: none;
}

.sct-page-sep {
  color: #7d7d7d;
}

.sct-scroll-wrap {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.sct-table {
  background: #fff;
  border-collapse: collapse;
  color: inherit;
  font-family: inherit;
  table-layout: fixed;
  width: 100%;
}

.sct-table td,
.sct-table th {
  border: 1px solid #d1d3d4;
  box-sizing: border-box;
  padding: 8px 16px;
  vertical-align: middle;
}

.sct-row-header {
  background: #e6e7e8;
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.15;
  text-align: left;
  width: 16%;
}

.sct-row-header--editable {
  display: table-cell;
}

.sct-cell {
  background: #fff;
  font-family: inherit;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.15;
  overflow-wrap: anywhere;
  text-align: left;
}

.sct-col-header {
  width: 16%;
}

.sct-col-product {
  width: auto;
}

.sct-preview-cell {
  padding-top: 10px;
  text-align: left;
}

.sct-serial {
  color: #2c9a52;
  display: inline-block;
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}

.sct-image-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 160px;
}

.sct-product-image,
.sct-image-button,
.sct-editor-upload-placeholder,
.sct-image-placeholder {
  width: 150px;
}

.sct-product-image {
  display: block;
  height: auto;
  max-width: 100%;
}

.sct-image-button {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  padding: 0;
}

.sct-editor-upload-placeholder,
.sct-image-placeholder {
  align-items: center;
  background: #bbbdbf;
  color: #666;
  display: inline-flex;
  height: 154px;
  justify-content: center;
}

.sct-editor-upload-placeholder .dashicons,
.sct-image-placeholder .dashicons {
  font-size: 58px;
  height: 58px;
  width: 58px;
}

.sct-price-cell {
  padding-top: 7px;
  padding-bottom: 7px;
}

.sct-price-line {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 4px;
}

.sct-price-value,
.sct-inline-price,
.sct-listed-text,
.sct-price-link,
.sct-price-link--muted {
  font-family: inherit;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.15;
}

.sct-inline-price {
  background: transparent;
  border: 0;
  box-shadow: none !important;
  display: inline-block;
  margin: 0;
  min-width: 70px;
  outline: none;
  padding: 0;
}

.sct-inline-price[contenteditable="true"]:focus,
.sct-inline-label[contenteditable="true"]:focus,
.sct-inline-value[contenteditable="true"]:focus {
  outline: 1px solid rgba(20, 105, 214, 0.38);
  outline-offset: 2px;
}

.sct-listed-text {
  margin-left: -2px;
}

.sct-info-icon {
  align-items: center;
  background: #1469d6;
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  height: 18px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 18px;
}

.sct-info-icon:hover,
.sct-info-icon:focus-visible {
  background: #0f57b3;
  outline: none;
}

.sct-price-link {
  color: #1469d6;
  display: inline-block;
  text-decoration: none;
}

.sct-price-link:hover,
.sct-price-link:focus-visible {
  color: #0d55b1;
  outline: none;
  text-decoration: underline;
}

.sct-price-link--muted {
  color: #1469d6;
  opacity: 0.92;
}

.sct-score-cell {
  padding-top: 11px;
  padding-bottom: 11px;
}

.sct-score-trigger {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  padding: 0;
  width: 100%;
}

.sct-score-trigger:focus-visible {
  outline: 2px solid rgba(20, 105, 214, 0.3);
  outline-offset: 2px;
}

.sct-score-track {
  background: #d0d2d3;
  display: block;
  height: 28px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.sct-score-fill {
  background: linear-gradient(90deg, #ff1e14 0%, #ff8d00 18%, #d4b000 28%, #7cab1d 42%, #12990f 70%, #007000 100%);
  display: flex;
  height: 100%;
  justify-content: flex-end;
  min-width: 42px;
}

.sct-score-number {
  color: #fff;
  display: inline-flex;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 5px 11px 0 8px;
}

.sct-inline-label,
.sct-inline-value {
  background: transparent;
  border: 0;
  box-shadow: none !important;
  color: inherit;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.15;
  margin: 0;
  min-width: 40px;
  outline: none;
  padding: 0;
  width: 100%;
}

.sct-inline-label {
  width: auto;
}



.sct-editor-actions {
  display: flex;
  font-family: inherit;
  justify-content: space-between;
  margin-top: 8px;
}

.sct-editor-add {
  color: #1469d6 !important;
  font-family: inherit;
  font-size: 17px !important;
  font-weight: 400 !important;
  padding: 0 !important;
  text-decoration: none !important;
}

.sct-editor-add:hover,
.sct-editor-add:focus-visible {
  color: #0d55b1 !important;
  text-decoration: underline !important;
}

.sct-table--editor .is-selected-column {
  box-shadow: inset 0 0 0 2px rgba(20, 105, 214, 0.22);
}

.sct-score-trigger--editor {
  cursor: default;
}

.sct-score-trigger--editor:hover,
.sct-score-trigger--editor:focus-visible {
  outline: none;
}

.sct-tooltip-portal {
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.14);
  box-shadow: 0 6px 20px rgba(17, 24, 39, 0.18);
  color: #23262b;
  font-family: inherit;
  left: 12px;
  max-width: min(330px, calc(100vw - 24px));
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 12px;
  transform: translateY(8px);
  transition: opacity 0.16s ease, transform 0.16s ease;
  visibility: hidden;
  z-index: 999999;
}

.sct-tooltip-portal.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.sct-tooltip-portal[data-placement="bottom"]::before,
.sct-tooltip-portal[data-placement="top"]::before,
.sct-tooltip-portal[data-placement="right"]::before,
.sct-tooltip-portal[data-placement="left"]::before,
.sct-tooltip-portal[data-placement="bottom"]::after,
.sct-tooltip-portal[data-placement="top"]::after,
.sct-tooltip-portal[data-placement="right"]::after,
.sct-tooltip-portal[data-placement="left"]::after {
  content: "";
  position: absolute;
}

.sct-tooltip-portal[data-placement="bottom"]::before {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  left: var(--sct-arrow-left, 24px);
  top: -9px;
}

.sct-tooltip-portal[data-placement="bottom"]::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(17, 24, 39, 0.14);
  left: calc(var(--sct-arrow-left, 24px) - 1px);
  top: -10px;
  z-index: -1;
}

.sct-tooltip-portal[data-placement="top"]::before {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #fff;
  left: var(--sct-arrow-left, 24px);
  bottom: -9px;
}

.sct-tooltip-portal[data-placement="top"]::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(17, 24, 39, 0.14);
  left: calc(var(--sct-arrow-left, 24px) - 1px);
  bottom: -10px;
  z-index: -1;
}

.sct-tooltip-portal[data-placement="right"]::before {
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 9px solid #fff;
  left: -9px;
  top: var(--sct-arrow-top, 20px);
}

.sct-tooltip-portal[data-placement="right"]::after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(17, 24, 39, 0.14);
  left: -10px;
  top: calc(var(--sct-arrow-top, 20px) - 1px);
  z-index: -1;
}

.sct-tooltip-portal[data-placement="left"]::before {
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid #fff;
  right: -9px;
  top: var(--sct-arrow-top, 20px);
}

.sct-tooltip-portal[data-placement="left"]::after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(17, 24, 39, 0.14);
  right: -10px;
  top: calc(var(--sct-arrow-top, 20px) - 1px);
  z-index: -1;
}

.sct-tooltip-portal--info {
  font-size: 13px;
  line-height: 1.35;
  max-width: min(240px, calc(100vw - 24px));
  padding: 10px 12px;
}

.sct-score-tooltip-card {
  padding: 16px 16px 18px;
  width: 330px;
}

.sct-score-tooltip-title {
  color: #23262b;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 8px;
}

.sct-score-tooltip-copy,
.sct-score-tooltip-line,
.sct-score-tooltip-subhead,
.sct-score-tooltip-row,
.sct-score-tooltip-meter {
  display: block;
}

.sct-score-tooltip-copy,
.sct-score-tooltip-line,
.sct-score-tooltip-subhead {
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 8px;
}

.sct-score-tooltip-copy strong {
  font-weight: 600;
}

.sct-score-tooltip-line--muted,
.sct-score-tooltip-subhead {
  color: #48505c;
}

.sct-score-tooltip-subhead {
  font-size: 13px;
  margin-top: 12px;
}

.sct-score-tooltip-stars {
  margin-top: 10px;
}

.sct-score-tooltip-row {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: 48px 1fr 40px;
  margin-bottom: 6px;
}

.sct-score-tooltip-starlabel,
.sct-score-tooltip-percent {
  color: #1f4aa5;
  font-size: 13px;
}

.sct-score-tooltip-track {
  background: #fff;
  border: 1px solid #9ba3af;
  border-radius: 4px;
  display: block;
  height: 16px;
  overflow: hidden;
}

.sct-score-tooltip-fill {
  background: #ff6a00;
  display: block;
  height: 100%;
}

.sct-score-tooltip-meter {
  margin-top: 10px;
  padding-bottom: 24px;
  position: relative;
}

.sct-score-tooltip-meterbar {
  background: linear-gradient(90deg, #ef2f2f 0%, #ffb100 18%, #61c153 38%, #2da34f 62%, #13612e 100%);
  border-bottom: 2px solid #151515;
  display: block;
  height: 12px;
  width: 100%;
}

.sct-score-tooltip-marker {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #121212;
  bottom: 20px;
  margin-left: -6px;
  position: absolute;
}

.sct-score-tooltip-markerlabel {
  bottom: 0;
  color: #3b3f46;
  font-size: 13px;
  margin-left: -36px;
  position: absolute;
  white-space: nowrap;
}

.block-editor-block-list__block .sct-tooltip-portal,
.editor-styles-wrapper .sct-tooltip-portal {
  display: none !important;
}

@media (max-width: 1024px) {
  .sct-table {
    min-width: 1100px;
  }
}

@media (max-width: 782px) {
  .sct-pagination {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .sct-tooltip-portal,
  .sct-tooltip-portal--info,
  .sct-score-tooltip-card {
    max-width: min(330px, calc(100vw - 20px));
  }
}
