.pypi-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. */ }
  .pypi-connect-to-feed-panel .connect-to-feed-views-dropdown {
    display: inline-table;
    table-layout: fixed;
    padding-right: 15px; }
    .pypi-connect-to-feed-panel .connect-to-feed-views-dropdown .external-link-label-container {
      padding-bottom: 10px; }
  .pypi-connect-to-feed-panel .connect-to-feed-get-credentials {
    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; }
    .pypi-connect-to-feed-panel .connect-to-feed-get-credentials:not(.is-disabled):active, .pypi-connect-to-feed-panel .connect-to-feed-get-credentials:not(.is-disabled):hover, .pypi-connect-to-feed-panel .connect-to-feed-get-credentials:not(.is-disabled):focus {
      background: transparent;
      box-shadow: none; }
    .pypi-connect-to-feed-panel .connect-to-feed-get-credentials a {
      text-decoration-line: none; }
  .pypi-connect-to-feed-panel .code-text {
    font-family: Menlo, Consolas, Courier New, monospace; }
  .pypi-connect-to-feed-panel .pre-wrap-pypi {
    white-space: pre-wrap !important; }
  .pypi-connect-to-feed-panel .connect-to-feed-views-dropdown {
    margin-bottom: 10px; }
