.io-ai-hotlist-card {
  position: relative;
  overflow: hidden;
  height: 448px;
}

.io-ai-hotlist-card .card-header,
.io-ai-hotlist-card .card-body {
  position: relative;
  z-index: 2;
}

.io-ai-hotlist-card .aii-ai-hotlist__tabs {
  display: flex;
  gap: 2px;
  padding: 0;
}

.io-ai-hotlist-card .aii-ai-hotlist__tab {
  cursor: pointer;
  white-space: nowrap;
  border-radius: 999px;
  padding: 2px 8px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.04);
  font-size: 11px;
  transition: all .2s ease;
}

.io-ai-hotlist-card .aii-ai-hotlist__tab:hover {
  border-color: rgba(34, 211, 238, 0.35);
  color: #22d3ee;
}

.io-ai-hotlist-card .aii-ai-hotlist__tab.active,
.io-ai-hotlist-card .aii-ai-hotlist__tab.is-active {
  background: rgba(34, 211, 238, 0.12);
  border-color: rgba(34, 211, 238, 0.45);
  color: #22d3ee;
  box-shadow: inset 0 -2px 0 rgba(34, 211, 238, 0.9);
}

.io-ai-hotlist-card .aii-ai-hotlist__tab.active .title-name,
.io-ai-hotlist-card .aii-ai-hotlist__tab.is-active .title-name {
  color: inherit;
}

.io-ai-hotlist-card .hotapi-ico {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-right: 3px;
}

.io-ai-hotlist-card .aii-ai-hotlist__tools {
  display: flex;
  gap: 6px;
  margin: 4px 0 8px;
}

.io-ai-hotlist-card .aii-ai-hotlist__search {
  flex: 1;
  min-width: 0;
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 8px;
  padding: 6px 9px;
  background: transparent;
  font-size: 12px;
}

.io-ai-hotlist-card .aii-ai-hotlist__search-button {
  border: 0;
  border-radius: 8px;
  padding: 0 10px;
  cursor: pointer;
  font-size: 12px;
}

.io-ai-hotlist-card .hotapi-body {
  min-height: 0;
  flex: 1 1 auto;
}

.io-ai-hotlist-card .aii-ai-hotlist__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.io-ai-hotlist-card .aii-ai-hotlist__item {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.io-ai-hotlist-card .aii-ai-hotlist__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.io-ai-hotlist-card .aii-ai-hotlist__item-header {
  display: flex;
  gap: 8px;
  align-items: center;
}

.io-ai-hotlist-card .aii-ai-hotlist__rank {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 6px;
  text-align: center;
  font-size: 11px;
  background: rgba(148, 163, 184, 0.16);
}

.io-ai-hotlist-card .aii-ai-hotlist__item:nth-child(1) .aii-ai-hotlist__rank {
  background: #f1404b;
  color: #fff;
}

.io-ai-hotlist-card .aii-ai-hotlist__item:nth-child(2) .aii-ai-hotlist__rank {
  background: #ff6f06;
  color: #fff;
}

.io-ai-hotlist-card .aii-ai-hotlist__item:nth-child(3) .aii-ai-hotlist__rank {
  background: #955cff;
  color: #fff;
}

.io-ai-hotlist-card .aii-ai-hotlist__link {
  flex: 1;
  min-width: 0;
  text-decoration: none;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.io-ai-hotlist-card .aii-ai-hotlist__hot {
  flex: 0 0 auto;
  margin-left: auto;
  padding-right: 10px;
  white-space: nowrap;
  font-size: 11px;
  opacity: 0.72;
}

.io-ai-hotlist-card .aii-ai-hotlist__refresh {
  text-decoration: none;
}

.io-ai-hotlist-card .aii-ai-hotlist__loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(4px);
  z-index: 3;
}

.io-ai-hotlist-card .aii-ai-hotlist__empty {
  padding: 12px 0;
}

.io-ai-hotlist-card .aii-ai-hotlist__more-wrap {
  padding-top: 10px;
  text-align: center;
}

.io-ai-hotlist-card .aii-ai-hotlist__more {
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 12px;
  cursor: pointer;
}

.io-ai-hotlist-card .aii-ai-hotlist__more[disabled] {
  opacity: 0.6;
  cursor: default;
}

@media (max-width: 767px) {
  .io-ai-hotlist-card {
    height: 400px;
  }

  .io-ai-hotlist-card .hotapi-body {
    min-height: 0;
  }

  .io-ai-hotlist-card .aii-ai-hotlist__tools {
    flex-wrap: wrap;
  }

  .io-ai-hotlist-card .aii-ai-hotlist__search-button {
    height: 34px;
  }
}
