.forwarded-source-link {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  margin: 0 0 6px;
  padding: 0 0 5px;
  display: flex;
  align-items: center;
  gap: 6px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: transparent;
  color: #a9c0d1;
  font: inherit;
  font-size: 12px;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
}

.forwarded-source-link:hover,
.forwarded-source-link:focus-visible {
  color: #d0e0eb;
  background: transparent;
  filter: none;
  outline: none;
}

.forwarded-source-link svg {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.82;
}

.forwarded-source-link span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat[data-platform="system"] .forwarded-source-link {
  color: #a8c0d2;
  border-bottom-color: rgba(157, 184, 203, 0.10);
}

.message.forward-source-hit {
  outline: 2px solid rgba(139, 190, 226, 0.74);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(96, 153, 194, 0.10), 0 4px 16px rgba(0, 0, 0, 0.2);
}

.chat[data-platform="telegram"] .message.forward-source-hit {
  outline-color: rgba(116, 190, 249, 0.78);
}

.chat[data-platform="whatsapp"] .message.forward-source-hit {
  outline-color: rgba(111, 211, 163, 0.74);
}
