ai-actions {
  display: none;
}

/* Nieuwe collector */

/* ── Feedback button ── */
#myCustomTrigger {
  font-family: "Albert Sans", sans-serif;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ff8c02;
  color: #fff;
  border: 0;
  border-radius: 9999px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(0,0,0,.2);
  z-index: 2147483000;
  transition: transform .06s ease-out, background-color .15s ease-in-out;
}
#myCustomTrigger:hover  { background: #ef4864; }
#myCustomTrigger:active { transform: translateY(1px); }
#myCustomTrigger:disabled {
  background: #bbb !important;
  cursor: not-allowed !important;
  transform: none !important;
  box-shadow: none !important;
}
@media (max-width: 480px) {
  #myCustomTrigger { bottom: 16px; right: 16px; padding: 10px 16px; font-size: 15px; }
}

/* ── Hide default Jira tab ── */
#atlwdg-trigger, .atlwdg-trigger, .jira-issue-collector-trigger { display: none !important; }

/* ── Element/text picker highlight ── */
.jic-picking * { cursor: crosshair !important; }
.jic-hover {
  outline: 2px dashed #ff8c02 !important;
  outline-offset: 2px !important;
  background: rgba(255,140,2,.07) !important;
}
.jic-sel {
  outline: 2px solid #ff8c02 !important;
  outline-offset: 2px !important;
  background: rgba(255,140,2,.10) !important;
}

/* ── Step-1 picker panel ── */
#jic-panel {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 300px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
  z-index: 2147483001;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
#jic-panel * { box-sizing: border-box; }

#jic-ph {
  background: #205081;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px 4px 0 0;
  display: flex;
  align-items: center;
}
#jic-ph span { flex: 1; font-weight: bold; font-size: 13px; }
#jic-ph-close {
  background: none; border: none; cursor: pointer;
  color: #fff; font-size: 18px; line-height: 1; padding: 0 2px;
  opacity: .8;
}
#jic-ph-close:hover { opacity: 1; }

#jic-body { padding: 10px 12px; }
#jic-body p { margin: 0 0 6px; color: #333; font-size: 12px; }

.jic-btns { display: flex; gap: 5px; flex-wrap: wrap; margin-bottom: 8px; }
.jic-btns button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding: 4px 10px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background: #f5f5f5;
  cursor: pointer;
  color: #333;
}
.jic-btns button:hover  { background: #e8e8e8; border-color: #888; }
.jic-btns button.active { background: #205081; border-color: #205081; color: #fff; }

#jic-sel-display {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 8px;
  font-size: 11px;
  color: #444;
  min-height: 28px;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#jic-sel-display.empty { color: #999; font-style: italic; }

#jic-footer {
  padding: 6px 12px 10px;
  display: flex;
  gap: 6px;
  justify-content: flex-end;
  border-top: 1px solid #eee;
}
#jic-btn-skip {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; padding: 5px 12px;
  border: 1px solid #aaa; border-radius: 3px;
  background: #f5f5f5; cursor: pointer; color: #333;
}
#jic-btn-skip:hover { background: #e8e8e8; }
#jic-btn-open {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; padding: 5px 12px;
  border: 1px solid #205081; border-radius: 3px;
  background: #205081; color: #fff; cursor: pointer;
}
#jic-btn-open:hover { background: #1a4068; }

/* ── Jira modal shell ── */
#atlwdg-blanket.atlwdg-blanket {
  background: rgba(0,0,0,.5) !important;
}
#atlwdg-container.atlwdg-popup {
  position: fixed !important;
  bottom: 80px !important;
  right: 20px !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  margin: 0 !important;
  width: 400px !important;
  max-width: calc(100vw - 32px) !important;
  height: auto !important;
  max-height: calc(100vh - 120px) !important;
  min-height: 0 !important;
  border-radius: 5px !important;
  border: 1px solid #ccc !important;
  box-shadow: 0 2px 10px rgba(0,0,0,.2) !important;
  overflow: hidden !important;
  padding: 0 !important;
  z-index: 2147483001 !important;
}
#atlwdg-frame {
  width: 100% !important;
  border: none !important;
  display: block !important;
  height: 560px !important;
  max-height: calc(100vh - 160px) !important;
}
@media (max-width: 480px) {
  #atlwdg-container.atlwdg-popup {
    right: 12px !important; left: 12px !important;
    bottom: 90px !important; width: auto !important;
  }
}

/* Element pick mode — crosshair */
.jic-picking   * { cursor: crosshair !important; }
.jic-picking-text * { cursor: text !important; }
/* Einde nieuwe collector */
