.texttweener-editor {
  min-height: 60px;
}

.texttweener-preview {
  position: relative;
}

.texttweener-preview-text {
  min-height: 1.2em;
  line-height: 1.3;
}

.texttweener-preview-nav {
  display: flex;
  gap: 6px;
  margin-top: 12px;
}

.texttweener-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #999;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: background-color 150ms;
}

.texttweener-dot.active {
  background: #1e1e1e;
  border-color: #1e1e1e;
}

.texttweener-dot:hover {
  border-color: #1e1e1e;
}

.texttweener-text-input {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  margin-bottom: 8px;
}

.texttweener-text-input .components-base-control {
  flex: 1;
  margin-bottom: 0;
}
