/* Message team page — chat box inside About Us hero form card */

.ev-sms-chat .ev-contact-form-heading {
  margin-bottom: 8px;
  font-size: 1.25rem;
}

.ev-sms-chat-intro {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.45;
  color: #475569;
}

.ev-sms-chat-status {
  margin: 0 0 10px;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.4;
  color: #92400e;
  background: #fffbeb;
  border: 1px solid #fcd34d;
  border-radius: 8px;
}

.ev-sms-chat-log {
  min-height: 112px;
  max-height: 210px;
  overflow-y: auto;
  margin-bottom: 12px;
  padding: 10px 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.ev-sms-chat-log:empty::before {
  content: "Messages appear here.";
  display: block;
  font-size: 13px;
  line-height: 1.4;
  color: #64748b;
}

.ev-sms-chat-msg {
  max-width: 92%;
  margin-bottom: 8px;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.4;
  white-space: pre-wrap;
  word-break: break-word;
}

.ev-sms-chat-msg--you {
  margin-left: auto;
  background: #1a5fa8;
  color: #fff;
  border-bottom-right-radius: 3px;
}

.ev-sms-chat-msg--team {
  margin-right: auto;
  background: #e2e8f0;
  color: #0f172a;
  border-bottom-left-radius: 3px;
}

.ev-sms-chat-msg-meta {
  display: block;
  margin-top: 3px;
  font-size: 10px;
  opacity: 0.78;
}

.ev-sms-chat-compose {
  margin-bottom: 0;
}

.ev-sms-chat-label {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
  color: var(--navy-mid, #1a3a5c);
}

.ev-sms-chat .ev-contact-form-actions {
  margin-top: 14px;
}

.ev-sms-chat-consent {
  margin: 12px 0 0;
  font-size: 11px;
  line-height: 1.45;
  color: #475569;
  text-align: center;
}

.ev-sms-chat-consent a {
  color: #1a5fa8;
  font-weight: 600;
  text-decoration: none;
}

.ev-sms-chat-consent a:hover {
  text-decoration: underline;
}

.ev-sms-chat-note {
  margin: 8px 0 0;
  font-size: 11px;
  line-height: 1.4;
  color: #64748b;
  text-align: center;
}

.ev-sms-chat-note a {
  color: #1a5fa8;
  font-weight: 600;
  text-decoration: none;
}

.ev-sms-chat-note a:hover {
  text-decoration: underline;
}

.ev-sms-chat-new {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: #1a5fa8;
  font: inherit;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.ev-sms-chat-new:hover {
  text-decoration: underline;
}

.ev-sms-chat-new::before {
  content: " · ";
  color: #64748b;
  font-weight: 400;
  text-decoration: none;
}

.ev-msg-hero-v2 .ev-au-hero-trust-cols {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (max-width: 600px) {
  .ev-sms-chat-log {
    min-height: 96px;
    max-height: 160px;
  }
}
