.tbb-vault {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.25rem 2.5rem;
}

.tbb-vault-breadcrumbs {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  color: #555;
}

.tbb-vault-bc-sep {
  margin: 0 0.35rem;
  opacity: 0.6;
}

.tbb-vault-bc-current {
  font-weight: 600;
}

.tbb-vault-featured {
  margin: 1rem 0 1.5rem;
}

.tbb-vault-featured__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.tbb-vault-child-nav {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.tbb-vault-child-nav--buttons .tbb-vault-btn {
  display: inline-block;
  padding: 0.65rem 1.1rem;
  border-radius: 8px;
  border: 2px solid #2c5f6a;
  background: #2c5f6a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.tbb-vault-child-nav--buttons .tbb-vault-btn:hover,
.tbb-vault-child-nav--buttons .tbb-vault-btn:focus-visible {
  background: #fff;
  color: #2c5f6a;
}

.tbb-vault-back {
  margin: 0 0 1rem;
}

.tbb-vault-account-link {
  margin-top: 1.25rem;
}
