.reset-component {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #182948;
  font-size: 12px;
  font-family: inherit;
  line-height: 18px;
  list-style: none;
}
.reset-scrollbar ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.reset-scrollbar ::-webkit-scrollbar-thumb {
  background-color: var(--ap-scrollbar-thumb-color-base);
  background-clip: content-box;
  border: 1px solid transparent;
  border-radius: 4px;
}
.reset-scrollbar ::-webkit-scrollbar-track,
.reset-scrollbar ::-webkit-scrollbar-corner {
  background-color: var(--ap-table-header-bg, #f2f6f9);
}
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
  background-color: var(--ap-scrollbar-thumb-color-hover);
}
.clear-fix::before {
  display: table;
  content: '';
}
.clear-fix::after {
  display: table;
  clear: both;
  content: '';
}
.common-style {
  box-sizing: border-box;
  font-size: 12px;
  font-family: inherit;
}
.common-style::before,
.common-style::after {
  box-sizing: border-box;
}
.aplus-ap-product-info {
  display: flex;
}
.aplus-ap-product-info__img {
  width: 44px;
  height: 44px;
  margin-right: 8px;
  flex-shrink: 0;
}
.aplus-ap-product-info__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.aplus-ap-product-info__row-container {
  display: flex;
  flex-wrap: wrap;
}
.aplus-ap-product-info__row-item {
  position: relative;
  display: flex;
}
.aplus-ap-product-info__divider {
  width: 1px;
  position: relative;
  height: 12px;
  top: 50%;
  margin: -6px 16px 0px 0px;
  z-index: 1;
}
.aplus-ap-product-info__divider-vertical {
  width: 1px;
  height: 100%;
  background-color: #E9EDF3;
  position: absolute;
  transform: translateX(-50%);
}
.aplus-ap-product-info__item {
  display: flex;
  align-items: baseline;
}
.aplus-ap-product-info--full {
  width: 100%;
}
.aplus-ap-product-info__label {
  color: #8896b0;
  flex-shrink: 0;
}
.aplus-ap-product-info__label span {
  display: inline-block;
  padding: 0 2px;
}
.aplus-ap-product-info__value {
  max-width: 300px;
  color: var(--ap-text-color-3);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aplus-ap-product-info--link {
  color: #0070ff;
  cursor: pointer;
}
.aplus-ap-product-info--admin .aplus-ap-product-info__title {
  color: #333333;
}
.aplus-ap-product-info--admin .aplus-ap-product-info__label {
  color: #999;
}
.aplus-ap-product-info--admin .aplus-ap-product-info__value {
  color: #999;
}
.aplus-ap-product-info--admin .aplus-ap-product-info--link {
  color: #0070ff;
}
