/* OCCHIUZZI V31 · resultados y derivación del asistente inmobiliario. */
.chat-messages {
  overscroll-behavior: contain;
}

.chat-message {
  max-width: 94% !important;
  overflow-wrap: anywhere;
}

.chat-message > a,
.chat-detail-actions > a {
  color: #1d73c9;
  font-weight: 800;
}

.chat-property-wrap {
  margin-top: 11px;
  overflow: hidden;
  border: 1px solid rgba(7, 21, 37, .1);
  border-radius: 14px;
  background: #edf6fd;
}

.chat-property {
  display: grid !important;
  grid-template-columns: 72px minmax(0, 1fr) !important;
  gap: 10px !important;
  margin-top: 0 !important;
  padding: 9px !important;
  border-radius: 0 !important;
}

.chat-property img {
  width: 72px !important;
  height: 76px !important;
  border-radius: 9px !important;
}

.chat-property b {
  display: block;
  font-size: 11px !important;
  line-height: 1.25;
}

.chat-property span,
.chat-property small {
  display: block;
  margin-top: 3px;
  color: #667784;
  font-size: 8px;
  line-height: 1.35;
}

.chat-property strong {
  display: block;
  margin-top: 4px;
  color: #1d73c9;
  font-size: 11px !important;
}

.chat-property-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(7, 21, 37, .1);
}

.chat-property-actions button,
.chat-property-actions a,
.chat-detail-actions button,
.chat-detail-actions a,
.chat-handoff a,
.chat-more {
  min-width: 0;
  border: 0;
  background: transparent;
  color: #071525;
  font: inherit;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.chat-property-actions button,
.chat-property-actions a {
  padding: 10px 7px;
}

.chat-property-actions button {
  border-right: 1px solid rgba(7, 21, 37, .1);
}

.chat-detail-actions,
.chat-handoff {
  display: grid;
  gap: 7px;
  margin-top: 12px;
}

.chat-detail-actions {
  grid-template-columns: 1fr 1fr;
}

.chat-detail-actions button,
.chat-detail-actions a,
.chat-handoff a,
.chat-more {
  display: grid;
  min-height: 38px;
  place-items: center;
  padding: 9px 11px;
  border-radius: 11px;
  background: #071525;
  color: #fff;
}

.chat-handoff a {
  background: #20b95a;
  text-transform: none;
}

.chat-more {
  width: 100%;
  margin-top: 12px;
}

.chat-quick button {
  min-height: 34px;
}

@media (max-width: 700px) {
  .chat-panel {
    right: 10px !important;
    bottom: 10px !important;
    width: calc(100vw - 20px) !important;
    height: min(680px, calc(100dvh - 20px)) !important;
  }

  .chat-form input {
    min-width: 0;
    font-size: 16px;
  }
}
