.presto-url-select {
  &__display {
    display: flex;
    justify-content: space-between;
  }

  &__url-container {
    max-width: 85%;
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  &__link {
    padding: 10px;
    background: #f3f3f3;
    border-radius: 4px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
  }

  &__edit-icon {
    cursor: pointer;
    opacity: 0.75;
    margin: 0 2px;
    font-size: 16px;
    width: 16px;
    height: 16px;
    text-decoration: none;
  }

  &__actions {
    display: flex;
    align-items: center;
  }

  &__trash-icon {
    cursor: pointer;
    opacity: 0.75;
    margin: 0 2px;
    font-size: 18px;
    width: 18px;
    height: 18px;

    &:hover {
      color: #cc1818;
    }
  }

  &__popover {
    margin-top: 10px;
  }
}
