#box_link {
  background-color: var(--color-greyLight);
  border-radius: 100px;
  width: max-content;
  padding: 4px 16px;
  display: flex;
  gap: 6px;
  align-items: center;
}

#box_link img {
  height: 24px;
}

#box_link p {
  font-size: 8px;
  color: var(--color-greyMedium);
  text-decoration: none;
  text-align: center;
}

#box_link h4 {
  font-size: 12px;
  color: var(--color-black);
  text-align: center;
}

#box_disclaimer {
  font-size: 12px;
  color: var(--color-greyMedium);
}

#box_disclaimer a {
  color: var(--color-greyMedium);
}

#box_disclaimer a:hover {
  color: var(--color-black);
}

.box_table {
  width: max-content;
  min-width: 996px;
  min-height: 700px;
  margin-bottom: 12px;
}

.box_table .name {
  width: 105px;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: sticky;
  padding-left: 24px;
  left: 0;
  z-index: 2;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}

.box_table .name a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-black);
  text-decoration: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 500;
}

.box_table .name img {
  width: 30px;
  border-radius: 50%;
}

.box_table .price {
  width: 100px;
  text-align: center;
}

.box_table ._24h_chg {
  width: 100px;
  text-align: center;
}

.box_table .indicator {
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.box_table .indicator span {
  width: 160px;
}

.box_table .indicator a {
  display: inline-block;
  width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}

.box_table .indicator a .note {
  font-size: 12px;
}

.box_table .indicator a p {
  margin: 0px;
}

.box_table .edit {
  display: flex;
  align-items: center;
}

.box_table .action {
  width: 56px;
  text-align: center;
}

.box_table .handle {
  width: 40px;
  text-align: right;
  border-left: 1px var(--color-greyLight) solid;
}

.box_table .action a,
.box_table .handle a {
  cursor: pointer;
}

.box_table .action img {
  height: 16px;
}

.box_table .handle img {
  height: 24px;
}

.box_table .box_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  color: var(--color-greyMedium);
  padding-right: 24px;
  margin-bottom: 8px;
}

.box_table .box_header .name {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 8px;
  background-color: var(--color-white);
}

.box_table .box_header .price {
  cursor: pointer;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.box_table .box_header ._24h_chg {
  cursor: pointer;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.box_table .box_header .indicator {
  cursor: pointer;
}

.box_table .box_header .indicator span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.box_table .box_header img {
  width: 9px;
}

.box_table .box_header:lang(zh) {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 500;
}

.box_table .box_content {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding-right: 24px;
  margin-top: 8px;
  font-size: 14px;
}
