.page-fresh .grid-inner {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
}
.page-fresh .about-block {
  line-height: 1.5;
  max-width: 340px;
}
.page-fresh .about-block .title-block {
  margin-top: 30px;
  margin-bottom: 15px;
}
.page-fresh .about-block .title-block .title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
.page-fresh .about-block .strong-title {
  font-weight: 500;
  line-height: 1.6;
}
.page-fresh .about-block .link {
  font-weight: 500;
}
.page-fresh .main-block .title-block {
  margin-bottom: 15px;
}
.page-fresh .main-block .title-block .subtitle {
  font-size: 13px;
  font-weight: 500;
  opacity: 0.87;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 2px;
}
.page-fresh .main-block .title-block .title {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
}

.table-fresh {
  width: 100%;
  border-spacing: 0 10px;
  border-collapse: separate;
  text-align: left;
}
.table-fresh tbody {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.11) 0px 0.636953px 0.636953px;
  overflow: hidden;
}
.table-fresh tbody tr {
  height: 58px;
  background: var(--tr-bg-glass);
  box-shadow: rgba(0, 0, 0, 0.11) 0px 0.636953px 0.636953px;
}
.table-fresh tbody tr:hover {
  background: var(--hover-hard);
}
.table-fresh tbody tr:last-child td {
  border-bottom: 0;
}
.table-fresh td {
  padding: 8px 14px;
}
.table-fresh td:first-child {
  border-radius: 3px 0 0 3px;
}
.table-fresh td:last-child {
  border-radius: 0 3px 3px 0;
}
.table-fresh td.tags {
  max-width: 100px;
}
.table-fresh th {
  padding: 8px 14px;
  color: var(--text-glass-hard);
  font-weight: 500;
}
.table-fresh .icon {
  width: 34px;
  padding: 12px 4px;
}
.table-fresh .mod-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--game-bg-target, #333);
  border-radius: 3px;
  width: 25px;
  height: 25px;
}
.table-fresh .server {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.table-fresh .server .name {
  display: flex;
  gap: 5px;
  align-items: baseline;
}
.table-fresh .server .hostname {
  font-weight: 500;
}
.table-fresh .server .ip {
  font-size: 12px;
  color: #5f6166;
}
.table-fresh .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;
}
.table-fresh .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-fresh .date {
  display: flex;
  gap: 4px;
  background-color: var(--game-bg-target, #333);
  color: var(--game-text-target-in, #fff);
  padding: 4px 6px;
  width: 96px;
  border-radius: 3px;
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(255, 255, 255, 0.24);
}
.table-fresh .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.table-fresh .tag-list a {
  padding: 2px 4px;
  background-color: var(--game-bg-target, #333);
  color: var(--game-text-target-in, #fff);
  border-radius: 3px;
  font-size: 12px;
  white-space: nowrap;
}