.daal-ai-end {
  min-width: 49px;
  height: 37px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-family: inherit;
  font-size: 11.5px;
  font-weight: 700;
  cursor: pointer;
}

.daal-ai-end:hover,
.daal-ai-end:focus-visible {
  background: rgba(255, 255, 255, .16);
  outline: none;
}
