/* OCCHIUZZI V32 · memoria, favoritos y comparación del asistente. */
.chat-property-actions {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.chat-property-actions button,
.chat-property-actions a {
  align-items: center;
  display: flex;
  justify-content: center;
}

.chat-compare {
  display: grid;
  gap: 8px;
  margin-top: 11px;
}

.chat-compare__item {
  display: grid;
  gap: 4px;
  padding: 10px;
  border: 1px solid rgba(7, 21, 37, .1);
  border-radius: 12px;
  background: #edf6fd;
}

.chat-compare__item b {
  color: #071525;
  font-size: 11px;
  line-height: 1.3;
}

.chat-compare__item strong {
  color: #1d73c9;
  font-size: 12px;
}

.chat-compare__item span,
.chat-compare__item small {
  color: #667784;
  font-size: 8px;
  line-height: 1.4;
}

.chat-compare__item button {
  min-height: 32px;
  margin-top: 4px;
  border: 0;
  border-radius: 9px;
  background: #071525;
  color: #fff;
  font: inherit;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 380px) {
  .chat-property-actions button,
  .chat-property-actions a {
    padding-inline: 4px;
    font-size: 7px;
  }
}
