.upack-connect-to-feed-panel {
  /* We are using '!important' here because the parent CopyableText css is overriding this element. 
    Want to make sure that this pre wrap is always honoured. */ }
  .upack-connect-to-feed-panel .upack-tools-link {
    color: rgba(0, 90, 158, 1);
    color: var(--communication-foreground,rgba(0, 90, 158, 1));
    background: transparent;
    font-weight: normal;
    min-width: 0;
    padding: 0 5px; }
    .upack-connect-to-feed-panel .upack-tools-link:not(.is-disabled):active, .upack-connect-to-feed-panel .upack-tools-link:not(.is-disabled):hover, .upack-connect-to-feed-panel .upack-tools-link:not(.is-disabled):focus {
      background: transparent;
      box-shadow: none; }
    .upack-connect-to-feed-panel .upack-tools-link a {
      text-decoration-line: none; }
  .upack-connect-to-feed-panel .pre-wrap-upack {
    white-space: pre-wrap !important; }
