.nb {
  background: #fff;
  border-top: 2px solid #E68D17;
  border-bottom: 2px solid #E68D17;
  padding: 1.75rem 2rem;
  font-family: 'IBM Plex Sans', sans-serif;
}

.nb__label {
  font-size: .70rem;
  font-weight: 500;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #939598;
  margin: 0 0 1.1rem 0;
}

.nb__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.nb__card {
  border: 0.5px solid #dde3e8;
  border-radius: 10px;
  padding: 1.1rem 1.25rem .9rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  text-decoration: none;
  background: #fff;
  transition: border-color .15s, box-shadow .15s;
}

a.nb__card:hover {
  border-color: #A6C9E4;
  box-shadow: 0 2px 10px rgba(166,201,228,.22);
}

.nb__card--current {
  background: #f6f8fa;
  pointer-events: none;
}

.nb__logo {
  height: 32px;
  display: flex;
  align-items: center;
}

.nb__logo img {
  height: 28px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  display: block;
}

.nb__desc {
  font-size: .78rem;
  color: #5a6470;
  line-height: 1.45;
  margin: 0;
  flex: 1;
}

.nb__badge {
  font-size: .67rem;
  font-weight: 500;
  color: #185FA5;
  background: #E6F1FB;
  border-radius: 4px;
  padding: 2px 7px;
  align-self: flex-start;
  margin-top: .1rem;
}

.nb__url {
  font-size: .70rem;
  color: #A6C9E4;
  margin-top: .1rem;
}
