/* Selector de IA y entrega documental — versión 2.10 */
.ai-toolbar {
  flex-wrap: wrap;
}

.ai-toolbar button[aria-selected="true"][data-ai="claude"] {
  background: #fce7df;
  border-color: #d97757;
  box-shadow: 0 8px 18px rgba(217, 119, 87, .2);
}

.ai-delivery {
  display: grid;
  gap: 5px;
  margin: -2px 0 10px;
  padding: 10px 12px;
  border: 1px solid #dfeaf1;
  border-radius: 14px;
  background: #fbfdff;
}

.ai-delivery[hidden] {
  display: none !important;
}

.ai-delivery-option {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: #20313d;
  font-size: .88rem;
  font-weight: 750;
  cursor: pointer;
}

.ai-delivery-option input {
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: var(--brand-cyan);
}

.ai-delivery-help {
  margin: 0;
  color: #60717d;
  font-size: .74rem;
  line-height: 1.42;
}

.ai-delivery-help strong {
  color: #344a58;
}

@media (max-width: 760px) {
  .ai-toolbar { gap: 7px; }
  .ai-toolbar button { width: 36px; height: 36px; }
  .ai-delivery { padding: 9px 10px; }
}
