.pinned-message-bar {
  appearance: none;
  width: 100%;
  min-height: 42px;
  max-height: 42px;
  flex: 0 0 42px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 14px;
  border: 0;
  border-top: 1px solid rgba(84, 101, 111, .12);
  border-bottom: 1px solid rgba(84, 101, 111, .14);
  background: rgba(255, 255, 255, .97);
  color: #3b4a54;
  text-align: left;
  cursor: pointer;
  z-index: 7;
}

.pinned-message-bar.hidden { display: none !important; }
.pinned-message-bar:hover { background: #f7f9fa; }
.pinned-message-bar:focus-visible { outline: 2px solid #00a884; outline-offset: -2px; }
.pinned-message-bar.reply-jump-loading { cursor: progress; opacity: .78; }
.pinned-message-icon { width: 22px; flex: 0 0 22px; color: #00a884; font-size: 16px; text-align: center; }
.pinned-message-copy { min-width: 0; display: flex; flex: 1 1 auto; flex-direction: column; line-height: 1.12; }
.pinned-message-copy small { color: #00a884; font-size: 10px; font-weight: 650; letter-spacing: .01em; }
.pinned-message-copy strong { display: block; overflow: hidden; color: #54656f; font-size: 12px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.pinned-message-arrow { flex: 0 0 auto; color: #8696a0; font-size: 18px; line-height: 1; }

.message-tool[data-message-pin-action] svg { color: #54656f; }

@media (max-width: 720px) {
  .pinned-message-bar { min-height: 40px; max-height: 40px; flex-basis: 40px; gap: 8px; padding: 4px 10px; }
  .pinned-message-copy small { font-size: 9px; }
  .pinned-message-copy strong { font-size: 11px; }
  .pinned-message-arrow { display: none; }
}
