.page-hot100 .grid-inner {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 40px;
}
.page-hot100 .about-block {
  line-height: 1.5;
  max-width: 340px;
  color: var(--text-third);
}
.page-hot100 .about-block .title-block {
  margin-top: 30px;
  margin-bottom: 15px;
}
.page-hot100 .about-block .title-block .title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-default);
}
.page-hot100 .about-block .strong-title {
  font-weight: 500;
  line-height: 1.6;
  color: var(--text-default);
}
.page-hot100 .about-block .link {
  font-weight: 500;
}
.page-hot100 .main-block .title-block {
  display: flex;
  align-items: flex-end;
}
.page-hot100 .main-block .title-block .subtitle {
  font-size: 13px;
  font-weight: 500;
  opacity: 0.87;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 2px;
}
.page-hot100 .main-block .title-block .title {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
}
.page-hot100 .main-block .title-block .grow {
  flex-grow: 1;
}
.page-hot100 .main-block .title-block .filters {
  align-content: flex-end;
}
.page-hot100 .main-block .title-block .filters select {
  height: 34px;
  padding: 4px 10px;
  border: 1px solid rgba(204, 204, 204, 0.6);
  border-radius: 5px;
}

.table-frame {
  border-radius: 3px;
  overflow: hidden;
}

.table-hot100 {
  width: 100%;
  border-spacing: 0 10px;
  border-collapse: separate;
}
.table-hot100 tr {
  background: var(--tr-bg-glass);
  backdrop-filter: blur(8px);
  box-shadow: rgba(0, 0, 0, 0.11) 0px 0.636953px 0.636953px;
}
.table-hot100 tr:hover {
  background: var(--glass-bg-hard);
}
.table-hot100 tr:last-child td {
  border-bottom: 0;
}
.table-hot100 td {
  padding: 12px 12px;
}
.table-hot100 .icon {
  width: 38px;
  padding: 12px 4px 12px 12px;
  text-align: center;
}
.table-hot100 .icon img {
  max-width: 24px;
  border-radius: 1px;
}
.table-hot100 .mod-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--game-bg-target, #333);
  color: var(--game-text-target-in, #fff);
  border-radius: 3px;
  width: 25px;
  height: 25px;
}
.table-hot100 .mod-label {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--game-bg-target, #333);
  color: var(--game-text-target-in, #fff);
  border-radius: 3px;
  padding: 0 5px;
  height: 24px;
  text-transform: uppercase;
  font-weight: 500;
}
.table-hot100 .mod-label:empty {
  display: none;
}
.table-hot100 .server {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.table-hot100 .server .name {
  display: flex;
}
.table-hot100 .server .hostname {
  font-weight: 500;
  line-height: 1.5;
}
.table-hot100 .server .ip {
  font-size: 12px;
  color: var(--text-sub);
}
.table-hot100 .premium-tag {
  display: flex;
  border-radius: 3px;
  background-color: var(--game-bg-target, #333);
  color: var(--game-text-target-in, #fff);
  padding: 2px 6px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 11px;
  margin-left: 5px;
  width: min-content;
  height: min-content;
}
.table-hot100 .online {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.6px;
  font-family: "Russo One", sans-serif;
  color: var(--text-sub);
  white-space: nowrap;
}
.table-hot100 .disabled-server {
  opacity: 0.5;
}