.builder-toolbar {
    margin-bottom: 20px;
}
.builder-toolbar .button {
    margin-right: 5px;
}

.builder-block {
    background: #fff;
    border-left: 4px solid #3498db;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 6px;
}

.builder-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.builder-title {
    font-weight: bold;
    font-size: 14px;
}

.builder-mini-btn {
    padding: 2px 6px;
    font-size: 12px;
    margin-left: 4px;
}

.builder-danger {
    background: #e74c3c !important;
    color: #fff !important;
}

.builder-body textarea {
    width: 100%;
    height: 80px;
}

.builder-empty {
    background: #fafafa;
    padding: 30px;
    text-align: center;
    border: 2px dashed #ccc;
    border-radius: 6px;
    margin-bottom: 20px;
}

/* v16 — destaque do nome no Builder */
.conversia-builder-flow-name {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: #f1efff;
  color: #5746e8;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}
