.nexus-site .nexus-logo-text {
  display: inline-block;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
}

.nexus-site .dsn-nav-bar .site-header .main-logo,
.nexus-site .header-top .main-logo {
  min-width: 190px;
}

.nexus-site .project-metas .cat span,
.nexus-site .nexus-tag {
  letter-spacing: 0;
}

.nexus-card {
  position: relative;
  min-height: 100%;
}

.nexus-card .nexus-tag,
.nexus-tag {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.nexus-tag.green { border-color: rgba(83, 190, 117, .55); color: #7ce39a; }
.nexus-tag.red { border-color: rgba(239, 94, 94, .55); color: #ff7777; }
.nexus-tag.blue { border-color: rgba(92, 134, 255, .55); color: #8ea8ff; }

.nexus-price {
  margin: 18px 0;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 800;
}

.nexus-price small {
  display: inline-block;
  color: #9b9b9b;
  font-size: 13px;
  font-weight: 600;
}

.nexus-list {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.nexus-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 24px;
  color: #c8c8c8;
}

.nexus-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 1px;
  background: #fff;
}

.nexus-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.nexus-cta {
  display: inline-block;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, .25);
  color: #fff;
  font-weight: 700;
}

.nexus-cta.primary {
  background: #fff;
  color: #090909;
}

.nexus-muted {
  color: #999;
}

.nexus-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.nexus-page-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nexus-doc-block {
  margin-bottom: 36px;
}

.nexus-image-note {
  margin-top: 18px;
  color: #888;
  font-size: 12px;
}

@media (max-width: 991px) {
  .nexus-page-grid,
  .nexus-page-grid.two {
    grid-template-columns: 1fr;
  }

  .nexus-price {
    font-size: 34px;
  }
}
