.appstudio-apidoc-layout-title {
  border-bottom: 1px solid #e5e7eb;
  padding: 6px 16px 10px 16px;
  background-color: #ffffff;
  margin: -25px 0 12px 0;
  cursor: pointer;
}

.appstudio-apidoc-layout-title a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.appstudio-apidoc-layout-title a:hover {
  text-decoration: none;
}

.appstudio-apidoc-layout-title img {
  height: 32px;
  object-fit: contain;
  opacity: 0.95;
  transition: opacity 0.2s ease;
}

.appstudio-apidoc-layout-title span {
  font-size: 14px;
  font-weight: 600;
  color: #2a2a2a !important;
  letter-spacing: 0.2px;
  user-select: none;
  transform: translateY(4px);
}
