.accreditation-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 1062px;
}

.accreditation-images > img {
  border-radius: 0;
  object-fit: contain;
}

.accreditation {
  display: flex;
  flex-direction: column;
  align-items: start;
  font-size: 16px;
  width: 100%;
  gap: 10px;
}

.accreditation p {
    margin-top: 16px;
  }

.accreditation h3 {
  margin-top: 20px;
}

.bullet-group {
  display: flex;
  flex-direction: column;
}

.tab {
  padding: 16px 32px;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0 !important;
  color: #7C7C7C;

  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.tab:hover {
  background-color: #f3f4f6;
}

.tab.active {
  color: #303030;
  border-bottom: 1px solid #303030;
}

.roboto-mono {
  font-family: var(--wp--preset--font-family--roboto-mono) !important;
}


.accreditation[id]:not(#all) {
  scroll-margin-top: 200px;
}

#accreditation-all,
#all {
  scroll-margin-top: 300px;
}


@media (min-width: 1024px) {
  .accreditation p {
    margin-top: 0;
  }
}