.accreditation-page .tab-logo {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.accreditation-page .badge-logo {
  width: 44px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.03));
}
.accreditation-page .nav-pills .nav-link {
  border-radius: 999px;
  padding: 0.6rem 1rem;
  transition: all 0.2s ease;
  background: white;
}
.accreditation-page .nav-pills .nav-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
}
.accreditation-page .nav-pills .nav-link.active {
  background: #007bd9;
}
.accreditation-page .card {
  border-radius: 1rem;
}
.accreditation-page .accordion-button {
  font-weight: 600;
}
@media (max-width: 576px) {
  .accreditation-page .badge-logo {
    width: 36px;
    height: 36px;
  }
}/*# sourceMappingURL=accreditation.css.map */