.ac-app-block-custom-trigger-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
button.ac-app-block-custom-trigger {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  border: 0;
}
.ac-app-block-custom-trigger-text {
  font-family: Helvetica Neue;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
