:root {
  --mura-orange: #f26f22;
  --mura-orange-hot: #ff7a29;
  --mura-orange-deep: #d7500f;
  --mura-grad: linear-gradient(135deg, #ff9346 0%, #f2571b 100%);
  --mura-bg: #f7f5f2;
  --mura-line: #ece8e2;
  --mura-ink: #241f1a;
  --mura-muted: #7a736a;
  --mura-faint: #a69e93;
}

.rh-chat-widget {
  display: none !important;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 2100;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.rh-chat-minimized {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.rh-chat-backdrop {
  position: fixed;
  inset: 0;
  border: 0;
  background: transparent;
}

.rh-chat-fab {
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--mura-grad);
  color: #fff;
  box-shadow: 0 10px 26px rgba(242, 111, 34, 0.42);
}

.rh-chat-fab-continue {
  width: auto;
  min-width: 172px;
  height: 50px;
  border-radius: 18px;
  padding: 0 16px 0 18px;
  gap: 12px;
  white-space: nowrap;
  box-shadow:
    0 12px 24px rgba(242, 111, 34, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease;
}

.rh-chat-fab-continue .rh-chat-fab-text {
  display: inline;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.rh-chat-fab-continue .rh-chat-fab-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.rh-chat-fab-continue .rh-chat-fab-icon svg {
  width: 16px;
  height: 16px;
}

.rh-chat-fab-continue:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
}

.rh-chat-fab-continue:active {
  transform: translateY(0);
  box-shadow:
    0 7px 14px rgba(242, 111, 34, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.rh-chat-fab-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rh-chat-fab-icon svg {
  width: 24px;
  height: 24px;
}

.rh-chat-fab-text {
  display: none;
}

.rh-chat-panel {
  width: min(560px, calc(100vw - 24px));
  height: min(800px, calc(100vh - 24px));
  margin: 0 0 10px auto;
  border-radius: 20px;
  border: 1px solid #ded7cd;
  background: var(--mura-bg);
  box-shadow: 0 24px 70px rgba(30, 22, 14, 0.22);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}

.rh-chat-panel-enter {
  transform-origin: right bottom;
  animation: muraPanelIn 0.22s ease-out;
}

@keyframes muraPanelIn {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.rh-chat-head {
  position: relative;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: linear-gradient(135deg, #ff8e3c 0%, #f2571b 55%, #d94014 100%);
  overflow: hidden;
}

.rh-chat-head::before,
.rh-chat-head::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(42px);
  pointer-events: none;
}

.rh-chat-head::before {
  width: 220px;
  height: 220px;
  top: -100px;
  right: -40px;
  background: radial-gradient(circle, rgba(255, 220, 170, 0.9), transparent 70%);
}

.rh-chat-head::after {
  width: 180px;
  height: 180px;
  top: -24px;
  left: -72px;
  background: radial-gradient(circle, rgba(255, 120, 160, 0.45), transparent 70%);
}

.rh-chat-head > * {
  position: relative;
  z-index: 1;
}

.rh-chat-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  padding: 6px 11px 6px 7px;
}

.rh-chat-brand-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  color: var(--mura-orange);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
}

.rh-chat-brand-logo {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: block;
}

.rh-chat-brand > div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rh-chat-head h3 {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.rh-chat-status {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.rh-chat-status::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7cfca5;
  box-shadow: 0 0 6px #7cfca5;
}

.rh-chat-head-actions {
  display: inline-flex;
  gap: 8px;
}

.rh-chat-head-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rh-chat-head-icon svg {
  width: 15px;
  height: 15px;
}

.rh-chat-body {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px 14px 0;
}

.rh-chat-top-zone {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}

.rh-chat-welcome-card {
  background: #fff;
  border: 1px solid #ece7df;
  border-radius: 14px;
  padding: 10px 12px;
}

.rh-chat-welcome-card h4 {
  margin: 0;
  color: var(--mura-ink);
  font-size: 16px;
  font-weight: 800;
}

.rh-chat-welcome-card p {
  margin: 6px 0 0;
  color: #4d463d;
  font-size: 12.5px;
  line-height: 1.45;
}

.rh-chat-welcome-card strong {
  color: var(--mura-orange-deep);
}

.rh-chat-upload-strip {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: #fff7f0;
  border: 1.5px dashed #f0b788;
  border-radius: 14px;
  padding: 8px 10px 9px;
}

.rh-chat-upload-strip-row {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 78px;
  align-items: center;
  column-gap: 9px;
}

.rh-chat-upload-strip-icon {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: linear-gradient(135deg, #ffe9d8, #ffd8ba);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.rh-chat-upload-hint {
  min-width: 0;
  font-size: 12px;
  line-height: 1.28;
  color: #8a5a33;
  white-space: normal;
}

.rh-chat-upload-hint strong {
  color: var(--mura-orange-deep);
}

.rh-chat-upload-strip-btn {
  width: 78px;
  border: 0;
  border-radius: 11px;
  background: var(--mura-grad);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 8px 0;
  cursor: pointer;
}

.rh-chat-upload-strip-btn:disabled {
  opacity: 0.72;
  cursor: not-allowed;
}

.rh-chat-upload-consent {
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 11px;
  color: #7a736a;
  line-height: 1.32;
  margin: 5px 0 0 0;
  max-width: 92%;
}

.rh-chat-upload-consent input {
  width: 14px;
  height: 14px;
  accent-color: #f26f22;
  margin-top: 1px;
  flex: 0 0 auto;
}

.rh-chat-upload-consent strong {
  color: var(--mura-orange-deep);
  font-weight: 600;
}

.rh-chat-upload-link {
  color: var(--mura-orange-deep);
  font-weight: 600;
  text-decoration: none;
}

.rh-chat-upload-link:hover {
  text-decoration: underline;
}

.rh-chat-upload-consent-error {
  margin: -1px 0 0 38px;
  font-size: 10.5px;
  line-height: 1.2;
  color: #b42318;
}

.rh-chat-upload-status {
  margin: 0;
  font-size: 11.5px;
  font-weight: 700;
  color: #0f766e;
  background: #f0fdfa;
  border: 1px solid #99f6e4;
  border-radius: 10px;
  padding: 7px 9px;
}

.rh-chat-analysis-loader {
  margin: 2px 0 0;
  padding: 9px 10px;
  border-radius: 12px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
  font-size: 12.5px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.rh-chat-analysis-loader-dots {
  display: inline-flex;
  gap: 4px;
}

.rh-chat-analysis-loader-dots span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #f97316;
  animation: rhChatDotPulse 1.2s infinite ease-in-out;
}

.rh-chat-analysis-loader-dots span:nth-child(2) {
  animation-delay: 0.16s;
}

.rh-chat-analysis-loader-dots span:nth-child(3) {
  animation-delay: 0.32s;
}

@keyframes rhChatDotPulse {
  0%,
  80%,
  100% {
    transform: scale(1);
    opacity: 0.5;
  }

  40% {
    transform: scale(1.35);
    opacity: 1;
  }
}

.rh-chat-log {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 2px 2px 8px;
  scrollbar-width: none;
}

.rh-chat-log::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.rh-chat-log::-webkit-scrollbar-thumb {
  background: transparent;
}

.rh-chat-time {
  margin: 1px 0 2px;
  text-align: center;
  font-size: 11px;
  color: #94a3b8;
}

.rh-chat-msg {
  max-width: 88%;
  border-radius: 16px;
  padding: 10px 13px;
  font-size: 13px;
  line-height: 1.5;
  display: flex;
  gap: 8px;
}

.rh-chat-msg p {
  margin: 0;
}

.rh-chat-msg.user {
  margin-left: auto;
  align-self: flex-end;
  max-width: 70%;
  background: var(--mura-grad);
  color: #fff;
  box-shadow: 0 7px 16px rgba(242, 111, 34, 0.26);
}

.rh-chat-msg.assistant {
  margin-right: auto;
  align-self: flex-start;
  max-width: 82%;
  border: 0;
  background: transparent;
  color: #2d2a26;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.rh-chat-assistant-row {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  max-width: 100%;
}

.rh-chat-assistant-row p {
  margin: 0;
  border: 1px solid #e6e3de;
  background: #fff;
  border-radius: 6px 16px 16px 16px;
  box-shadow: 0 2px 10px rgba(90, 70, 50, 0.08);
  padding: 10px 13px;
}

.rh-chat-assistant-dot {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  flex: 0 0 auto;
  background: var(--mura-grad);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
}

.rh-chat-assistant-logo {
  width: 17px;
  height: 17px;
  object-fit: contain;
  display: block;
}

.rh-chat-msg.typing {
  opacity: 0.82;
  font-style: italic;
}

.rh-chat-file-msg {
  padding: 8px 10px;
}

.rh-chat-loader-msg {
  max-width: 84%;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  background: #1f2c46;
  border: 1px solid #293a59;
  color: #d5deef;
  box-shadow: 0 10px 24px rgba(12, 18, 34, 0.32);
  padding: 8px 10px;
}

.rh-chat-loader-msg p {
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
}

.rh-chat-typing-row {
  max-width: 84%;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  background: #ffffff;
  border: 1px solid #e6e3de;
  border-radius: 999px;
  box-shadow: 0 2px 10px rgba(90, 70, 50, 0.08);
}

.rh-chat-typing-row p {
  margin: 0;
  color: #374151;
  font-size: 12px;
  font-weight: 600;
}

.rh-chat-loader-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 22px;
  border-radius: 999px;
 }

.rh-chat-loader-pill .rh-chat-analysis-loader-dots span {
  background: #f79a4f;
  width: 6px;
  height: 6px;
}

.rh-chat-file-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.rh-chat-file-icon {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.24);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex: 0 0 auto;
}

.rh-chat-file-chip small {
  display: block;
  margin: 0;
  opacity: 0.86;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.1;
}

.rh-chat-file-chip p {
  margin: 1px 0 0;
  font-size: 11px;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
}

.rh-chat-matches {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rh-chat-matches-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rh-chat-match-intro {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: #334155;
  background: #f8fbff;
  border: 1px solid #dbe5f3;
  border-radius: 11px;
  padding: 8px 10px;
}

.rh-chat-match-row {
  border: 1px solid #dbe5f3;
  border-left: 3px solid #ff8a3d;
  border-radius: 12px;
  padding: 10px 12px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  color: #1e293b;
  min-height: 84px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
}

.rh-chat-match-row-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.rh-chat-match-row-main-compact {
  align-items: center;
}

.rh-chat-match-left {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 1;
}

.rh-chat-match-right {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.rh-chat-match-avatar {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: #fff1e8;
  color: #ea580c;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.rh-chat-match-row-meta {
  min-width: 0;
  flex: 1;
}

.rh-chat-match-row-meta h4 {
  margin: 0;
  font-size: 12px;
  line-height: 1.25;
  color: #0f172a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rh-chat-match-row-meta p {
  margin: 2px 0 0;
  font-size: 11px;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rh-chat-match-subline {
  margin-top: 3px;
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.rh-chat-match-companyline {
  font-size: 11px;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.rh-chat-match-score-circle {
  --score: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: conic-gradient(#22c55e calc(var(--score) * 1%), #dbe7f5 0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  position: relative;
}

.rh-chat-match-score-circle::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e1ebf8;
}

.rh-chat-match-score-circle.is-high {
  background: conic-gradient(#22c55e calc(var(--score) * 1%), #dbe7f5 0);
}

.rh-chat-match-score-circle.is-mid {
  background: conic-gradient(#f59e0b calc(var(--score) * 1%), #dbe7f5 0);
}

.rh-chat-match-score-circle.is-low {
  background: conic-gradient(#94a3b8 calc(var(--score) * 1%), #dbe7f5 0);
}

.rh-chat-match-score-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.rh-chat-match-score-value {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  line-height: 1;
  font-size: 10px;
  font-weight: 800;
  color: #15803d;
}

.rh-chat-match-score-caption {
  font-size: 9px;
  font-weight: 700;
  color: #64748b;
  letter-spacing: 0.08em;
}

.rh-chat-match-score-circle > span {
  position: relative;
  z-index: 1;
}

.rh-chat-match-score-circle.is-mid .rh-chat-match-score-value {
  color: #d97706;
}

.rh-chat-match-score-circle.is-low .rh-chat-match-score-value {
  color: #475569;
}

.rh-chat-matches-skeleton {
  margin-top: 2px;
}

.rh-chat-match-row-skeleton .rh-chat-match-row-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rh-chat-match-row-skeleton .rh-chat-match-tags span.rh-chat-skel {
  padding: 0;
  border: 0;
}

.rh-chat-skel {
  background: linear-gradient(90deg, #eef0f3 25%, #e2e5ea 37%, #eef0f3 63%);
  background-size: 400% 100%;
  animation: rhChatSkelShimmer 1.4s ease-in-out infinite;
  border-radius: 6px;
  display: inline-block;
}

.rh-chat-skel-avatar {
  width: 26px;
  height: 26px;
  border-radius: 8px;
}

.rh-chat-skel-title {
  width: 190px;
  height: 12px;
}

.rh-chat-skel-subtitle {
  width: 110px;
  height: 10px;
}

.rh-chat-skel-score {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.rh-chat-skel-score-label {
  width: 52px;
  height: 8px;
  border-radius: 4px;
}

.rh-chat-skel-tag {
  width: 64px;
  height: 18px;
  border-radius: 9px;
}

.rh-chat-skel-btn {
  width: 88px;
  height: 30px;
  border-radius: 8px;
}

@keyframes rhChatSkelShimmer {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

.rh-chat-match-row-foot {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.rh-chat-match-row-foot-compact {
  margin-top: 6px;
}

.rh-chat-match-tags {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  flex: 0 0 auto;
}

.rh-chat-match-tags span {
  background: #eef4ff;
  color: #475569;
  border-radius: 8px;
  font-size: 10.5px;
  font-weight: 600;
  padding: 3px 7px;
}

.rh-chat-match-actions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 0;
}

.rh-chat-confirm-card {
  border: 1px solid #fcd9bf;
  background: #fff8f3;
  border-radius: 12px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rh-chat-confirm-title {
  margin: 0;
  font-size: 11px;
  color: #9a3412;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.rh-chat-confirm-question {
  margin: 0;
  font-size: 12px;
  color: #334155;
}

.rh-chat-confirm-actions {
  display: inline-flex;
  gap: 8px;
}

.rh-chat-match-manual,
.rh-chat-match-auto {
  border-radius: 8px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  min-width: 90px;
  padding: 6px 10px;
  line-height: 1;
  white-space: nowrap;
}

.rh-chat-match-manual {
  background: #fff;
  color: #334155;
  border: 1px solid #cfd8e6;
  text-decoration: none;
}

.rh-chat-match-auto {
  border: 1px solid #f97316;
  background: #f97316;
  color: #fff;
  box-shadow: 0 4px 12px rgba(249, 115, 22, 0.22);
}

.rh-chat-match-auto:disabled {
  border-color: #16a34a;
  background: #16a34a;
  box-shadow: none;
}

.rh-chat-quick-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
  padding-bottom: 4px;
}

.rh-chat-ask-title {
  margin: 2px 2px 0;
  color: var(--mura-faint);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.rh-chat-quick-actions button {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--mura-line);
  background: #fff;
  color: #4a443c;
  border-radius: 16px;
  padding: 11px 13px;
  font-size: 12px;
  text-align: left;
  box-shadow: 0 2px 10px rgba(90, 70, 50, 0.07);
}

.rh-chat-quick-actions button span:last-child {
  margin-left: auto;
  color: var(--mura-orange-deep);
}

.rh-chat-compose {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 8px;
  border: 1.5px solid #ffd0b1;
  border-radius: 999px;
  margin: 0 10px 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(90, 70, 50, 0.12);
}

.rh-chat-mic {
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
  color: #64748b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rh-chat-mic.is-listening {
  color: var(--mura-orange);
  animation: rhMicPulse 1s ease-in-out infinite;
}

@keyframes rhMicPulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.12);
    opacity: 0.75;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.rh-chat-mic svg,
.rh-chat-send svg {
  width: 18px;
  height: 18px;
}

.rh-chat-compose input {
  flex: 1;
  min-width: 0;
  border: 0;
  padding: 7px 4px;
  font-size: 14px;
  color: #334155;
  background: transparent;
}

.rh-chat-compose input::placeholder {
  color: #97a4b7;
}

.rh-chat-compose input:focus {
  outline: none;
}

.rh-chat-send {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: var(--mura-grad);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 16px rgba(242, 87, 27, 0.45);
}

.rh-chat-compose button:disabled,
.rh-chat-compose input:disabled {
  opacity: 0.65;
}

.rh-chat-powered {
  margin: 0 0 7px;
  text-align: center;
  font-size: 11px;
  color: #9aa6b8;
}

.rh-chat-powered strong {
  color: var(--mura-orange);
}

.rh-chat-widget.chat-mode .rh-chat-welcome-card,
.rh-chat-widget.chat-mode .rh-chat-quick-actions {
  display: none;
}

@media (max-width: 640px) {
  .rh-chat-widget {
    right: 8px;
    left: 8px;
    bottom: 10px;
  }

  .rh-chat-panel {
    width: 100%;
    height: min(82vh, 720px);
    border-radius: 20px;
  }

  .rh-chat-head h3 {
    font-size: 14px;
  }

  .rh-chat-match-row {
    min-height: 96px;
  }

  .rh-chat-match-subline {
    gap: 6px;
  }

  .rh-chat-match-companyline {
    flex: 1;
  }

  .rh-chat-match-row-foot {
    flex-direction: column;
    align-items: flex-start;
  }

  .rh-chat-match-actions {
    width: 100%;
    margin-left: 0;
    justify-content: flex-end;
  }
}
