/* Ask LifeLoveMe feedback panel */

.llm-ask-feedback {
  margin-top: 0.75rem;
  padding: 0.85rem 1rem;
  border: 1px solid #c5d3e3;
  border-radius: 10px;
  background: #f8fafc;
}

.llm-ask-feedback__title {
  margin: 0 0 0.55rem;
  font-weight: 700;
  font-size: 0.95rem;
  color: #3d5a80;
}

.llm-ask-feedback__msg {
  margin: 0 0 0.5rem;
  font-size: 0.85rem;
  line-height: 1.4;
  color: #444;
}

.llm-ask-feedback__options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.5rem;
}

.llm-ask-feedback__btn {
  font: inherit;
  font-size: 0.85rem;
  padding: 0.4rem 0.7rem;
  border: 1px solid #3d5a80;
  border-radius: 999px;
  background: #fff;
  color: #3d5a80;
  cursor: pointer;
}

.llm-ask-feedback__btn:hover,
.llm-ask-feedback__btn:focus-visible {
  background: #3d5a80;
  color: #fff;
}

.llm-ask-feedback__skip {
  font: inherit;
  font-size: 0.8rem;
  padding: 0;
  border: none;
  background: none;
  color: #666;
  text-decoration: underline;
  cursor: pointer;
}

.llm-ask-feedback__saved {
  margin: 0;
  font-size: 0.88rem;
  color: #2d6a4f;
  font-weight: 600;
}

.llm-ask-widget__safety {
  margin: 0 0 0.5rem;
  padding: 0.65rem 0.75rem;
  font-size: 0.88rem;
  line-height: 1.45;
  border-radius: 8px;
}

.llm-ask-widget__safety--warn {
  background: #fff3e0;
  border: 1px solid #e6a700;
  color: #5c4a00;
}

.llm-ask-widget__safety--emergency {
  background: #fdecea;
  border: 1px solid #c62828;
  color: #7f0000;
  font-weight: 600;
}

.llm-ask-widget__memory-notes {
  margin: 0 0 0.45rem;
  padding: 0;
  list-style: none;
  font-size: 0.82rem;
  color: #4a5568;
}

.llm-ask-widget__memory-notes li {
  margin: 0.2rem 0;
}

.llm-ask-widget__memory-notes li::before {
  content: "• ";
}
