/* Styles for the agent-handoff modal (views/uitstroom/agent_handoff/_modal.html.erb).
   The empty Aanbeveling textarea and the disabled Start herplaatsen button are
   visually linked: the textarea glows orange while empty, and the submit button
   fades until the field has content. */

[data-agent-handoff-target="aanbeveling"]:placeholder-shown {
  border-color: #f60;
  background-color: #fff8f0;
}

[data-agent-handoff-target="aanbeveling"]:placeholder-shown:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 102, 0, 0.18);
}

[data-agent-handoff-target="submit"]:disabled {
  opacity: 0.35;
}
