.carefulapi-docs-link {
  display: inline-flex;
  height: 36px;
  min-width: 36px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 8px;
  padding: 0 8px;
  color: rgb(75 85 99);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
  transition: color 150ms, background-color 150ms, transform 150ms;
}

.carefulapi-docs-link:hover {
  background: rgb(243 244 246);
  transform: scale(1.05);
}

.carefulapi-docs-link svg {
  width: 20px;
  height: 20px;
  flex: none;
}

.dark .carefulapi-docs-link {
  color: rgb(156 163 175);
}

.dark .carefulapi-docs-link:hover {
  background: rgb(31 41 55);
}

@media (max-width: 639px) {
  .carefulapi-docs-link {
    width: 36px;
    padding: 0;
  }

  .carefulapi-docs-link span {
    display: none;
  }
}
