.footerbrand {
  flex: none;
}

.footerinfo {
  display: grid;
  max-width: 780px;
  justify-items: end;
  gap: 8px;
  text-align: right;
}

.footerinfo > p {
  max-width: 780px;
}

.visit-counter {
  color: #9aa8c6 !important;
  font-size: 11px !important;
}

.visit-counter span {
  color: #a3e635;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.visit-counter b,
.generation-time b {
  color: #dce7f2;
}

.generation-time {
  color: #667891 !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px !important;
}

.footerinfo a {
  color: #dce7f2;
  text-decoration: underline;
  text-decoration-color: #a3e635;
  text-underline-offset: 3px;
}

.rating-vn-counter {
  display: inline-flex;
  line-height: 0;
  opacity: .9;
  text-decoration: none;
  transition: opacity .18s ease;
}

.footerbrand .rating-vn-counter {
  margin-top: 12px;
}

.rating-vn-counter:hover {
  opacity: 1;
}

.rating-vn-counter img {
  width: 88px;
  height: 31px;
  border: 0;
}

.company-vb-inline {
  color: #0e7490;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: #22d3ee;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.source-grid,
.method-grid {
  display: grid;
  gap: 18px;
}

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

.method-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.source-detail {
  padding: 28px;
  border: 1px solid #d8e0e7;
  background: #fff;
  box-shadow: 0 16px 40px rgb(15 23 42 / 5%);
}

.source-primary {
  border-top: 4px solid #06b6d4;
}

.source-detail h2 {
  margin: 8px 0 12px;
}

.source-detail p {
  color: #526176;
  line-height: 1.7;
}

.source-detail dl {
  display: grid;
  gap: 10px;
  margin: 20px 0;
}

.source-detail dl div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px;
  padding-top: 10px;
  border-top: 1px solid #e2e8f0;
}

.source-detail dt {
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.source-detail dd {
  margin: 0;
  font-weight: 700;
}

.source-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.source-actions a {
  padding: 10px 13px;
  border: 1px solid #07111f;
  color: #07111f;
  font-size: 12px;
  font-weight: 900;
}

.source-actions a:hover,
.company-vb-inline:hover {
  border-color: #0891b2;
  color: #087f8c;
}

@media (max-width: 720px) {
  .footerinfo {
    justify-items: start;
    text-align: left;
  }

  .source-grid,
  .method-grid {
    grid-template-columns: 1fr;
  }

}

@media (min-width: 721px) and (max-width: 1100px) {
  .method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
