.tsd-custom-title-wrapper {
  width: fit-content;
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 100%,
    16px 100%,
    0% calc(100% - 16px)
  );
  border-top-right-radius: 12px;
  padding: 8px 16px 2px 16px;
}

.tsd-custom-title {
  margin: 0;
}
