.item-preview {
  font-size: 13px;
  line-height: 1.55;
  color: #dce7ed;
}
.item-preview .item-preview-header h2 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.35;
}
.item-preview-meta,
.item-preview-facts,
.item-preview-location {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 14px;
}
.item-preview-meta {
  color: #b8cbd5;
  font-size: 12px;
}
.item-preview-facts {
  padding: 12px 0;
  color: #98afbd;
  font-size: 12px;
  border-bottom: 1px solid #2b404e;
}
.item-preview-location {
  justify-content: space-between;
  margin-top: 10px;
  font-size: 11px;
  color: #8da7b6;
}
.item-preview .module-performance {
  margin: 16px 0 20px;
}
.item-preview .module-performance > p,
.item-preview-description p {
  margin: 12px 0;
  line-height: 1.65;
}
.item-preview .statistics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 20px;
  margin: 12px 0 18px;
}
.item-preview .statistics-grid > div {
  padding: 10px 0;
  min-width: 0;
  border-bottom: 1px solid #203441;
}
.item-preview .statistics-grid dt {
  color: #96afbf;
  font-size: 11px;
}
.item-preview .statistics-grid dd {
  margin: 3px 0 0;
  font-size: 15px;
  font-weight: 600;
}
.module-modifiers {
  margin: 16px 0;
  border-top: 1px solid #2b404e;
  padding-top: 12px;
}
.item-modifier-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin: 7px 0;
}
.item-modifier-label {
  color: #9db5c3;
  font-size: 11px;
  min-width: 76px;
}
.item-info-chip {
  position: relative;
  display: inline-flex;
  max-width: 100%;
}
.item-info-chip > button {
  padding: 5px 9px;
  min-width: 30px;
  border: 1px solid #41695d;
  border-radius: 4px;
  background: #112923;
  color: #b9ecdb;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  overflow-wrap: anywhere;
}
.item-info-chip.is-empty > button {
  border-style: dashed;
  border-color: #3c5361;
  background: #0d1c27;
  color: #91aaba;
}
.item-info-chip > button:hover,
.item-info-chip > button:focus-visible {
  border-color: #b9ecdb;
  background: #1b3933;
  outline: none;
}
.item-info-tooltip {
  display: none;
  position: absolute;
  z-index: 30;
  top: calc(100% + 5px);
  left: 0;
  width: 230px;
  max-width: 65vw;
  padding: 10px 12px;
  border: 1px solid #4b6b7d;
  border-radius: 4px;
  background: #07141f;
  box-shadow: 0 5px 20px #0009;
  color: #dce7ed;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 400;
}
.item-info-chip:hover > .item-info-tooltip,
.item-info-chip:focus-within > .item-info-tooltip,
.item-info-chip[data-open='true'] > .item-info-tooltip {
  display: block;
}
.item-preview .item-preview-meta .item-info-chip > button {
  padding: 3px 7px;
  background: #102330;
  border-color: #344d5c;
  color: #bdd2de;
}
